Skip to content

Commit

Permalink
Merge pull request #2481 from UKGovernmentBEIS/dependabot/bundler/pun…
Browse files Browse the repository at this point in the history
…dit-matchers-4.0.0

Bump pundit-matchers from 3.1.2 to 4.0.0
  • Loading branch information
mec authored Dec 19, 2024
2 parents db1fa84 + 551c4b4 commit a2def15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ group :test do
gem "database_cleaner"
gem "fakeredis", require: false
gem "launchy"
gem "pundit-matchers", "~> 3.1.2"
gem "pundit-matchers", "~> 4.0.0"
gem "rails-controller-testing"
gem "shoulda-matchers"
gem "selenium-webdriver"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ GEM
nio4r (~> 2.0)
pundit (2.4.0)
activesupport (>= 3.0.0)
pundit-matchers (3.1.2)
pundit-matchers (4.0.0)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
Expand Down Expand Up @@ -591,7 +591,7 @@ DEPENDENCIES
pry-rails
puma (~> 6.5)
pundit
pundit-matchers (~> 3.1.2)
pundit-matchers (~> 4.0.0)
rack-attack
rails (~> 7.0)
rails-controller-testing
Expand Down

0 comments on commit a2def15

Please sign in to comment.