From 6197b920cb3f2a78e56b65f664a7fc8642144a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 11:01:17 +0000 Subject: [PATCH] Bump rspec-rails from 4.0.2 to 4.1.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v4.0.2...v4.1.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 5644eb18313..4af5ba03ec1 100644 --- a/Gemfile +++ b/Gemfile @@ -86,7 +86,7 @@ group :test do gem 'rspec-collection_matchers' gem 'rspec-instafail' gem 'rspec-its' - gem 'rspec-rails', '~> 4.0.2' + gem 'rspec-rails', '~> 4.1.0' gem 'rspec-wait' gem 'rspec_api_documentation', '>= 6.1.0' gem 'rubocop', '~> 1.9.1' diff --git a/Gemfile.lock b/Gemfile.lock index 25f1bdc0dc9..23950734b1a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,7 @@ GEM codeclimate-test-reporter (1.0.9) simplecov (<= 0.13) coderay (1.1.3) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) cookiejar (0.3.3) crack (0.4.3) safe_yaml (~> 1.0.0) @@ -242,7 +242,7 @@ GEM ffi-compiler http_parser.rb (0.6.0) httpclient (2.8.3) - i18n (1.8.5) + i18n (1.8.9) concurrent-ruby (~> 1.0) ipaddress (0.8.3) jaro_winkler (1.5.4) @@ -272,7 +272,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) loggregator_emitter (5.2.0) beefcake (~> 1.0.0) - loofah (2.8.0) + loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) machinist (1.0.6) @@ -284,7 +284,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2020.0512) mini_portile2 (2.5.0) - minitest (5.14.2) + minitest (5.14.4) ms_rest (0.6.4) concurrent-ruby (~> 1.0) faraday (~> 0.9) @@ -391,10 +391,10 @@ GEM rspec-its (1.3.0) rspec-core (>= 3.0.0) rspec-expectations (>= 3.0.0) - rspec-mocks (3.10.0) + rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-rails (4.0.2) + rspec-rails (4.1.0) actionpack (>= 4.2) activesupport (>= 4.2) railties (>= 4.2) @@ -402,7 +402,7 @@ GEM rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) rspec-support (~> 3.10) - rspec-support (3.10.1) + rspec-support (3.10.2) rspec-wait (0.0.9) rspec (>= 3, < 4) rspec_api_documentation (6.1.0) @@ -579,7 +579,7 @@ DEPENDENCIES rspec-collection_matchers rspec-instafail rspec-its - rspec-rails (~> 4.0.2) + rspec-rails (~> 4.1.0) rspec-wait rspec_api_documentation (>= 6.1.0) rubocop (~> 1.9.1)