diff --git a/examples/sinatra/app/src/Gemfile b/examples/sinatra/app/src/Gemfile index 3161e9b1..79b2370c 100644 --- a/examples/sinatra/app/src/Gemfile +++ b/examples/sinatra/app/src/Gemfile @@ -4,6 +4,6 @@ source "https://rubygems.org" # gem "rails" -gem "sinatra", "~> 4.0" +gem "sinatra", "~> 4.1" gem "rackup", "~> 2.1" diff --git a/examples/sinatra/app/src/Gemfile.lock b/examples/sinatra/app/src/Gemfile.lock index 879fcf30..e6304fc7 100644 --- a/examples/sinatra/app/src/Gemfile.lock +++ b/examples/sinatra/app/src/Gemfile.lock @@ -2,11 +2,13 @@ GEM remote: https://rubygems.org/ specs: base64 (0.2.0) - mustermann (3.0.0) + logger (1.6.1) + mustermann (3.0.3) ruby2_keywords (~> 0.0.1) - rack (3.0.9.1) - rack-protection (4.0.0) + rack (3.1.8) + rack-protection (4.1.0) base64 (>= 0.1.0) + logger (>= 1.6.0) rack (>= 3.0.0, < 4) rack-session (2.0.0) rack (>= 3.0.0) @@ -14,13 +16,14 @@ GEM rack (>= 3) webrick (~> 1.8) ruby2_keywords (0.0.5) - sinatra (4.0.0) + sinatra (4.1.0) + logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.0.0) + rack-protection (= 4.1.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - tilt (2.3.0) + tilt (2.4.0) webrick (1.8.2) PLATFORMS @@ -29,7 +32,7 @@ PLATFORMS DEPENDENCIES rackup (~> 2.1) - sinatra (~> 4.0) + sinatra (~> 4.1) BUNDLED WITH 2.5.3