Bump shoulda-matchers from 4.5.1 to 5.0.0 (#14204)
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 4.5.1 to 5.0.0. - [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases) - [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/master/CHANGELOG.md) - [Commits](https://github.com/thoughtbot/shoulda-matchers/compare/v4.5.1...v5.0.0) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3adfe7ace3
commit
a63a608ea3
4 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -164,7 +164,7 @@ group :test do
|
|||
gem "pundit-matchers", "~> 1.7" # 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.5.1", require: false # Simple one-liner tests for common Rails functionality
|
||||
gem "shoulda-matchers", "~> 5.0.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.1.0.rc2", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers
|
||||
|
|
|
|||
|
|
@ -712,8 +712,8 @@ GEM
|
|||
semantic_range (3.0.0)
|
||||
sexp_processor (4.15.2)
|
||||
shellany (0.0.1)
|
||||
shoulda-matchers (4.5.1)
|
||||
activesupport (>= 4.2.0)
|
||||
shoulda-matchers (5.0.0)
|
||||
activesupport (>= 5.2.0)
|
||||
sidekiq (6.2.1)
|
||||
connection_pool (>= 2.2.2)
|
||||
rack (~> 2.0)
|
||||
|
|
@ -959,7 +959,7 @@ DEPENDENCIES
|
|||
rubyzip (~> 2.3)
|
||||
s3_direct_upload (~> 0.1)
|
||||
sassc-rails (~> 2.1.2)
|
||||
shoulda-matchers (~> 4.5.1)
|
||||
shoulda-matchers (~> 5.0.0)
|
||||
sidekiq (~> 6.2.1)
|
||||
sidekiq-cron (~> 1.1)
|
||||
sidekiq-unique-jobs (~> 7.0.12)
|
||||
|
|
|
|||
BIN
vendor/cache/shoulda-matchers-4.5.1.gem
vendored
BIN
vendor/cache/shoulda-matchers-4.5.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/shoulda-matchers-5.0.0.gem
vendored
Normal file
BIN
vendor/cache/shoulda-matchers-5.0.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue