Skip to content

Commit 027d694

Browse files
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](sinatra/sinatra@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>
1 parent 9d00616 commit 027d694

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'eventmachine', '~> 1.2', '>= 1.2.7'
1111
gem 'thin', '~> 2.0'
1212
gem 'sinatra', '~> 4.1'
1313
gem 'rack', '~> 3.2'
14-
gem 'rack-protection', '~> 4.1.1'
14+
gem 'rack-protection', '~> 4.2.1'
1515
gem 'em-websocket', '~> 0.5.3' # WebSocket support
1616
gem 'uglifier', '~> 4.2'
1717
gem 'mime-types', '~> 3.7'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ GEM
155155
rqrcode_core (~> 1.0)
156156
racc (1.8.1)
157157
rack (3.2.3)
158-
rack-protection (4.1.1)
158+
rack-protection (4.2.1)
159159
base64 (>= 0.1.0)
160160
logger (>= 1.6.0)
161161
rack (>= 3.0.0, < 4)
@@ -221,11 +221,11 @@ GEM
221221
rexml (~> 3.2, >= 3.2.5)
222222
rubyzip (>= 1.2.2, < 4.0)
223223
websocket (~> 1.0)
224-
sinatra (4.1.1)
224+
sinatra (4.2.1)
225225
logger (>= 1.6.0)
226226
mustermann (~> 3.0)
227227
rack (>= 3.0.0, < 4)
228-
rack-protection (= 4.1.1)
228+
rack-protection (= 4.2.1)
229229
rack-session (>= 2.0.0, < 3)
230230
tilt (~> 2.0)
231231
slack-notifier (2.4.0)
@@ -322,7 +322,7 @@ DEPENDENCIES
322322
pry-byebug (~> 3.11)
323323
qr4r (~> 0.6.1)
324324
rack (~> 3.2)
325-
rack-protection (~> 4.1.1)
325+
rack-protection (~> 4.2.1)
326326
rake (~> 13.3)
327327
rdoc (~> 6.15)
328328
rest-client (~> 2.1.0)

0 commit comments

Comments
 (0)