Skip to content

Commit

Permalink
chore(deps): bump sinatra from 2.2.3 to 4.1.0 in /examples/ruby-api
Browse files Browse the repository at this point in the history
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.3 to 4.1.0.
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v2.2.3...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 fe37f4d commit 7346de9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/ruby-api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'http://rubygems.org'

# gem "rails"
gem 'sinatra', '~> 2.2'
gem 'sinatra', '~> 4.1'
gem 'jwt', '~> 2.5'
gem 'dotenv'
gem 'puma'
28 changes: 18 additions & 10 deletions examples/ruby-api/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
GEM
remote: http://rubygems.org/
specs:
base64 (0.2.0)
dotenv (2.8.1)
jwt (2.5.0)
mustermann (2.0.2)
logger (1.6.1)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.3)
puma (5.6.9)
nio4r (~> 2.0)
rack (2.2.9)
rack-protection (2.2.3)
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.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
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)
tilt (2.0.11)
tilt (2.4.0)

PLATFORMS
aarch64-linux
Expand All @@ -27,7 +35,7 @@ DEPENDENCIES
dotenv
jwt (~> 2.5)
puma
sinatra (~> 2.2)
sinatra (~> 4.1)

BUNDLED WITH
2.3.7

0 comments on commit 7346de9

Please sign in to comment.