Bump rack-protection from 4.1.1 to 4.2.0

Bumps [rack-protection](https://github.com/sinatra/sinatra) from 4.1.1 to 4.2.0.
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sinatra/sinatra/compare/v4.1.1...v4.2.0)

---
updated-dependencies:
- dependency-name: rack-protection
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-10 17:49:58 +00:00
committed by GitHub
parent 9d00616c1d
commit 027d694819
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ gem 'eventmachine', '~> 1.2', '>= 1.2.7'
gem 'thin', '~> 2.0'
gem 'sinatra', '~> 4.1'
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 'uglifier', '~> 4.2'
gem 'mime-types', '~> 3.7'

View File

@@ -155,7 +155,7 @@ GEM
rqrcode_core (~> 1.0)
racc (1.8.1)
rack (3.2.3)
rack-protection (4.1.1)
rack-protection (4.2.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
@@ -221,11 +221,11 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 4.0)
websocket (~> 1.0)
sinatra (4.1.1)
sinatra (4.2.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.1.1)
rack-protection (= 4.2.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
slack-notifier (2.4.0)
@@ -322,7 +322,7 @@ DEPENDENCIES
pry-byebug (~> 3.11)
qr4r (~> 0.6.1)
rack (~> 3.2)
rack-protection (~> 4.1.1)
rack-protection (~> 4.2.1)
rake (~> 13.3)
rdoc (~> 6.15)
rest-client (~> 2.1.0)