diff --git a/Gemfile b/Gemfile index dc9495fb5..045ba3255 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index f547d2be8..cb3f940ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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