From 961f3cf80c624349bac40f53e7be2b7ef5772dd9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 10:16:15 +0000 Subject: [PATCH] Bump shoulda-matchers from 4.1.0 to 4.4.1 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 4.1.0 to 4.4.1. - [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.1.0...v4.4.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index b7d256a..20454ee 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ group :development, :test do gem "rspec-rails", "~> 3.8" gem "rspec_junit_formatter" gem "rubocop" - gem "shoulda-matchers", "~> 4.1" + gem "shoulda-matchers", "~> 4.4" gem "simplecov", require: false gem "timecop" gem "webmock" diff --git a/Gemfile.lock b/Gemfile.lock index 9689e73..29cb6a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.5) xpath (~> 3.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.7) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.4) @@ -84,7 +84,7 @@ GEM globalid (0.4.2) activesupport (>= 4.2.0) hashdiff (0.4.0) - i18n (1.6.0) + i18n (1.8.5) concurrent-ruby (~> 1.0) jaro_winkler (1.5.2) jbuilder (2.9.1) @@ -106,7 +106,7 @@ GEM mini_magick (4.9.3) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.1) msgpack (1.2.10) multipart-post (2.1.0) nio4r (2.3.1) @@ -182,7 +182,7 @@ GEM ruby-progressbar (1.10.1) ruby_dep (1.5.0) safe_yaml (1.0.5) - shoulda-matchers (4.1.0) + shoulda-matchers (4.4.1) activesupport (>= 4.2.0) simplecov (0.16.1) docile (~> 1.1) @@ -204,7 +204,7 @@ GEM thor (0.20.3) thread_safe (0.3.6) timecop (0.9.1) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) unicode-display_width (1.6.0) web-console (3.7.0) @@ -251,7 +251,7 @@ DEPENDENCIES rspec-rails (~> 3.8) rspec_junit_formatter rubocop - shoulda-matchers (~> 4.1) + shoulda-matchers (~> 4.4) simplecov spring spring-watcher-listen (~> 2.0.0)