diff --git a/Gemfile b/Gemfile index 6e27997b3..f41dc8865 100644 --- a/Gemfile +++ b/Gemfile @@ -166,7 +166,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", "~> 1.4", require: false # ruby-prof is a fast code profiler for Ruby - gem "shoulda-matchers", "~> 4.4.1", require: false # Simple one-liner tests for common Rails functionality + gem "shoulda-matchers", "~> 4.5.0", require: false # Simple one-liner tests for common Rails functionality gem "simplecov", "~> 0.21.2", 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", "~> 3.0", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers diff --git a/Gemfile.lock b/Gemfile.lock index cf1ba5c71..470c49f36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -382,7 +382,7 @@ GEM httpclient (2.8.3) hypershield (0.2.2) activerecord (>= 5) - i18n (1.8.6) + i18n (1.8.7) concurrent-ruby (~> 1.0) ice_nine (0.11.2) image_processing (1.12.1) @@ -457,7 +457,7 @@ GEM mini_portile2 (2.5.0) mini_racer (0.3.1) libv8 (~> 8.4.255) - minitest (5.14.2) + minitest (5.14.3) msgpack (1.3.3) multi_json (1.15.0) multi_xml (0.6.0) @@ -707,7 +707,7 @@ GEM rubyzip (>= 1.2.2) semantic_range (2.3.1) shellany (0.0.1) - shoulda-matchers (4.4.1) + shoulda-matchers (4.5.0) activesupport (>= 4.2.0) sidekiq (6.1.2) connection_pool (>= 2.2.2) @@ -955,7 +955,7 @@ DEPENDENCIES rubyzip (~> 2.3) s3_direct_upload (~> 0.1) sassc-rails (~> 2.1.2) - shoulda-matchers (~> 4.4.1) + shoulda-matchers (~> 4.5.0) sidekiq (~> 6.1.2) sidekiq-cron (~> 1.1) sidekiq-unique-jobs (~> 6.0.25) diff --git a/vendor/cache/i18n-1.8.6.gem b/vendor/cache/i18n-1.8.6.gem deleted file mode 100644 index 09abf9ef1..000000000 Binary files a/vendor/cache/i18n-1.8.6.gem and /dev/null differ diff --git a/vendor/cache/i18n-1.8.7.gem b/vendor/cache/i18n-1.8.7.gem new file mode 100644 index 000000000..3f5573725 Binary files /dev/null and b/vendor/cache/i18n-1.8.7.gem differ diff --git a/vendor/cache/minitest-5.14.2.gem b/vendor/cache/minitest-5.14.2.gem deleted file mode 100644 index 66232f78f..000000000 Binary files a/vendor/cache/minitest-5.14.2.gem and /dev/null differ diff --git a/vendor/cache/minitest-5.14.3.gem b/vendor/cache/minitest-5.14.3.gem new file mode 100644 index 000000000..8cb7218a6 Binary files /dev/null and b/vendor/cache/minitest-5.14.3.gem differ diff --git a/vendor/cache/shoulda-matchers-4.4.1.gem b/vendor/cache/shoulda-matchers-4.4.1.gem deleted file mode 100644 index 6695d1a87..000000000 Binary files a/vendor/cache/shoulda-matchers-4.4.1.gem and /dev/null differ diff --git a/vendor/cache/shoulda-matchers-4.5.0.gem b/vendor/cache/shoulda-matchers-4.5.0.gem new file mode 100644 index 000000000..d1d4dae3a Binary files /dev/null and b/vendor/cache/shoulda-matchers-4.5.0.gem differ