1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

updates rack-protection

This commit is contained in:
Nicolas Florentin 2018-03-08 12:00:17 +01:00
parent e04bff99fa
commit d21564c046
2 changed files with 5 additions and 2 deletions

View File

@ -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"

View File

@ -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