Bump puma from 5.2.0 to 5.2.1 (#12608) [deploy]
Bumps [puma](https://github.com/puma/puma) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v5.2.0...v5.2.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e35c455d87
commit
dca7e803c7
6 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -66,7 +66,7 @@ gem "omniauth-twitter", "~> 1.4" # OmniAuth strategy for Twitter
|
|||
gem "parallel", "~> 1.20" # Run any kind of code in parallel processes
|
||||
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", "~> 5.2.0" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
|
||||
gem "puma", "~> 5.2.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 "pusher", "~> 1.4" # Ruby library for Pusher Channels HTTP API
|
||||
gem "pusher-push-notifications", "~> 1.3" # Pusher Push Notifications Ruby server SDK
|
||||
|
|
|
|||
|
|
@ -465,7 +465,7 @@ GEM
|
|||
naught (1.1.0)
|
||||
nenv (0.3.0)
|
||||
netrc (0.11.0)
|
||||
nio4r (2.5.4)
|
||||
nio4r (2.5.5)
|
||||
nokogiri (1.11.1)
|
||||
mini_portile2 (~> 2.5.0)
|
||||
racc (~> 1.4)
|
||||
|
|
@ -522,7 +522,7 @@ GEM
|
|||
pry-rails (0.3.9)
|
||||
pry (>= 0.10.4)
|
||||
public_suffix (4.0.6)
|
||||
puma (5.2.0)
|
||||
puma (5.2.1)
|
||||
nio4r (~> 2.0)
|
||||
pundit (2.1.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
|
@ -924,7 +924,7 @@ DEPENDENCIES
|
|||
pry (~> 0.13)
|
||||
pry-byebug (~> 3.8)
|
||||
pry-rails (~> 0.3)
|
||||
puma (~> 5.2.0)
|
||||
puma (~> 5.2.1)
|
||||
pundit (~> 2.1)
|
||||
pundit-matchers (~> 1.6)
|
||||
pusher (~> 1.4)
|
||||
|
|
|
|||
BIN
vendor/cache/nio4r-2.5.4.gem
vendored
BIN
vendor/cache/nio4r-2.5.4.gem
vendored
Binary file not shown.
BIN
vendor/cache/nio4r-2.5.5.gem
vendored
Normal file
BIN
vendor/cache/nio4r-2.5.5.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/puma-5.2.0.gem
vendored
BIN
vendor/cache/puma-5.2.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/puma-5.2.1.gem
vendored
Normal file
BIN
vendor/cache/puma-5.2.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue