Bump puma from 5.6.2 to 5.6.4 (#17060)
Bumps [puma](https://github.com/puma/puma) from 5.6.2 to 5.6.4. - [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.6.2...v5.6.4) --- 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
1e701e8939
commit
7c3fe43d23
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -72,7 +72,7 @@ gem "pg", "~> 1.3" # Pg is the Ruby interface to the PostgreSQL RDBMS
|
|||
gem "pg_query", ">= 0.9.0" # Allows PGHero to analyze queries
|
||||
gem "pg_search", "~> 2.3.6" # PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search
|
||||
gem "pghero", "~> 2.8" # Dashboard for Postgres
|
||||
gem "puma", "~> 5.6.2" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
|
||||
gem "puma", "~> 5.6.4" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
|
||||
gem "pundit", "~> 2.2" # Object oriented authorization for Rails applications
|
||||
gem "rack-attack", "~> 6.6.0" # Used to throttle requests to prevent brute force attacks
|
||||
gem "rack-cors", "~> 1.1" # Middleware that will make Rack-based apps CORS compatible
|
||||
|
|
|
|||
|
|
@ -562,7 +562,7 @@ GEM
|
|||
pry-rails (0.3.9)
|
||||
pry (>= 0.10.4)
|
||||
public_suffix (4.0.6)
|
||||
puma (5.6.2)
|
||||
puma (5.6.4)
|
||||
nio4r (~> 2.0)
|
||||
pundit (2.2.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
|
@ -989,7 +989,7 @@ DEPENDENCIES
|
|||
pghero (~> 2.8)
|
||||
pry (~> 0.14)
|
||||
pry-rails (~> 0.3)
|
||||
puma (~> 5.6.2)
|
||||
puma (~> 5.6.4)
|
||||
pundit (~> 2.2)
|
||||
pundit-matchers (~> 1.7)
|
||||
rack-attack (~> 6.6.0)
|
||||
|
|
|
|||
BIN
vendor/cache/puma-5.6.2.gem
vendored
BIN
vendor/cache/puma-5.6.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/puma-5.6.4.gem
vendored
Normal file
BIN
vendor/cache/puma-5.6.4.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue