Skip to content

Commit

Permalink
Build(deps): Bump sinatra, rack and sinatra-contrib
Browse files Browse the repository at this point in the history
Bumps [sinatra](https://github.com/sinatra/sinatra), [rack](https://github.com/rack/rack) and [sinatra-contrib](https://github.com/sinatra/sinatra). These dependencies needed to be updated together.

Updates `sinatra` from 3.2.0 to 4.0.0
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v3.2.0...v4.0.0)

Updates `rack` from 2.2.8.1 to 3.0.9.1
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v2.2.8.1...v3.0.9.1)

Updates `sinatra-contrib` from 3.2.0 to 4.0.0
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v3.2.0...v4.0.0)

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: rack
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: sinatra-contrib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 5, 2024
1 parent 5975ddf commit 7c75312
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ gem "multi_json", "~> 1.15"
gem "oauth2", "~> 2.0"
gem "pg", "~> 1.5"
gem "puma", "~> 6.4"
gem "rack", "~> 2.2"
gem "rack", "~> 3.0"
gem "rack-attack", "~> 6.7.0"
gem "rack-test", "~> 2.1"
gem "rake", "~> 13.1"
gem "redis", "~> 5.1.0"
gem "rspec", "~> 3.12"
gem "sentry-ruby", "~> 5.16"
gem "sinatra", "~> 3.2"
gem "sinatra", "~> 4.0"
gem "sinatra-activerecord", "~> 2.0.27"
gem "sinatra-contrib", "~> 3.2"
gem "sinatra-contrib", "~> 4.0"
gem "sinatra-cross_origin", "~> 0.4.0"
gem "unleash", "~> 5.0"
gem "uuid", "~> 2.3"
Expand Down
27 changes: 15 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,14 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8.1)
rack (3.0.9.1)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-protection (3.2.0)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
Expand Down Expand Up @@ -147,19 +149,20 @@ GEM
ruby2_keywords (0.0.5)
sentry-ruby (5.16.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
sinatra (3.2.0)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.2.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sinatra-activerecord (2.0.27)
activerecord (>= 4.1)
sinatra (>= 1.0)
sinatra-contrib (3.2.0)
sinatra-contrib (4.0.0)
multi_json (>= 0.0.2)
mustermann (~> 3.0)
rack-protection (= 3.2.0)
sinatra (= 3.2.0)
rack-protection (= 4.0.0)
sinatra (= 4.0.0)
tilt (~> 2.0)
sinatra-cross_origin (0.4.0)
snaky_hash (2.0.1)
Expand Down Expand Up @@ -196,7 +199,7 @@ DEPENDENCIES
oauth2 (~> 2.0)
pg (~> 1.5)
puma (~> 6.4)
rack (~> 2.2)
rack (~> 3.0)
rack-attack (~> 6.7.0)
rack-test (~> 2.1)
rake (~> 13.1)
Expand All @@ -205,9 +208,9 @@ DEPENDENCIES
rubocop-govuk (~> 4.13)
rubocop-performance (~> 1.20)
sentry-ruby (~> 5.16)
sinatra (~> 3.2)
sinatra (~> 4.0)
sinatra-activerecord (~> 2.0.27)
sinatra-contrib (~> 3.2)
sinatra-contrib (~> 4.0)
sinatra-cross_origin (~> 0.4.0)
timecop
unleash (~> 5.0)
Expand Down

0 comments on commit 7c75312

Please sign in to comment.