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

build(deps): bump puma from 6.4.3 to 6.6.0 #214

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "mysql2"

gem "sprockets-rails"

gem "puma", "~> 6.4"
gem "puma", "~> 6.6"

gem "jwt", "~> 2.9"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
psych (5.1.2)
stringio
public_suffix (6.0.1)
puma (6.4.3)
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.10)
Expand All @@ -273,7 +273,7 @@
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.8.5)

Check warning on line 276 in Gemfile.lock

View workflow job for this annotation

GitHub Actions / Linters

Support for Rails 7.0.8.5 ends on 2025-04-01
actioncable (= 7.0.8.5)
actionmailbox (= 7.0.8.5)
actionmailer (= 7.0.8.5)
Expand Down Expand Up @@ -454,7 +454,7 @@
jwt (~> 2.9)
mysql2
nla-blacklight_common!
puma (~> 6.4)
puma (~> 6.6)
rails-controller-testing
rails-ujs
rspec-rails (~> 7.0)
Expand Down
Loading