Skip to content

Commit df3de56

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

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
@@ -33,7 +33,7 @@ gem 'redis'
3333
gem 'rubyzip', '>= 1.3.0'
3434
gem 'sequel', '~> 5.98'
3535
gem 'sequel_pg', require: 'sequel'
36-
gem 'sinatra', '~> 3.2'
36+
gem 'sinatra', '~> 4.2'
3737
gem 'sinatra-contrib'
3838
gem 'statsd-ruby', '~> 1.5.0'
3939
gem 'steno'

Gemfile.lock

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ GEM
319319
multipart-parser (0.1.1)
320320
multipart-post (2.4.1)
321321
mustache (1.1.1)
322-
mustermann (3.0.0)
322+
mustermann (3.0.4)
323323
ruby2_keywords (~> 0.0.1)
324324
mutex_m (0.3.0)
325325
mysql2 (0.5.7)
@@ -372,17 +372,18 @@ GEM
372372
puma (7.1.0)
373373
nio4r (~> 2.0)
374374
racc (1.8.1)
375-
rack (2.2.20)
376-
rack-protection (3.2.0)
375+
rack (3.2.4)
376+
rack-protection (4.2.1)
377377
base64 (>= 0.1.0)
378-
rack (~> 2.2, >= 2.2.4)
379-
rack-session (1.0.2)
380-
rack (< 3)
378+
logger (>= 1.6.0)
379+
rack (>= 3.0.0, < 4)
380+
rack-session (2.1.1)
381+
base64 (>= 0.1.0)
382+
rack (>= 3.0.0)
381383
rack-test (2.2.0)
382384
rack (>= 1.3)
383-
rackup (1.0.1)
384-
rack (< 3)
385-
webrick
385+
rackup (2.2.1)
386+
rack (>= 3)
386387
rails-dom-testing (2.3.0)
387388
activesupport (>= 5.0.0)
388389
minitest
@@ -524,16 +525,18 @@ GEM
524525
json (>= 1.8, < 3)
525526
simplecov-html (~> 0.10.0)
526527
simplecov-html (0.10.2)
527-
sinatra (3.2.0)
528+
sinatra (4.2.1)
529+
logger (>= 1.6.0)
528530
mustermann (~> 3.0)
529-
rack (~> 2.2, >= 2.2.4)
530-
rack-protection (= 3.2.0)
531+
rack (>= 3.0.0, < 4)
532+
rack-protection (= 4.2.1)
533+
rack-session (>= 2.0.0, < 3)
531534
tilt (~> 2.0)
532-
sinatra-contrib (3.2.0)
535+
sinatra-contrib (4.2.1)
533536
multi_json (>= 0.0.2)
534537
mustermann (~> 3.0)
535-
rack-protection (= 3.2.0)
536-
sinatra (= 3.2.0)
538+
rack-protection (= 4.2.1)
539+
sinatra (= 4.2.1)
537540
tilt (~> 2.0)
538541
solargraph (0.57.0)
539542
backport (~> 1.2)
@@ -594,7 +597,6 @@ GEM
594597
addressable (>= 2.8.0)
595598
crack (>= 0.3.2)
596599
hashdiff (>= 0.4.0, < 2.0.0)
597-
webrick (1.9.1)
598600
xml-simple (1.1.9)
599601
rexml
600602
yajl-ruby (1.4.3)
@@ -683,7 +685,7 @@ DEPENDENCIES
683685
rubyzip (>= 1.3.0)
684686
sequel (~> 5.98)
685687
sequel_pg
686-
sinatra (~> 3.2)
688+
sinatra (~> 4.2)
687689
sinatra-contrib
688690
solargraph
689691
spork!

0 commit comments

Comments
 (0)