Skip to content

Commit

Permalink
Upgrade puma
Browse files Browse the repository at this point in the history
  • Loading branch information
12joan authored and depfu[bot] committed Feb 25, 2024
1 parent f4e75ea commit 391c4b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'railties'
gem 'pg', '~> 1.1'

# Use Puma as the app server
gem 'puma', '~> 5.6'
gem 'puma', '~> 6.4'

# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,18 @@ GEM
net-protocol (0.2.2)
timeout
nio4r (2.7.0)
nokogiri (1.16.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
openssl (2.2.3)
ipaddr
pg (1.4.5)
psych (5.1.2)
stringio
puma (5.6.8)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.9.1)
Expand Down Expand Up @@ -135,6 +139,8 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
aarch64-linux-musl
arm64-darwin-22
x86_64-linux

DEPENDENCIES
Expand All @@ -148,7 +154,7 @@ DEPENDENCIES
listen (~> 3.3)
not_analytics_client (~> 0.2.0)!
pg (~> 1.1)
puma (~> 5.6)
puma (~> 6.4)
rack-cors
railties
tzinfo-data
Expand All @@ -157,4 +163,4 @@ RUBY VERSION
ruby 3.0.4

BUNDLED WITH
2.2.3
2.2.33

0 comments on commit 391c4b0

Please sign in to comment.