From d21564c04655054669bed0f806d37adb86f0ac47 Mon Sep 17 00:00:00 2001 From: Nicolas Florentin Date: Thu, 8 Mar 2018 12:00:17 +0100 Subject: [PATCH] updates rack-protection --- Gemfile | 2 ++ Gemfile.lock | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index ce71f73e7..f6e45c780 100644 --- a/Gemfile +++ b/Gemfile @@ -151,3 +151,5 @@ gem 'apipie-rails' # XLS files generation gem 'axlsx', git: 'https://github.com/randym/axlsx', branch: 'release-3.0.0' gem 'axlsx_rails' + +gem "rack-protection", "1.5.5" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 46e3d3869..2b518a238 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -308,8 +308,8 @@ GEM puma (3.10.0) pundit (1.0.0) activesupport (>= 3.0.0) - rack (1.6.8) - rack-protection (1.5.3) + rack (1.6.9) + rack-protection (1.5.5) rack rack-test (0.6.3) rack (>= 1.0) @@ -544,6 +544,7 @@ DEPENDENCIES protected_attributes puma pundit + rack-protection (= 1.5.5) railroady rails (= 4.2.10) rails-observers