Skip to content

Commit

Permalink
Merge pull request #1522 from Floppy/dependabot/bundler/puma-6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
2 parents 66f0cdf + a110dea commit 8c4b5e3
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 @@ -6,7 +6,7 @@ ruby "~> 3.2.2"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 7.0.8"
# Use Puma as the app server
gem "puma", "~> 6.3"
gem "puma", "~> 6.4"
# Use SCSS for stylesheets
gem "sass-rails", ">= 6"
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.3)
puma (6.3.1)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
Expand Down Expand Up @@ -505,7 +505,7 @@ DEPENDENCIES
mittsu!
pg (~> 1.5)
public_suffix (~> 5.0)
puma (~> 6.3)
puma (~> 6.4)
rails (~> 7.0.8)
rails-settings-cached (~> 2.9)
redis (~> 5.0)
Expand Down

0 comments on commit 8c4b5e3

Please sign in to comment.