diff --git a/bundler-app/Gemfile b/bundler-app/Gemfile index 882706091..f273db722 100644 --- a/bundler-app/Gemfile +++ b/bundler-app/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -gem "rack-cache", "~> 1.1.0" -gem "rack", "~> 1.6.2" -gem "rack-protection", "~> 1.5.0" +gem "rack-cache", "~> 1.2.0" +gem "rack", "~> 3.0.0" +gem "rack-protection", "~> 2.0.0" diff --git a/bundler-app/Gemfile.lock b/bundler-app/Gemfile.lock index f8cd4503f..7e0286ca6 100644 --- a/bundler-app/Gemfile.lock +++ b/bundler-app/Gemfile.lock @@ -1,19 +1,19 @@ GEM remote: https://rubygems.org/ specs: - rack (1.6.5) - rack-cache (1.1) + rack (3.0.7) + rack-cache (1.2) rack (>= 0.4) - rack-protection (1.5.3) + rack-protection (2.0.8.1) rack PLATFORMS ruby DEPENDENCIES - rack (~> 1.6.2) - rack-cache (~> 1.1.0) - rack-protection (~> 1.5.0) + rack (~> 3.0.0) + rack-cache (~> 1.2.0) + rack-protection (~> 2.0.0) BUNDLED WITH - 1.14.3 + 1.17.3