diff --git a/Gemfile b/Gemfile index a6cfe07..fa699ac 100644 --- a/Gemfile +++ b/Gemfile @@ -4,12 +4,12 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem "sinatra", "2.0.1" +gem "sinatra", "4.2.0" gem "puma", "4.2.1" gem 'puma-metrics' group :test do gem 'rake' gem 'rspec' - gem 'rack-test' + gem 'rack-test', '>= 2.0.0' end diff --git a/Gemfile.lock b/Gemfile.lock index ccc5069..a5601f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,10 @@ GEM remote: https://rubygems.org/ specs: + base64 (0.3.0) diff-lcs (1.3) - mustermann (1.1.1) + logger (1.7.0) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) nio4r (2.5.2) prometheus-client (0.10.0) @@ -11,11 +13,16 @@ GEM puma-metrics (1.1.0) prometheus-client (~> 0.10) puma (>= 3.0) - rack (2.2.2) - rack-protection (2.0.1) - rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack (3.2.3) + rack-protection (4.2.0) + base64 (>= 0.1.0) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) + rack-session (2.1.1) + base64 (>= 0.1.0) + rack (>= 3.0.0) + rack-test (2.2.0) + rack (>= 1.3) rake (13.0.1) rspec (3.9.0) rspec-core (~> 3.9.0) @@ -30,13 +37,15 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - ruby2_keywords (0.0.2) - sinatra (2.0.1) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.1) + ruby2_keywords (0.0.5) + sinatra (4.2.0) + logger (>= 1.6.0) + mustermann (~> 3.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.2.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - tilt (2.0.10) + tilt (2.6.1) PLATFORMS ruby @@ -44,10 +53,10 @@ PLATFORMS DEPENDENCIES puma (= 4.2.1) puma-metrics - rack-test + rack-test (>= 2.0.0) rake rspec - sinatra (= 2.0.1) + sinatra (= 4.2.0) BUNDLED WITH - 2.1.4 + 2.3.27