diff --git a/sample-functions-framework-ruby/Gemfile.lock b/sample-functions-framework-ruby/Gemfile.lock index 5b11279..4c82733 100644 --- a/sample-functions-framework-ruby/Gemfile.lock +++ b/sample-functions-framework-ruby/Gemfile.lock @@ -6,10 +6,10 @@ GEM cloud_events (>= 0.7.0, < 2.a) puma (>= 4.3.0, < 6.a) rack (~> 2.1) - nio4r (2.5.9) - puma (5.6.7) + nio4r (2.7.5) + puma (5.6.9) nio4r (~> 2.0) - rack (2.2.6.4) + rack (2.2.22) PLATFORMS x86_64-linux diff --git a/sample-ruby/Gemfile b/sample-ruby/Gemfile index 424ece9..23508f0 100644 --- a/sample-ruby/Gemfile +++ b/sample-ruby/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -gem "sinatra", "~> 2.2" -gem "webrick", "~> 1.7" +gem "sinatra", "~> 4.2" +gem "webrick", "~> 1.8" diff --git a/sample-ruby/Gemfile.lock b/sample-ruby/Gemfile.lock index 9a74875..d784445 100644 --- a/sample-ruby/Gemfile.lock +++ b/sample-ruby/Gemfile.lock @@ -1,26 +1,35 @@ GEM remote: https://rubygems.org/ specs: - mustermann (2.0.2) + base64 (0.3.0) + logger (1.7.0) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) - rack (2.2.8) - rack-protection (2.2.3) - rack + rack (3.2.5) + 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) ruby2_keywords (0.0.5) - sinatra (2.2.3) - mustermann (~> 2.0) - rack (~> 2.2) - rack-protection (= 2.2.3) + 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.11) - webrick (1.7.0) + tilt (2.7.0) + webrick (1.8.2) PLATFORMS x86_64-linux DEPENDENCIES - sinatra (~> 2.2) - webrick (~> 1.7) + sinatra (~> 4.2) + webrick (~> 1.8) BUNDLED WITH 2.3.7