Skip to content

Commit 2c680bc

Browse files
authored
Merge pull request #512 from collabnix/dependabot/bundler/_site/play-with-docker/Portus/Portus.1/puma-5.6.7
Bump puma from 4.3.12 to 5.6.7 in /_site/play-with-docker/Portus/Portus.1
2 parents 9a45871 + 250d02b commit 2c680bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_site/play-with-docker/Portus/Portus.1/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

_site/play-with-docker/Portus/Portus.1/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ GEM
200200
mysql2 (0.3.18)
201201
nenv (0.3.0)
202202
net-ldap (0.11)
203-
nio4r (2.5.8)
203+
nio4r (2.5.9)
204204
nokogiri (1.15.4)
205205
mini_portile2 (~> 2.8.2)
206206
racc (~> 1.4)
@@ -233,7 +233,7 @@ GEM
233233
activerecord (>= 3.0)
234234
i18n (>= 0.5.0)
235235
railties (>= 3.0.0)
236-
puma (4.3.12)
236+
puma (5.6.7)
237237
nio4r (~> 2.0)
238238
pundit (1.0.1)
239239
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)