Skip to content

Commit 82a87dc

Browse files
Bump puma from 3.7.0 to 4.3.12 in /play-with-docker/Portus
Bumps [puma](https://github.com/puma/puma) from 3.7.0 to 4.3.12. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.7.0...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b00097 commit 82a87dc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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", "~> 3.7.0" if ENV["PORTUS_PUMA_DEPLOYMENT"] == "yes" || !packaging?
55+
gem "puma", "~> 4.3.12" 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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ GEM
190190
mysql2 (0.3.18)
191191
nenv (0.3.0)
192192
net-ldap (0.11)
193+
nio4r (2.5.8)
193194
nokogiri (1.13.10)
194195
mini_portile2 (~> 2.8.0)
195196
racc (~> 1.4)
@@ -222,7 +223,8 @@ GEM
222223
activerecord (>= 3.0)
223224
i18n (>= 0.5.0)
224225
railties (>= 3.0.0)
225-
puma (3.7.0)
226+
puma (4.3.12)
227+
nio4r (~> 2.0)
226228
pundit (1.0.1)
227229
activesupport (>= 3.0.0)
228230
quiet_assets (1.1.0)
@@ -427,7 +429,7 @@ DEPENDENCIES
427429
poltergeist
428430
pry-rails
429431
public_activity
430-
puma (~> 3.7.0)
432+
puma (~> 4.3.12)
431433
pundit
432434
quiet_assets
433435
rack-mini-profiler

0 commit comments

Comments
 (0)