Skip to content

Commit

Permalink
Merge pull request #254 from rubygems/dependabot/bundler/puma-6.4.0
Browse files Browse the repository at this point in the history
Bump puma from 6.3.1 to 6.4.0
  • Loading branch information
segiddins committed Sep 21, 2023
2 parents 8569f9e + 77fe1ba commit e7fdf6f
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 @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'rails', '~> 7.0.8'
gem 'mysql2'
gem 'puma', '~> 6.3'
gem 'puma', '~> 6.4'
gem 'bootsnap', '>= 1.4.2', require: false

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ GEM
pubsubstub (0.2.2)
rack
redis (~> 4.0)
puma (6.3.1)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
Expand Down Expand Up @@ -355,7 +355,7 @@ DEPENDENCIES
byebug
listen (>= 3.0.5)
mysql2
puma (~> 6.3)
puma (~> 6.4)
rails (~> 7.0.8)
shipit-engine (>= 0.36.0)
sidekiq
Expand Down

0 comments on commit e7fdf6f

Please sign in to comment.