diff --git a/app/Gemfile b/app/Gemfile index a99d1c7..f44c1ca 100644 --- a/app/Gemfile +++ b/app/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" -gem "sinatra", "2.0.1" \ No newline at end of file +gem "sinatra", "2.2.0" \ No newline at end of file diff --git a/app/Gemfile.lock b/app/Gemfile.lock index 90a15c6..a1e936e 100644 --- a/app/Gemfile.lock +++ b/app/Gemfile.lock @@ -1,24 +1,24 @@ GEM remote: https://rubygems.org/ specs: - mustermann (1.1.1) + mustermann (1.1.2) ruby2_keywords (~> 0.0.1) - rack (2.2.3) - rack-protection (2.0.1) + rack (2.2.4) + rack-protection (2.2.0) rack - ruby2_keywords (0.0.2) - sinatra (2.0.1) + ruby2_keywords (0.0.5) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.1) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) - tilt (2.0.10) + tilt (2.0.11) PLATFORMS ruby DEPENDENCIES - sinatra (= 2.0.1) + sinatra (= 2.2.0) BUNDLED WITH - 1.17.2 + 1.17.3