Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 572b3e5

Browse files
Bump puma from 5.4.0 to 5.5.0
Bumps [puma](https://github.com/puma/puma) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7d9f66 commit 572b3e5

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
@@ -33,7 +33,7 @@ gem 'foreman', '~> 0.87'
3333
group :production do
3434
gem 'thin', '~> 1.8'
3535
gem 'rails_12factor', '~> 0.0'
36-
gem 'puma', '~> 5.4'
36+
gem 'puma', '~> 5.5'
3737
end
3838

3939
group :development, :test do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ GEM
533533
coderay (~> 1.1)
534534
method_source (~> 1.0)
535535
public_suffix (4.0.6)
536-
puma (5.4.0)
536+
puma (5.5.0)
537537
nio4r (~> 2.0)
538538
pusher (1.4.3)
539539
httpclient (~> 2.8)
@@ -827,7 +827,7 @@ DEPENDENCIES
827827
nokogiri (~> 1.12)
828828
poltergeist (~> 1.6)
829829
pry (~> 0.14)
830-
puma (~> 5.4)
830+
puma (~> 5.5)
831831
pusher (~> 1.4)
832832
rack-cors (~> 1.0)
833833
rack-google-analytics (~> 1.2)

0 commit comments

Comments
 (0)