Skip to content

Commit 6a0885f

Browse files
build(deps): bump sinatra and sinatra-contrib
Bumps [sinatra](https://github.com/sinatra/sinatra) and [sinatra-contrib](https://github.com/sinatra/sinatra). These dependencies needed to be updated together. Updates `sinatra` from 3.1.0 to 3.2.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v3.1.0...v3.2.0) Updates `sinatra-contrib` from 3.1.0 to 3.2.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: sinatra-contrib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 772033d commit 6a0885f

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem 'rfc822'
3838
gem 'rubyzip', '>= 1.3.0'
3939
gem 'sequel', '~> 5.75'
4040
gem 'sequel_pg', require: 'sequel'
41-
gem 'sinatra', '~> 3.1'
41+
gem 'sinatra', '~> 3.2'
4242
gem 'sinatra-contrib'
4343
gem 'statsd-ruby', '~> 1.5.0'
4444
gem 'steno'

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@ GEM
365365
nio4r (~> 2.0)
366366
racc (1.7.3)
367367
rack (2.2.8)
368-
rack-protection (3.1.0)
368+
rack-protection (3.2.0)
369+
base64 (>= 0.1.0)
369370
rack (~> 2.2, >= 2.2.4)
370371
rack-test (2.1.0)
371372
rack (>= 1.3)
@@ -497,16 +498,16 @@ GEM
497498
json (>= 1.8, < 3)
498499
simplecov-html (~> 0.10.0)
499500
simplecov-html (0.10.2)
500-
sinatra (3.1.0)
501+
sinatra (3.2.0)
501502
mustermann (~> 3.0)
502503
rack (~> 2.2, >= 2.2.4)
503-
rack-protection (= 3.1.0)
504+
rack-protection (= 3.2.0)
504505
tilt (~> 2.0)
505-
sinatra-contrib (3.1.0)
506-
multi_json
506+
sinatra-contrib (3.2.0)
507+
multi_json (>= 0.0.2)
507508
mustermann (~> 3.0)
508-
rack-protection (= 3.1.0)
509-
sinatra (= 3.1.0)
509+
rack-protection (= 3.2.0)
510+
sinatra (= 3.2.0)
510511
tilt (~> 2.0)
511512
solargraph (0.50.0)
512513
backport (~> 1.2)
@@ -645,7 +646,7 @@ DEPENDENCIES
645646
rubyzip (>= 1.3.0)
646647
sequel (~> 5.75)
647648
sequel_pg
648-
sinatra (~> 3.1)
649+
sinatra (~> 3.2)
649650
sinatra-contrib
650651
solargraph
651652
spork!

0 commit comments

Comments
 (0)