Skip to content

Commit

Permalink
Merge pull request #72 from saturdaymp-examples/dependabot/bundler/pu…
Browse files Browse the repository at this point in the history
…ma-5.6.7

Bump puma from 4.3.12 to 5.6.7
  • Loading branch information
mrbiggred authored Nov 28, 2023
2 parents 8975ac3 + c19c0af commit 7a4c7e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "rails", "~>6.0.2"
# Use postgresql as the database for Active Record
gem "pg", ">= 0.18", "< 2.0"
# Use Puma as the app server
gem "puma", "~> 4.3"
gem "puma", "~> 5.6"
# Use SCSS for stylesheets
gem "sass-rails", "~> 5"
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GEM
ast (~> 2.4.1)
pg (1.5.3)
public_suffix (5.0.1)
puma (4.3.12)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.7)
Expand Down Expand Up @@ -305,7 +305,7 @@ DEPENDENCIES
jbuilder (~> 2.7)
listen (>= 3.0.5, < 3.2)
pg (>= 0.18, < 2.0)
puma (~> 4.3)
puma (~> 5.6)
rails (~> 6.0.2)
ruby-debug-ide
sass-rails (~> 5)
Expand Down

0 comments on commit 7a4c7e8

Please sign in to comment.