Skip to content

Commit 72e8e08

Browse files
build(deps): bump sinatra from 3.2.0 to 4.2.0
Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.2.0 to 4.2.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v3.2.0...v4.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b5ac3a commit 72e8e08

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ gem 'redis'
3434
gem 'rubyzip', '>= 1.3.0'
3535
gem 'sequel', '~> 5.97'
3636
gem 'sequel_pg', require: 'sequel'
37-
gem 'sinatra', '~> 3.2'
37+
gem 'sinatra', '~> 4.2'
3838
gem 'sinatra-contrib'
3939
gem 'sshkey'
4040
gem 'statsd-ruby', '~> 1.5.0'

Gemfile.lock

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ GEM
338338
multipart-parser (0.1.1)
339339
multipart-post (2.4.1)
340340
mustache (1.1.1)
341-
mustermann (3.0.0)
341+
mustermann (3.0.4)
342342
ruby2_keywords (~> 0.0.1)
343343
mutex_m (0.3.0)
344344
mysql2 (0.5.7)
@@ -391,17 +391,18 @@ GEM
391391
puma (7.0.4)
392392
nio4r (~> 2.0)
393393
racc (1.8.1)
394-
rack (2.2.19)
395-
rack-protection (3.2.0)
394+
rack (3.2.2)
395+
rack-protection (4.2.0)
396396
base64 (>= 0.1.0)
397-
rack (~> 2.2, >= 2.2.4)
398-
rack-session (1.0.2)
399-
rack (< 3)
397+
logger (>= 1.6.0)
398+
rack (>= 3.0.0, < 4)
399+
rack-session (2.1.1)
400+
base64 (>= 0.1.0)
401+
rack (>= 3.0.0)
400402
rack-test (2.2.0)
401403
rack (>= 1.3)
402-
rackup (1.0.1)
403-
rack (< 3)
404-
webrick
404+
rackup (2.2.1)
405+
rack (>= 3)
405406
rails-dom-testing (2.3.0)
406407
activesupport (>= 5.0.0)
407408
minitest
@@ -542,16 +543,18 @@ GEM
542543
json (>= 1.8, < 3)
543544
simplecov-html (~> 0.10.0)
544545
simplecov-html (0.10.2)
545-
sinatra (3.2.0)
546+
sinatra (4.2.0)
547+
logger (>= 1.6.0)
546548
mustermann (~> 3.0)
547-
rack (~> 2.2, >= 2.2.4)
548-
rack-protection (= 3.2.0)
549+
rack (>= 3.0.0, < 4)
550+
rack-protection (= 4.2.0)
551+
rack-session (>= 2.0.0, < 3)
549552
tilt (~> 2.0)
550-
sinatra-contrib (3.2.0)
553+
sinatra-contrib (4.2.0)
551554
multi_json (>= 0.0.2)
552555
mustermann (~> 3.0)
553-
rack-protection (= 3.2.0)
554-
sinatra (= 3.2.0)
556+
rack-protection (= 4.2.0)
557+
sinatra (= 4.2.0)
555558
tilt (~> 2.0)
556559
solargraph (0.57.0)
557560
backport (~> 1.2)
@@ -613,7 +616,6 @@ GEM
613616
addressable (>= 2.8.0)
614617
crack (>= 0.3.2)
615618
hashdiff (>= 0.4.0, < 2.0.0)
616-
webrick (1.9.1)
617619
xml-simple (1.1.9)
618620
rexml
619621
yajl-ruby (1.4.3)
@@ -703,7 +705,7 @@ DEPENDENCIES
703705
rubyzip (>= 1.3.0)
704706
sequel (~> 5.97)
705707
sequel_pg
706-
sinatra (~> 3.2)
708+
sinatra (~> 4.2)
707709
sinatra-contrib
708710
solargraph
709711
spork!

0 commit comments

Comments
 (0)