diff --git a/images/benchmarks/ruby/Gemfile b/images/benchmarks/ruby/Gemfile old mode 100755 new mode 100644 index ac521b32cd..317148daa5 --- a/images/benchmarks/ruby/Gemfile +++ b/images/benchmarks/ruby/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -gem "sinatra" +gem "sinatra", ">= 4.1.0" gem "puma" gem "redis" \ No newline at end of file diff --git a/images/benchmarks/ruby/Gemfile.lock b/images/benchmarks/ruby/Gemfile.lock index 041778e02b..5858d22d71 100644 --- a/images/benchmarks/ruby/Gemfile.lock +++ b/images/benchmarks/ruby/Gemfile.lock @@ -1,18 +1,28 @@ GEM remote: https://rubygems.org/ specs: - mustermann (1.0.3) + base64 (0.2.0) + logger (1.6.1) + mustermann (3.0.3) + ruby2_keywords (~> 0.0.1) puma (3.4.0) - rack (2.0.6) - rack-protection (2.0.5) - rack + rack (3.1.8) + rack-protection (4.1.1) + base64 (>= 0.1.0) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) + rack-session (2.0.0) + rack (>= 3.0.0) redis (4.1.0) - sinatra (2.0.5) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.5) + ruby2_keywords (0.0.5) + sinatra (4.1.1) + logger (>= 1.6.0) + mustermann (~> 3.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.1.1) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - tilt (2.0.9) + tilt (2.4.0) PLATFORMS ruby @@ -20,7 +30,7 @@ PLATFORMS DEPENDENCIES puma redis - sinatra + sinatra (>= 4.1.0) BUNDLED WITH - 1.17.1 \ No newline at end of file + 2.1.4