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:
dependabot[bot] 2022-02-11 14:08:26 -06:00 committed by GitHub
parent b08ce7a0bb
commit bd26b1dd8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)

Binary file not shown.

BIN
vendor/cache/pundit-2.2.0.gem vendored Normal file

Binary file not shown.