Skip to content

Commit

Permalink
[deploy] Optimization:Upgrade Puma to 5.0.2 (#10928)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruve committed Oct 20, 2020
1 parent ef90f1c commit 3cc9b20
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -68,7 +68,7 @@ gem "omniauth-github", "~> 1.3" # OmniAuth strategy for GitHub
gem "omniauth-twitter", "~> 1.4" # OmniAuth strategy for Twitter
gem "patron", "~> 0.13.3" # HTTP client library based on libcurl, used with Elasticsearch to support http keep-alive connections
gem "pg", "~> 1.2" # Pg is the Ruby interface to the PostgreSQL RDBMS
gem "puma", "~> 4.3" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
gem "puma", "~> 5.0.2" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
gem "pundit", "~> 2.1" # Object oriented authorization for Rails applications
gem "pusher", "~> 1.4" # Ruby library for Pusher Channels HTTP API
gem "pusher-push-notifications", "~> 1.3" # Pusher Push Notifications Ruby server SDK
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -527,7 +527,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (4.3.6)
puma (5.0.2)
nio4r (~> 2.0)
pundit (2.1.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -931,7 +931,7 @@ DEPENDENCIES
pry (~> 0.13)
pry-byebug (~> 3.8)
pry-rails (~> 0.3)
puma (~> 4.3)
puma (~> 5.0.2)
pundit (~> 2.1)
pundit-matchers (~> 1.6)
pusher (~> 1.4)
Expand Down
Binary file removed vendor/cache/puma-4.3.6.gem
Binary file not shown.
Binary file added vendor/cache/puma-5.0.2.gem
Binary file not shown.

0 comments on commit 3cc9b20

Please sign in to comment.