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.2 to 6.0.1 #1407

Closed
wants to merge 1 commit into from
Closed
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 @@ -73,7 +73,7 @@ gem "pg", "~> 1.2" # Pg is the Ruby interface to the PostgreSQL RDBMS
gem "pg_query", ">= 0.9.0" # Allows PGHero to analyze queries
gem "pg_search", "~> 2.3.5" # PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search
gem "pghero", "~> 2.8" # Dashboard for Postgres
gem "puma", "~> 5.5.2" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
gem "puma", "~> 6.0.1" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
gem "pundit", "~> 2.1" # Object oriented authorization for Rails applications
gem "rack-attack", "~> 6.5.0" # Used to throttle requests to prevent brute force attacks
gem "rack-cors", "~> 1.1" # Middleware that will make Rack-based apps CORS compatible
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,9 @@ GEM
multi_json (>= 1.11.0)
globalid (0.5.2)
activesupport (>= 5.0)
google-protobuf (3.19.1)
google-protobuf (3.19.1-x86_64-darwin)
google-protobuf (3.19.1-x86_64-linux)
google-protobuf (3.21.12)
google-protobuf (3.21.12-x86_64-darwin)
google-protobuf (3.21.12-x86_64-linux)
guard (2.18.0)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -483,7 +483,7 @@ GEM
mini_histogram (0.3.1)
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
mini_portile2 (2.8.1)
minitest (5.14.4)
modis (4.0.0)
activemodel (>= 5.2)
Expand All @@ -504,14 +504,14 @@ GEM
http-2 (~> 0.11)
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.12.5-arm64-darwin)
nokogiri (1.13.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-darwin)
nokogiri (1.13.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -570,14 +570,14 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (5.5.2)
puma (6.0.1)
nio4r (~> 2.0)
pundit (2.1.1)
activesupport (>= 3.0.0)
pundit-matchers (1.7.0)
rspec-rails (>= 3.0.0)
raabro (1.4.0)
racc (1.6.0)
racc (1.6.2)
rack (2.2.3)
rack-attack (6.5.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -1009,7 +1009,7 @@ DEPENDENCIES
pghero (~> 2.8)
pry (~> 0.14)
pry-rails (~> 0.3)
puma (~> 5.5.2)
puma (~> 6.0.1)
pundit (~> 2.1)
pundit-matchers (~> 1.7)
rack-attack (~> 6.5.0)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/google-protobuf-3.19.1.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vendor/cache/google-protobuf-3.21.12.gem
Binary file not shown.
Binary file removed vendor/cache/mini_portile2-2.6.1.gem
Binary file not shown.
Binary file added vendor/cache/mini_portile2-2.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.5-arm64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.5-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.5-x86_64-linux.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.5.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.10-arm64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.10-x86_64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.10-x86_64-linux.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.10.gem
Binary file not shown.
Binary file removed vendor/cache/puma-5.5.2.gem
Binary file not shown.
Binary file added vendor/cache/puma-6.0.1.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.6.0.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.6.2.gem
Binary file not shown.