Skip to content

Commit 2ab3544

Browse files
Bump puma from 4.3.12 to 5.6.7 in /play-with-docker/Portus
Bumps [puma](https://github.com/puma/puma) from 4.3.12 to 5.6.7. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v4.3.12...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 807bed7 commit 2ab3544

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

play-with-docker/Portus/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def packaging?
5252
end
5353

5454
# If the deployment is done through Puma, include it in the bundle.
55-
gem "puma", "~> 4.3.12" if ENV["PORTUS_PUMA_DEPLOYMENT"] == "yes" || !packaging?
55+
gem "puma", "~> 5.6.7" if ENV["PORTUS_PUMA_DEPLOYMENT"] == "yes" || !packaging?
5656

5757
# In order to create the Gemfile.lock required for packaging
5858
# meaning that it should contain only the production packages

play-with-docker/Portus/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ GEM
199199
mysql2 (0.3.18)
200200
nenv (0.3.0)
201201
net-ldap (0.11)
202-
nio4r (2.5.8)
202+
nio4r (2.5.9)
203203
nokogiri (1.13.6)
204204
mini_portile2 (~> 2.8.0)
205205
racc (~> 1.4)
@@ -232,7 +232,7 @@ GEM
232232
activerecord (>= 3.0)
233233
i18n (>= 0.5.0)
234234
railties (>= 3.0.0)
235-
puma (4.3.12)
235+
puma (5.6.7)
236236
nio4r (~> 2.0)
237237
pundit (1.0.1)
238238
activesupport (>= 3.0.0)
@@ -438,7 +438,7 @@ DEPENDENCIES
438438
poltergeist
439439
pry-rails
440440
public_activity
441-
puma (~> 4.3.12)
441+
puma (~> 5.6.7)
442442
pundit
443443
quiet_assets
444444
rack-mini-profiler

0 commit comments

Comments
 (0)