From 38ef9a841281a10d965141ef87ef283125b020e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 20 Feb 2019 17:49:33 +0000 Subject: [PATCH] Bump shoulda-matchers from 3.1.3 to 4.0.0 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 3.1.3 to 4.0.0. - [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/v3.1.3...v4.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 68d92afdc..26f1fc490 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ group :test do gem 'capybara' gem 'database_cleaner' gem 'poltergeist' - gem 'shoulda-matchers', '~> 3.1' + gem 'shoulda-matchers', '~> 4.0' end group :production do diff --git a/Gemfile.lock b/Gemfile.lock index 050c9deb2..35522662d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -331,8 +331,8 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - shoulda-matchers (3.1.3) - activesupport (>= 4.0.0) + shoulda-matchers (4.0.0) + activesupport (>= 4.2.0) simple_form (4.0.0) actionpack (> 4) activemodel (> 4) @@ -437,7 +437,7 @@ DEPENDENCIES rspec-rails rubocop (~> 0.65.0) sass-rails (~> 5.0.1) - shoulda-matchers (~> 3.1) + shoulda-matchers (~> 4.0) simple_form stripe timecop