Bump shoulda-matchers from 4.1.1 to 4.1.2 (#3624) [ci skip]

Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases)
- [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/master/NEWS.md)
- [Commits](https://github.com/thoughtbot/shoulda-matchers/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-05 18:17:40 -04:00 committed by Mac Siri
parent 5a0d5e0053
commit e5deb9f431
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)