Skip to content

Commit

Permalink
Bump pundit-matchers from 1.8.4 to 3.1.2 (#72)
Browse files Browse the repository at this point in the history
Bumps [pundit-matchers](https://github.com/punditcommunity/pundit-matchers) from 1.8.4 to 3.1.2.
- [Release notes](https://github.com/punditcommunity/pundit-matchers/releases)
- [Changelog](https://github.com/pundit-community/pundit-matchers/blob/main/CHANGELOG.md)
- [Commits](pundit-community/pundit-matchers@v1.8.4...v3.1.2)

---
updated-dependencies:
- dependency-name: pundit-matchers
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent adabff4 commit 432137a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
# @todo check if these are required and remove if not
gem "capybara"
gem "pundit-matchers", "~> 1.8"
gem "pundit-matchers", "~> 3.1"
gem "selenium-webdriver"
gem "webdrivers"
end
Expand Down
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,11 @@ GEM
nio4r (~> 2.0)
pundit (2.3.1)
activesupport (>= 3.0.0)
pundit-matchers (1.8.4)
rspec-rails (>= 3.0.0)
pundit-matchers (3.1.2)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
racc (1.7.3)
rack (3.0.8)
rack-session (2.0.0)
Expand Down Expand Up @@ -343,12 +346,12 @@ GEM
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.0)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.4)
Expand All @@ -359,7 +362,7 @@ GEM
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.0)
rspec-support (3.12.1)
rubocop (1.52.1)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -489,7 +492,7 @@ DEPENDENCIES
pg (~> 1.1)
puma (~> 6.4)
pundit (~> 2.2)
pundit-matchers (~> 1.8)
pundit-matchers (~> 3.1)
rails (~> 7.1.2)
rails-i18n (~> 7.0)
rspec-rails (~> 6.0.0)
Expand Down

0 comments on commit 432137a

Please sign in to comment.