From b1eca022c26ad895e3d746b05790a012046ffd3f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 12:14:48 -0700 Subject: [PATCH] Bump shoulda-matchers from 4.4.1 to 4.5.0 (#2137) Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 4.4.1 to 4.5.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.4.1...v4.5.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ea90be990..785f9c13a 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ group :test, :development do gem 'rspec' gem 'rspec-rails' gem 'rspec-solr' - gem 'shoulda-matchers', '~> 4.4' + gem 'shoulda-matchers', '~> 4.5' gem 'pry' gem 'pry-byebug' diff --git a/Gemfile.lock b/Gemfile.lock index 0976988eb..fadc91cd9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -361,7 +361,7 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) - shoulda-matchers (4.4.1) + shoulda-matchers (4.5.0) activesupport (>= 4.2.0) simplecov (0.21.1) docile (~> 1.1) @@ -457,7 +457,7 @@ DEPENDENCIES scss_lint (>= 0.56.0) sdoc selenium-webdriver - shoulda-matchers (~> 4.4) + shoulda-matchers (~> 4.5) simplecov spring uglifier (>= 1.3.0)