Skip to content

Commit a10af49

Browse files
Bump puma from 6.3.1 to 6.4.0 (#485)
Bumps [puma](https://github.com/puma/puma) from 6.3.1 to 6.4.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.3.1...v6.4.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 682c5b8 commit a10af49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem 'newrelic_rpm', '~> 9.5'
2323
gem 'oj', '~> 3.16'
2424
gem 'pagy', '~> 6.1'
2525
gem 'pg', '~> 1.5'
26-
gem 'puma', '~> 6.3'
26+
gem 'puma', '~> 6.4'
2727
gem 'pundit', '~> 2.3'
2828
gem 'rack-cors', '~> 2.0'
2929
gem 'sass-rails', '~> 6.0.0'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ GEM
309309
pry-rails (0.3.9)
310310
pry (>= 0.10.4)
311311
public_suffix (5.0.3)
312-
puma (6.3.1)
312+
puma (6.4.0)
313313
nio4r (~> 2.0)
314314
pundit (2.3.1)
315315
activesupport (>= 3.0.0)
@@ -535,7 +535,7 @@ DEPENDENCIES
535535
prosopite (~> 1.4.1)
536536
pry-byebug (~> 3.9)
537537
pry-rails (~> 0.3.9)
538-
puma (~> 6.3)
538+
puma (~> 6.4)
539539
pundit (~> 2.3)
540540
rack-cors (~> 2.0)
541541
rails (~> 7.0.8)

0 commit comments

Comments
 (0)