Skip to content

Commit 502ade1

Browse files
Build(deps): Update pundit requirement from >= 2.1, < 2.5 to >= 2.1, < 2.6
Updates the requirements on [pundit](https://github.com/varvet/pundit) to permit the latest version. - [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md) - [Commits](varvet/pundit@v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: pundit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6498f39 commit 502ade1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PATH
4444
mobility-actiontext (~> 1.1)
4545
noticed
4646
premailer-rails
47-
pundit (>= 2.1, < 2.5)
47+
pundit (>= 2.1, < 2.6)
4848
pundit-resources
4949
rack-cors (>= 1.1.1, < 2.1.0)
5050
rack-mini-profiler
@@ -479,7 +479,7 @@ GEM
479479
public_suffix (6.0.1)
480480
puma (6.6.0)
481481
nio4r (~> 2.0)
482-
pundit (2.4.0)
482+
pundit (2.5.0)
483483
activesupport (>= 3.0.0)
484484
racc (1.8.1)
485485
rack (3.1.10)

better_together.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Gem::Specification.new do |spec|
5252
spec.add_dependency 'mobility-actiontext', '~> 1.1'
5353
spec.add_dependency 'noticed'
5454
spec.add_dependency 'premailer-rails'
55-
spec.add_dependency 'pundit', '>= 2.1', '< 2.5'
55+
spec.add_dependency 'pundit', '>= 2.1', '< 2.6'
5656
spec.add_dependency 'pundit-resources'
5757
spec.add_dependency 'rack-cors', '>= 1.1.1', '< 2.1.0'
5858
spec.add_dependency 'rack-mini-profiler'

0 commit comments

Comments
 (0)