Skip to content

Commit 68a749a

Browse files
Bump puma from 6.4.3 to 6.5.0 (#1484)
Bumps [puma](https://github.com/puma/puma) from 6.4.3 to 6.5.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.4.3...v6.5.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2718e4f commit 68a749a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'rails', '6.1.7.10'
1010
gem 'bootsnap', '~> 1.18', require: false
1111
gem 'newrelic_rpm', '~> 9.15'
1212
gem 'pg', '~> 1.4.6'
13-
gem 'puma', '~> 6.4'
13+
gem 'puma', '~> 6.5'
1414
gem 'shakapacker', '8.0.2'
1515
gem 'slim-rails', '~> 3.6'
1616
gem 'turbo-rails', '~> 2.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ GEM
165165
pry-rails (0.3.11)
166166
pry (>= 0.13.0)
167167
public_suffix (6.0.1)
168-
puma (6.4.3)
168+
puma (6.5.0)
169169
nio4r (~> 2.0)
170170
racc (1.8.1)
171171
rack (2.2.10)
@@ -347,7 +347,7 @@ DEPENDENCIES
347347
pry
348348
pry-byebug
349349
pry-rails
350-
puma (~> 6.4)
350+
puma (~> 6.5)
351351
rack-timeout (~> 0.7.0)
352352
rails (= 6.1.7.10)
353353
rspec-rails

0 commit comments

Comments
 (0)