Skip to content

Commit

Permalink
Bump sinatra from 2.2.4 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.4 to 4.1.0.
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v2.2.4...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 270cd1e commit 3444ba5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'activesupport', '>= 5.2.4.3'
gem 'sinatra', '~> 2.2.0'
gem 'sinatra', '~> 4.1.0'

gem "puma", ">= 5.6.4"

Expand Down
27 changes: 17 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ GEM
drb (2.2.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
logger (1.6.1)
method_source (1.0.0)
minitest (5.22.3)
mustermann (2.0.2)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
nio4r (2.7.0)
Expand All @@ -33,17 +34,23 @@ GEM
slop (~> 3.0)
puma (6.4.2)
nio4r (~> 2.0)
rack (2.2.8.1)
rack-protection (2.2.4)
rack
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)
ruby2_keywords (0.0.5)
sinatra (2.2.4)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.4)
sinatra (4.1.0)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.1.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
slop (3.6.0)
tilt (2.3.0)
tilt (2.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

Expand All @@ -56,7 +63,7 @@ DEPENDENCIES
pry
pry-remote
puma (>= 5.6.4)
sinatra (~> 2.2.0)
sinatra (~> 4.1.0)

BUNDLED WITH
2.5.3

0 comments on commit 3444ba5

Please sign in to comment.