Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Bump puma from 5.1.1 to 5.2.2 #97

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 @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.3'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
gem 'puma', '~> 5.0'
gem 'puma', '~> 5.2'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem 'webpacker', '~> 5.0'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ GEM
racc (~> 1.4)
popper_js (1.16.0)
public_suffix (4.0.6)
puma (5.1.1)
puma (5.2.2)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -264,7 +264,7 @@ DEPENDENCIES
dotenv-rails
jbuilder (~> 2.7)
listen (~> 3.3)
puma (~> 5.0)
puma (~> 5.2)
rack-mini-profiler (~> 2.0)
rails (~> 6.1.3)
rails-controller-testing
Expand Down