Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 6062d7c commit 45343c0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem "puma", "~> 4.3"

gem "sinatra", "~> 2.0"
gem "sinatra", "~> 4.1"

gem "cowsay", "~> 0.3.0"
30 changes: 19 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,38 @@
GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
cowsay (0.3.0)
mustermann (1.1.1)
logger (1.6.1)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.2)
puma (4.3.5)
nio4r (~> 2.0)
rack (2.2.3)
rack-protection (2.0.8.1)
rack
ruby2_keywords (0.0.2)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
rack (3.1.8)
rack-protection (4.1.1)
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 (4.1.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.1.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.0.10)
tilt (2.4.0)

PLATFORMS
ruby

DEPENDENCIES
cowsay (~> 0.3.0)
puma (~> 4.3)
sinatra (~> 2.0)
sinatra (~> 4.1)

BUNDLED WITH
2.1.4

0 comments on commit 45343c0

Please sign in to comment.