Skip to content

Commit

Permalink
Bump puma from 3.12.0 to 5.6.8 in /test/sample_apps/rails4_app
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 5.6.8.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v3.12.0...v5.6.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 8cabae1 commit c633e48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/sample_apps/rails4_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ group :development do
end

# Use Puma as the app server
gem 'puma', '~> 3.0'
gem 'puma', '~> 5.6'
6 changes: 4 additions & 2 deletions test/sample_apps/rails4_app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ GEM
mini_portile2 (2.4.0)
minitest (5.11.3)
multi_json (1.13.1)
nio4r (2.7.0)
nokogiri (1.9.1)
mini_portile2 (~> 2.4.0)
puma (3.12.0)
puma (5.6.8)
nio4r (~> 2.0)
rack (1.6.11)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -138,7 +140,7 @@ PLATFORMS
DEPENDENCIES
byebug
jbuilder (~> 2.0)
puma (~> 3.0)
puma (~> 5.6)
rails (= 4.2.11)
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
Expand Down

0 comments on commit c633e48

Please sign in to comment.