Merge pull request #3415 from beefproject/dependabot/bundler/rack-protection-4.2.0
Bump rack-protection from 4.1.1 to 4.2.0
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -11,7 +11,7 @@ gem 'eventmachine', '~> 1.2', '>= 1.2.7'
|
|||||||
gem 'thin', '~> 2.0'
|
gem 'thin', '~> 2.0'
|
||||||
gem 'sinatra', '~> 4.1'
|
gem 'sinatra', '~> 4.1'
|
||||||
gem 'rack', '~> 3.2'
|
gem 'rack', '~> 3.2'
|
||||||
gem 'rack-protection', '~> 4.1.1'
|
gem 'rack-protection', '~> 4.2.1'
|
||||||
gem 'em-websocket', '~> 0.5.3' # WebSocket support
|
gem 'em-websocket', '~> 0.5.3' # WebSocket support
|
||||||
gem 'uglifier', '~> 4.2'
|
gem 'uglifier', '~> 4.2'
|
||||||
gem 'mime-types', '~> 3.7'
|
gem 'mime-types', '~> 3.7'
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ GEM
|
|||||||
rqrcode_core (~> 1.0)
|
rqrcode_core (~> 1.0)
|
||||||
racc (1.8.1)
|
racc (1.8.1)
|
||||||
rack (3.2.3)
|
rack (3.2.3)
|
||||||
rack-protection (4.1.1)
|
rack-protection (4.2.1)
|
||||||
base64 (>= 0.1.0)
|
base64 (>= 0.1.0)
|
||||||
logger (>= 1.6.0)
|
logger (>= 1.6.0)
|
||||||
rack (>= 3.0.0, < 4)
|
rack (>= 3.0.0, < 4)
|
||||||
@@ -221,11 +221,11 @@ GEM
|
|||||||
rexml (~> 3.2, >= 3.2.5)
|
rexml (~> 3.2, >= 3.2.5)
|
||||||
rubyzip (>= 1.2.2, < 4.0)
|
rubyzip (>= 1.2.2, < 4.0)
|
||||||
websocket (~> 1.0)
|
websocket (~> 1.0)
|
||||||
sinatra (4.1.1)
|
sinatra (4.2.1)
|
||||||
logger (>= 1.6.0)
|
logger (>= 1.6.0)
|
||||||
mustermann (~> 3.0)
|
mustermann (~> 3.0)
|
||||||
rack (>= 3.0.0, < 4)
|
rack (>= 3.0.0, < 4)
|
||||||
rack-protection (= 4.1.1)
|
rack-protection (= 4.2.1)
|
||||||
rack-session (>= 2.0.0, < 3)
|
rack-session (>= 2.0.0, < 3)
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
slack-notifier (2.4.0)
|
slack-notifier (2.4.0)
|
||||||
@@ -322,7 +322,7 @@ DEPENDENCIES
|
|||||||
pry-byebug (~> 3.11)
|
pry-byebug (~> 3.11)
|
||||||
qr4r (~> 0.6.1)
|
qr4r (~> 0.6.1)
|
||||||
rack (~> 3.2)
|
rack (~> 3.2)
|
||||||
rack-protection (~> 4.1.1)
|
rack-protection (~> 4.2.1)
|
||||||
rake (~> 13.3)
|
rake (~> 13.3)
|
||||||
rdoc (~> 6.15)
|
rdoc (~> 6.15)
|
||||||
rest-client (~> 2.1.0)
|
rest-client (~> 2.1.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user