Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump puma from 3.12.6 to 4.3.9 #9

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump puma from 3.12.6 to 4.3.9
Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 4.3.9.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v3.12.6...v4.3.9)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Oct 12, 2021

Verified

This commit was signed with the committer’s verified signature.
erikmd Erik Martin-Dorel
commit b71162060ddad1507cdd95892730531b95ad9025
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.4', '>= 5.2.4.2'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 3.12'
gem 'puma', '~> 4.3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -143,7 +143,8 @@ GEM
pg (1.2.3)
popper_js (1.16.0)
public_suffix (4.0.5)
puma (3.12.6)
puma (4.3.9)
nio4r (~> 2.0)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
@@ -255,7 +256,7 @@ DEPENDENCIES
jquery-rails
listen (>= 3.0.5, < 3.2)
pg (>= 0.18, < 2.0)
puma (~> 3.12)
puma (~> 4.3)
rails (~> 5.2.4, >= 5.2.4.2)
sass-rails (~> 5.0)
selenium-webdriver