Skip to content

Commit

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

Updates `sinatra-contrib` from 3.0.6 to 3.1.0
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v3.0.6...v3.1.0)

Updates `sinatra` from 3.0.6 to 3.1.0
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v3.0.6...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and shieldo committed Sep 7, 2023
1 parent 3ed98a5 commit 590c43c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ gem "rake", "~> 13.0"
gem "redis", "~> 5.0.7"
gem "rspec", "~> 3.12"
gem "sentry-ruby", "~> 5.9"
gem "sinatra", "~> 3.0"
gem "sinatra", "~> 3.1"
gem "sinatra-activerecord", "~> 2.0.26"
gem "sinatra-contrib", "~> 3.0"
gem "sinatra-contrib", "~> 3.1"
gem "sinatra-cross_origin", "~> 0.4.0"
gem "unleash", "~> 4.4.4"
gem "uuid", "~> 2.3"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ GEM
rack (2.2.8)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-protection (3.0.6)
rack
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
Expand Down Expand Up @@ -131,19 +131,19 @@ GEM
ruby2_keywords (0.0.5)
sentry-ruby (5.10.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
sinatra (3.0.6)
sinatra (3.1.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.6)
rack-protection (= 3.1.0)
tilt (~> 2.0)
sinatra-activerecord (2.0.26)
activerecord (>= 4.1)
sinatra (>= 1.0)
sinatra-contrib (3.0.6)
sinatra-contrib (3.1.0)
multi_json
mustermann (~> 3.0)
rack-protection (= 3.0.6)
sinatra (= 3.0.6)
rack-protection (= 3.1.0)
sinatra (= 3.1.0)
tilt (~> 2.0)
sinatra-cross_origin (0.4.0)
snaky_hash (2.0.1)
Expand Down Expand Up @@ -187,9 +187,9 @@ DEPENDENCIES
rubocop-govuk (~> 4.12)
rubocop-performance (~> 1.19)
sentry-ruby (~> 5.9)
sinatra (~> 3.0)
sinatra (~> 3.1)
sinatra-activerecord (~> 2.0.26)
sinatra-contrib (~> 3.0)
sinatra-contrib (~> 3.1)
sinatra-cross_origin (~> 0.4.0)
timecop
unleash (~> 4.4.4)
Expand Down

0 comments on commit 590c43c

Please sign in to comment.