Skip to content

Commit

Permalink
Upgrade puma to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Jan 11, 2023
1 parent 06d4946 commit ace1b52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -20,7 +20,7 @@ gem "cssbundling-rails", "~> 1.1.0"
gem "jsbundling-rails", "~> 1.0.0"

# Use Puma as the app server
gem "puma", "~> 6.0.0"
gem "puma", "~> 6.0.2"

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem "jbuilder", "~> 2.11.5"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -187,7 +187,7 @@ GEM
rack
railties (>= 7.0.0)
public_suffix (5.0.0)
puma (6.0.0)
puma (6.0.2)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.4)
Expand Down Expand Up @@ -326,7 +326,7 @@ DEPENDENCIES
pagy (~> 5.6.6)
pg (~> 1.3.2)
propshaft (~> 0.6.4)
puma (~> 6.0.0)
puma (~> 6.0.2)
rails (~> 7.0.0)
ransack (~> 3.2.1)
redis (~> 4.0)
Expand Down

0 comments on commit ace1b52

Please sign in to comment.