mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 21:57:48 +01:00
Merge pull request #1852 from Retrospring/dependabot/bundler/pundit-2.4.0
This commit is contained in:
commit
348e05c05a
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -110,7 +110,7 @@ gem "net-imap"
|
||||||
gem "net-pop"
|
gem "net-pop"
|
||||||
gem "net-smtp"
|
gem "net-smtp"
|
||||||
|
|
||||||
gem "pundit", "~> 2.3"
|
gem "pundit", "~> 2.4"
|
||||||
|
|
||||||
gem "rubyzip", "~> 2.3"
|
gem "rubyzip", "~> 2.3"
|
||||||
|
|
||||||
|
|
|
@ -314,7 +314,7 @@ GEM
|
||||||
public_suffix (6.0.1)
|
public_suffix (6.0.1)
|
||||||
puma (6.4.2)
|
puma (6.4.2)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
pundit (2.3.2)
|
pundit (2.4.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
questiongenerator (1.1.0)
|
questiongenerator (1.1.0)
|
||||||
raabro (1.4.0)
|
raabro (1.4.0)
|
||||||
|
@ -581,7 +581,7 @@ DEPENDENCIES
|
||||||
pghero
|
pghero
|
||||||
prometheus-client (~> 4.2)
|
prometheus-client (~> 4.2)
|
||||||
puma
|
puma
|
||||||
pundit (~> 2.3)
|
pundit (~> 2.4)
|
||||||
questiongenerator (~> 1.1)
|
questiongenerator (~> 1.1)
|
||||||
rails (~> 7.0.8)
|
rails (~> 7.0.8)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
|
|
Loading…
Reference in a new issue