Bump pundit from 2.1.1 to 2.2.0 (#16546)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b08ce7a0bb
commit
bd26b1dd8f
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -73,7 +73,7 @@ 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.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 "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
|
||||
gem "rack-timeout", "~> 0.6" # Rack middleware which aborts requests that have been running for longer than a specified timeout
|
||||
|
|
|
|||
|
|
@ -565,7 +565,7 @@ GEM
|
|||
public_suffix (4.0.6)
|
||||
puma (5.6.1)
|
||||
nio4r (~> 2.0)
|
||||
pundit (2.1.1)
|
||||
pundit (2.2.0)
|
||||
activesupport (>= 3.0.0)
|
||||
pundit-matchers (1.7.0)
|
||||
rspec-rails (>= 3.0.0)
|
||||
|
|
@ -987,7 +987,7 @@ DEPENDENCIES
|
|||
pry (~> 0.14)
|
||||
pry-rails (~> 0.3)
|
||||
puma (~> 5.6.1)
|
||||
pundit (~> 2.1)
|
||||
pundit (~> 2.2)
|
||||
pundit-matchers (~> 1.7)
|
||||
rack-attack (~> 6.6.0)
|
||||
rack-cors (~> 1.1)
|
||||
|
|
|
|||
BIN
vendor/cache/pundit-2.1.1.gem
vendored
BIN
vendor/cache/pundit-2.1.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/pundit-2.2.0.gem
vendored
Normal file
BIN
vendor/cache/pundit-2.2.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue