Merge pull request #874 from Retrospring/dependabot/bundler/pundit-2.3.0
This commit is contained in:
commit
1e454ab496
2
Gemfile
2
Gemfile
|
@ -110,7 +110,7 @@ gem "net-smtp"
|
||||||
gem "net-imap"
|
gem "net-imap"
|
||||||
gem "net-pop"
|
gem "net-pop"
|
||||||
|
|
||||||
gem "pundit", "~> 2.2"
|
gem "pundit", "~> 2.3"
|
||||||
|
|
||||||
gem "rubyzip", "~> 2.3"
|
gem "rubyzip", "~> 2.3"
|
||||||
|
|
||||||
|
|
|
@ -307,7 +307,7 @@ GEM
|
||||||
public_suffix (4.0.7)
|
public_suffix (4.0.7)
|
||||||
puma (6.0.1)
|
puma (6.0.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
pundit (2.2.0)
|
pundit (2.3.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
questiongenerator (1.0.0)
|
questiongenerator (1.0.0)
|
||||||
racc (1.6.1)
|
racc (1.6.1)
|
||||||
|
@ -557,7 +557,7 @@ DEPENDENCIES
|
||||||
pg
|
pg
|
||||||
pghero
|
pghero
|
||||||
puma
|
puma
|
||||||
pundit (~> 2.2)
|
pundit (~> 2.3)
|
||||||
questiongenerator (~> 1.0)
|
questiongenerator (~> 1.0)
|
||||||
rails (~> 6.1)
|
rails (~> 6.1)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
|
|
Loading…
Reference in New Issue