Skip to content

Commit

Permalink
Bump the bundler group across 2 directories with 1 update
Browse files Browse the repository at this point in the history
Bumps the bundler group with 1 update in the /ruby-padrino directory: [rack](https://github.com/rack/rack).
Bumps the bundler group with 1 update in the /ruby-sinatra directory: [rack](https://github.com/rack/rack).


Updates `rack` from 2.2.5 to 3.1.3
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v2.2.5...v3.1.3)

Updates `rack` from 2.2.8.1 to 3.1.3
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v2.2.5...v3.1.3)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: rack
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent f5847f0 commit 40151d0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
17 changes: 11 additions & 6 deletions ruby-padrino/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
concurrent-ruby (1.1.10)
date (3.3.3)
i18n (1.12.0)
Expand Down Expand Up @@ -58,16 +59,20 @@ GEM
mime-types (< 4)
padrino-core (= 0.15.2)
padrino-support (0.15.2)
rack (2.2.5)
rack-protection (3.0.5)
rack
rack (3.1.3)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
raindrops (0.20.0)
rake (13.0.6)
ruby2_keywords (0.0.5)
sinatra (3.0.5)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.5)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
slim (4.1.0)
temple (>= 0.7.6, < 0.9)
Expand Down
17 changes: 11 additions & 6 deletions ruby-sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.0)
puma (6.4.2)
nio4r (~> 2.0)
rack (2.2.8.1)
rack-protection (3.0.5)
rack
rack (3.1.3)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
ruby2_keywords (0.0.5)
sinatra (3.0.5)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.5)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.0.11)

Expand Down

0 comments on commit 40151d0

Please sign in to comment.