From bf23869b77ec1ba7318835db1c3d885ecbcc730f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 11:20:05 +0000 Subject: [PATCH] build(deps-dev): bump rspec-rails from 4.0.1 to 5.0.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.0.1 to 5.0.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.1...v5.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index 5531c66148b..4278453a38b 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.1' + gem 'rspec-rails', '~> 5.0.0' gem 'rspec-wait' gem 'rspec_api_documentation', '>= 6.1.0' gem 'rubocop', '~> 0.93.1' diff --git a/Gemfile.lock b/Gemfile.lock index 618b1379260..de8fe559704 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) @@ -144,7 +144,7 @@ GEM http_parser.rb (>= 0.6.0) em-socksify (0.3.2) eventmachine (>= 1.0.0.beta.4) - erubi (1.9.0) + erubi (1.10.0) eventmachine (1.0.9.1) excon (0.78.0) faraday (0.15.4) @@ -242,7 +242,7 @@ GEM ffi-compiler (>= 1.0, < 2.0) 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) @@ -268,7 +268,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) loggregator_emitter (5.2.0) beefcake (~> 1.0.0) - loofah (2.7.0) + loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) machinist (1.0.6) @@ -281,7 +281,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2020.0512) mini_portile2 (2.4.0) - minitest (5.14.2) + minitest (5.14.4) ms_rest (0.6.4) concurrent-ruby (~> 1.0) faraday (~> 0.9) @@ -372,9 +372,9 @@ GEM rspec-mocks (~> 3.10.0) rspec-collection_matchers (1.2.0) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.10.0) + rspec-core (3.10.1) rspec-support (~> 3.10.0) - rspec-expectations (3.10.0) + rspec-expectations (3.10.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-instafail (1.0.0) @@ -382,18 +382,18 @@ 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.1) - actionpack (>= 4.2) - activesupport (>= 4.2) - railties (>= 4.2) - rspec-core (~> 3.9) - rspec-expectations (~> 3.9) - rspec-mocks (~> 3.9) - rspec-support (~> 3.9) - rspec-support (3.10.0) + rspec-rails (5.0.0) + actionpack (>= 5.2) + activesupport (>= 5.2) + railties (>= 5.2) + rspec-core (~> 3.10) + rspec-expectations (~> 3.10) + rspec-mocks (~> 3.10) + rspec-support (~> 3.10) + rspec-support (3.10.2) rspec-wait (0.0.9) rspec (>= 3, < 4) rspec_api_documentation (6.1.0) @@ -475,13 +475,13 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) timecop (0.9.2) timeliness (0.3.10) to_regexp (0.2.1) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) uber (0.1.0) unf (0.1.4) @@ -570,7 +570,7 @@ DEPENDENCIES rspec-collection_matchers rspec-instafail rspec-its - rspec-rails (~> 4.0.1) + rspec-rails (~> 5.0.0) rspec-wait rspec_api_documentation (>= 6.1.0) rubocop (~> 0.93.1)