diff --git a/Gemfile b/Gemfile index 53a4f4c..9879f0c 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'rake' # web counter -gem "sinatra", "~> 2.0.3" +gem "sinatra", "~> 2.2.0" gem "redis", "~> 4.0.1" gem "connection_pool", "~> 2.2.2" gem "puma", "~> 3.11.4" diff --git a/Gemfile.lock b/Gemfile.lock index aade578..a1adebc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,13 +32,14 @@ GEM mercenary (0.3.6) minima (2.1.1) jekyll (~> 3.3) - mustermann (1.0.2) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) pathutil (0.16.1) forwardable-extended (~> 2.6) public_suffix (3.0.2) puma (3.11.4) - rack (2.0.5) - rack-protection (2.0.3) + rack (2.2.3) + rack-protection (2.2.0) rack rake (12.3.1) rb-fsevent (0.10.3) @@ -46,18 +47,19 @@ GEM ffi (>= 0.5.0, < 2) redis (4.0.1) rouge (2.2.1) + ruby2_keywords (0.0.5) safe_yaml (1.0.4) sass (3.5.6) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sinatra (2.0.3) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.3) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) - tilt (2.0.8) + tilt (2.0.10) PLATFORMS ruby @@ -70,7 +72,7 @@ DEPENDENCIES puma (~> 3.11.4) rake redis (~> 4.0.1) - sinatra (~> 2.0.3) + sinatra (~> 2.2.0) tzinfo-data BUNDLED WITH