Skip to content

Commit

Permalink
Bump puma from 3.12.0 to 5.6.7 in /flipped-demos/ch04-rails/hw2-onramp
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.7.
- [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.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 14, 2023
1 parent bb7a3c5 commit e800718
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flipped-demos/ch04-rails/hw2-onramp/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'rails', '~> 4.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.0'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
6 changes: 4 additions & 2 deletions flipped-demos/ch04-rails/hw2-onramp/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,12 @@ GEM
minitest (5.11.3)
multi_json (1.13.1)
multi_test (0.1.2)
nio4r (2.5.9)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
public_suffix (3.0.3)
puma (3.12.0)
puma (5.6.7)
nio4r (~> 2.0)
rack (1.6.11)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -214,7 +216,7 @@ DEPENDENCIES
jquery-rails
launchy
listen (~> 3.0.5)
puma (~> 3.0)
puma (~> 5.6)
rails (~> 4.2)
sass-rails (~> 5.0)
spring
Expand Down

0 comments on commit e800718

Please sign in to comment.