Bump puma from 5.5.0 to 5.5.1 (#15053)
Bumps [puma](https://github.com/puma/puma) from 5.5.0 to 5.5.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.5.0...v5.5.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-patch ... 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
29fb20cd83
commit
48a97c4444
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -69,7 +69,7 @@ gem "parallel", "~> 1.21" # Run any kind of code in parallel processes
|
|||
gem "patron", "~> 0.13.3" # HTTP client library based on libcurl, used with GitHub OAuth client
|
||||
gem "pg", "~> 1.2" # Pg is the Ruby interface to the PostgreSQL RDBMS
|
||||
gem "pg_search", "~> 2.3.5" # PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search
|
||||
gem "puma", "~> 5.5.0" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
|
||||
gem "puma", "~> 5.5.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", "~> 2.0" # Ruby library for Pusher Channels HTTP API
|
||||
gem "rack-attack", "~> 6.5.0" # Used to throttle requests to prevent brute force attacks
|
||||
|
|
|
|||
|
|
@ -538,7 +538,7 @@ GEM
|
|||
pry-rails (0.3.9)
|
||||
pry (>= 0.10.4)
|
||||
public_suffix (4.0.6)
|
||||
puma (5.5.0)
|
||||
puma (5.5.1)
|
||||
nio4r (~> 2.0)
|
||||
pundit (2.1.1)
|
||||
activesupport (>= 3.0.0)
|
||||
|
|
@ -958,7 +958,7 @@ DEPENDENCIES
|
|||
pg_search (~> 2.3.5)
|
||||
pry (~> 0.14)
|
||||
pry-rails (~> 0.3)
|
||||
puma (~> 5.5.0)
|
||||
puma (~> 5.5.1)
|
||||
pundit (~> 2.1)
|
||||
pundit-matchers (~> 1.7)
|
||||
pusher (~> 2.0)
|
||||
|
|
|
|||
BIN
vendor/cache/puma-5.5.0.gem
vendored
BIN
vendor/cache/puma-5.5.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/puma-5.5.1.gem
vendored
Normal file
BIN
vendor/cache/puma-5.5.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue