Skip to content

Commit

Permalink
Bump sinatra from 3.1.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.1.0 to 4.0.0.
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v3.1.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent f73a097 commit c0f7db3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem "select2-rails", "~> 4.0", ">= 4.0.13"
gem "sentry-rails", "~> 5.18"
gem "sentry-ruby", "~> 5.2"
gem "sidekiq"
gem "sinatra", "~> 3.1", require: false
gem "sinatra", "~> 4.0", require: false
gem "slim", "~> 5.2"
gem "statsd-ruby", "~> 1.5"
gem "terser"
Expand Down
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,16 +246,17 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.9)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-session (1.0.2)
rack (< 3)
rack (3.1.7)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (1.0.0)
rack (< 3)
webrick
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.1.3.4)
actioncable (= 7.1.3.4)
actionmailbox (= 7.1.3.4)
Expand Down Expand Up @@ -410,10 +411,11 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sinatra (3.1.0)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
slim (5.2.1)
temple (~> 0.10.0)
Expand All @@ -432,7 +434,7 @@ GEM
terser (1.2.3)
execjs (>= 0.3.0, < 3)
thor (1.3.1)
tilt (2.3.0)
tilt (2.4.0)
timecop (0.9.10)
timeout (0.4.1)
turbolinks (5.2.1)
Expand Down Expand Up @@ -504,7 +506,7 @@ DEPENDENCIES
shoulda-matchers
sidekiq
simplecov
sinatra (~> 3.1)
sinatra (~> 4.0)
slim (~> 5.2)
statsd-ruby (~> 1.5)
terser
Expand Down

0 comments on commit c0f7db3

Please sign in to comment.