Skip to content

Commit

Permalink
Merge pull request #517 from collabnix/dependabot/bundler/play-with-d…
Browse files Browse the repository at this point in the history
…ocker/Portus/puma-5.6.7

Bump puma from 4.3.12 to 5.6.7 in /play-with-docker/Portus
  • Loading branch information
Adesoji1 authored Oct 1, 2023
2 parents fc199fd + 2ab3544 commit a4aee61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion play-with-docker/Portus/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def packaging?
end

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

# In order to create the Gemfile.lock required for packaging
# meaning that it should contain only the production packages
Expand Down
6 changes: 3 additions & 3 deletions play-with-docker/Portus/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ GEM
mysql2 (0.3.18)
nenv (0.3.0)
net-ldap (0.11)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand Down Expand Up @@ -232,7 +232,7 @@ GEM
activerecord (>= 3.0)
i18n (>= 0.5.0)
railties (>= 3.0.0)
puma (4.3.12)
puma (5.6.7)
nio4r (~> 2.0)
pundit (1.0.1)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -438,7 +438,7 @@ DEPENDENCIES
poltergeist
pry-rails
public_activity
puma (~> 4.3.12)
puma (~> 5.6.7)
pundit
quiet_assets
rack-mini-profiler
Expand Down

0 comments on commit a4aee61

Please sign in to comment.