diff --git a/examples/ruby-no-version/Gemfile.lock b/examples/ruby-no-version/Gemfile.lock index b081454e9..e93e99a39 100644 --- a/examples/ruby-no-version/Gemfile.lock +++ b/examples/ruby-no-version/Gemfile.lock @@ -1,21 +1,30 @@ GEM remote: https://rubygems.org/ specs: - mustermann (1.1.1) + base64 (0.3.0) + logger (1.7.0) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) nio4r (2.5.8) puma (5.6.4) nio4r (~> 2.0) - rack (2.2.3.1) - rack-protection (2.2.0) - rack + 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) ruby2_keywords (0.0.5) - sinatra (2.2.0) - mustermann (~> 1.0) - rack (~> 2.2) - rack-protection (= 2.2.0) + 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 x86_64-linux