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:
parent
e04bff99fa
commit
d21564c046
2
Gemfile
2
Gemfile
@ -151,3 +151,5 @@ gem 'apipie-rails'
|
|||||||
# XLS files generation
|
# XLS files generation
|
||||||
gem 'axlsx', git: 'https://github.com/randym/axlsx', branch: 'release-3.0.0'
|
gem 'axlsx', git: 'https://github.com/randym/axlsx', branch: 'release-3.0.0'
|
||||||
gem 'axlsx_rails'
|
gem 'axlsx_rails'
|
||||||
|
|
||||||
|
gem "rack-protection", "1.5.5"
|
@ -308,8 +308,8 @@ GEM
|
|||||||
puma (3.10.0)
|
puma (3.10.0)
|
||||||
pundit (1.0.0)
|
pundit (1.0.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
rack (1.6.8)
|
rack (1.6.9)
|
||||||
rack-protection (1.5.3)
|
rack-protection (1.5.5)
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
@ -544,6 +544,7 @@ DEPENDENCIES
|
|||||||
protected_attributes
|
protected_attributes
|
||||||
puma
|
puma
|
||||||
pundit
|
pundit
|
||||||
|
rack-protection (= 1.5.5)
|
||||||
railroady
|
railroady
|
||||||
rails (= 4.2.10)
|
rails (= 4.2.10)
|
||||||
rails-observers
|
rails-observers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user