diff --git a/Gemfile b/Gemfile index 034114177..901033d37 100644 --- a/Gemfile +++ b/Gemfile @@ -141,7 +141,7 @@ group :test do gem "pundit-matchers", "~> 1.6" # A set of RSpec matchers for testing Pundit authorisation policies gem "rspec-retry", "~> 0.6" # retry intermittently failing rspec examples gem "ruby-prof", "~> 0.18", require: false # ruby-prof is a fast code profiler for Ruby - gem "shoulda-matchers", "4.1.1", require: false # Simple one-liner tests for common Rails functionality + gem "shoulda-matchers", "4.1.2", require: false # Simple one-liner tests for common Rails functionality gem "simplecov", "~> 0.17", require: false # Code coverage with a powerful configuration library and automatic merging of coverage across test suites gem "stackprof", "~> 0.2", require: false, platforms: :ruby # stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers gem "stripe-ruby-mock", "~> 2.5", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers diff --git a/Gemfile.lock b/Gemfile.lock index 126a5acdc..e6908d21f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -697,7 +697,7 @@ GEM serviceworker-rails (0.6.0) railties (>= 3.1) shellany (0.0.1) - shoulda-matchers (4.1.1) + shoulda-matchers (4.1.2) activesupport (>= 4.2.0) signet (0.11.0) addressable (~> 2.3) @@ -939,7 +939,7 @@ DEPENDENCIES scout_apm (~> 2.5) sdoc (~> 1.0) serviceworker-rails (~> 0.6) - shoulda-matchers (= 4.1.1) + shoulda-matchers (= 4.1.2) simplecov (~> 0.17) sitemap_generator (~> 6.0) skylight (~> 4.1)