Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 7a320ec commit 4ef5e7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ gem "rake", "~> 13.2"
gem "rubocop", "~> 1.65"
gem "rubocop-minitest", "~> 0.35"
gem "rubocop-rake", "~> 0.6"
gem "sinatra", "~> 4.0"
gem "sinatra", "~> 4.1"
gem "webmock", "~> 3.23"
gem "webrick", "~> 1.8"
15 changes: 9 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ GEM
reline (>= 0.4.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.1)
minitest (5.25.1)
mustermann (3.0.2)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
parallel (1.26.3)
parser (3.3.4.2)
Expand All @@ -50,9 +51,10 @@ GEM
stringio
public_suffix (6.0.1)
racc (1.8.1)
rack (3.1.7)
rack-protection (4.0.0)
rack (3.1.8)
rack-protection (4.1.0)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -88,10 +90,11 @@ GEM
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sinatra (4.0.0)
sinatra (4.1.0)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-protection (= 4.1.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
stringio (3.1.1)
Expand Down Expand Up @@ -126,7 +129,7 @@ DEPENDENCIES
rubocop (~> 1.65)
rubocop-minitest (~> 0.35)
rubocop-rake (~> 0.6)
sinatra (~> 4.0)
sinatra (~> 4.1)
webmock (~> 3.23)
webrick (~> 1.8)

Expand Down

0 comments on commit 4ef5e7f

Please sign in to comment.