Skip to content

Commit b98ec17

Browse files
Bump sinatra, rack-protection and rack
Bumps [sinatra](https://github.com/sinatra/sinatra), [rack-protection](https://github.com/sinatra/sinatra) and [rack](https://github.com/rack/rack). These dependencies needed to be updated together. Updates `sinatra` from 3.2.0 to 4.1.1 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v3.2.0...v4.1.1) Updates `rack-protection` from 3.2.0 to 4.1.1 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v3.2.0...v4.1.1) Updates `rack` from 2.2.17 to 3.2.1 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v2.2.17...v3.2.1) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.1.1 dependency-type: direct:production - dependency-name: rack-protection dependency-version: 4.1.1 dependency-type: direct:production - dependency-name: rack dependency-version: 3.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d05ff08 commit b98ec17

2 files changed

Lines changed: 18 additions & 12 deletions

File tree

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ gem 'json'
99

1010
gem 'eventmachine', '~> 1.2', '>= 1.2.7'
1111
gem 'thin', '~> 2.0'
12-
gem 'sinatra', '~> 3.2'
13-
gem 'rack', '~> 2.2'
14-
gem 'rack-protection', '~> 3.2.0'
12+
gem 'sinatra', '~> 4.1'
13+
gem 'rack', '~> 3.2'
14+
gem 'rack-protection', '~> 4.1.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: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,14 @@ GEM
154154
mojo_magick (~> 0.6.5)
155155
rqrcode_core (~> 1.0)
156156
racc (1.8.1)
157-
rack (2.2.17)
158-
rack-protection (3.2.0)
157+
rack (3.2.1)
158+
rack-protection (4.1.1)
159159
base64 (>= 0.1.0)
160-
rack (~> 2.2, >= 2.2.4)
160+
logger (>= 1.6.0)
161+
rack (>= 3.0.0, < 4)
162+
rack-session (2.1.1)
163+
base64 (>= 0.1.0)
164+
rack (>= 3.0.0)
161165
rack-test (2.2.0)
162166
rack (>= 1.3)
163167
rainbow (3.1.1)
@@ -216,10 +220,12 @@ GEM
216220
rexml (~> 3.2, >= 3.2.5)
217221
rubyzip (>= 1.2.2, < 4.0)
218222
websocket (~> 1.0)
219-
sinatra (3.2.0)
223+
sinatra (4.1.1)
224+
logger (>= 1.6.0)
220225
mustermann (~> 3.0)
221-
rack (~> 2.2, >= 2.2.4)
222-
rack-protection (= 3.2.0)
226+
rack (>= 3.0.0, < 4)
227+
rack-protection (= 4.1.1)
228+
rack-session (>= 2.0.0, < 3)
223229
tilt (~> 2.0)
224230
slack-notifier (2.4.0)
225231
sqlite3 (2.7.3-aarch64-linux-gnu)
@@ -313,8 +319,8 @@ DEPENDENCIES
313319
parseconfig (~> 1.1, >= 1.1.2)
314320
pry-byebug (~> 3.11)
315321
qr4r (~> 0.6.1)
316-
rack (~> 2.2)
317-
rack-protection (~> 3.2.0)
322+
rack (~> 3.2)
323+
rack-protection (~> 4.1.1)
318324
rake (~> 13.3)
319325
rdoc (~> 6.14)
320326
rest-client (~> 2.1.0)
@@ -323,7 +329,7 @@ DEPENDENCIES
323329
rubyzip (~> 3.1)
324330
rushover (~> 0.3.0)
325331
selenium-webdriver (~> 4.35)
326-
sinatra (~> 3.2)
332+
sinatra (~> 4.1)
327333
slack-notifier (~> 2.4)
328334
sqlite3 (~> 2.7)
329335
term-ansicolor

0 commit comments

Comments
 (0)