From 615a83e47868f591d25507ad542d71106a1c652c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 08:10:14 +0000 Subject: [PATCH] Bump shoulda-matchers from 4.1.2 to 4.5.1 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 4.1.2 to 4.5.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.2...v4.5.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 5e0eada..68c3b57 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ group :test do gem 'rspec-rails' gem 'rspec_junit_formatter' gem 'rspec-sidekiq' - gem 'shoulda-matchers', '~> 4.1' + gem 'shoulda-matchers', '~> 4.5' gem 'simplecov', require: false gem 'simplecov-console', require: false gem 'faker' diff --git a/Gemfile.lock b/Gemfile.lock index ae0633b..ec91e9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) connection_pool (2.2.2) crass (1.0.5) database_cleaner (1.7.0) @@ -109,7 +109,7 @@ GEM ffi (1.11.3) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.8.2) + i18n (1.8.7) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) jbuilder (2.9.1) @@ -137,7 +137,7 @@ GEM mimemagic (0.3.3) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.14.0) + minitest (5.14.3) msgpack (1.3.1) nio4r (2.5.2) nokogiri (1.10.9) @@ -243,7 +243,7 @@ GEM selenium-webdriver (3.142.6) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) - shoulda-matchers (4.1.2) + shoulda-matchers (4.5.1) activesupport (>= 4.2.0) sidekiq (6.0.5) connection_pool (>= 2.2.2) @@ -287,7 +287,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.6) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -340,7 +340,7 @@ DEPENDENCIES rubocop sass-rails (~> 6.0) selenium-webdriver - shoulda-matchers (~> 4.1) + shoulda-matchers (~> 4.5) sidekiq simplecov simplecov-console