Skip to content

Commit

Permalink
Merge pull request #298 from ZeusWPI/dependabot/bundler/puma-6.5.0
Browse files Browse the repository at this point in the history
Bump puma from 6.4.3 to 6.5.0
  • Loading branch information
chvp authored Nov 23, 2024
2 parents 0baf7f4 + a645e2e commit a8eb6e3
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 @@ -48,7 +48,7 @@ gem 'bootsnap', require: false

group :development, :test do
# Use the Puma web server [https://github.com/puma/puma]
gem 'puma', '~> 6.4'
gem 'puma', '~> 6.5'

# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem 'debug', platforms: %i[mri mingw x64_mingw]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ GEM
psych (5.2.0)
stringio
public_suffix (5.0.4)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
Expand Down Expand Up @@ -336,7 +336,7 @@ DEPENDENCIES
jbuilder
pg (~> 1.5)
propshaft
puma (~> 6.4)
puma (~> 6.5)
rack-cors
rails (~> 8.0.0)
rubocop-minitest (~> 0.36.0)
Expand Down

0 comments on commit a8eb6e3

Please sign in to comment.