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 5.5.1 to 5.6.4 #70

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
4a44f55
Bump puma from 5.5.1 to 5.6.4
dependabot[bot] Mar 30, 2022
7d65314
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Jun 6, 2023
b5fc7bb
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Jun 8, 2023
9b34d68
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Jun 26, 2023
b7d1881
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Jul 7, 2023
1849fb4
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Jul 10, 2023
f4e6586
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Jul 12, 2023
d635b26
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Oct 16, 2023
3b09448
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Oct 25, 2023
74b4619
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Nov 14, 2023
fc92dbe
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Nov 17, 2023
e440865
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Nov 17, 2023
b3aac6b
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Nov 30, 2023
d203600
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Jan 10, 2024
21a4985
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Jan 12, 2024
a6a71f0
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Jan 12, 2024
268e87b
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Feb 29, 2024
1dd6902
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Jun 14, 2024
de1bc76
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Sep 20, 2024
f649770
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Sep 25, 2024
8e6f2ce
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Oct 22, 2024
06a588b
Merge branch 'main' into dependabot/bundler/puma-5.6.4
github-actions[bot] Oct 24, 2024
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'jquery-rails', '~> 4.4', '>= 4.4.0'
gem 'loofah', '>= 2.4.0'
gem 'mysql2', '~> 0.5'
gem 'pkg-config', '~> 1.1'
gem 'puma', '~> 5.5' # app server
gem 'puma', '~> 5.6' # app server
gem 'rails', '~> 5.2'
gem 'rails_autolink'
gem 'rollbar' # Error reporting tool
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ GEM
popper_js (1.16.0)
powerpack (0.1.3)
public_suffix (4.0.6)
puma (5.5.1)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -488,7 +488,7 @@ DEPENDENCIES
loofah (>= 2.4.0)
mysql2 (~> 0.5)
pkg-config (~> 1.1)
puma (~> 5.5)
puma (~> 5.6)
rails (~> 5.2)
rails-controller-testing (>= 1.0.4)
rails_autolink
Expand Down