From 2a1199abdeb1d8ee5bf22aac859b6920012de40d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 14:00:57 +0000 Subject: [PATCH] Bump rspec-rails from 4.0.1 to 4.0.2 in /api Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.0.1 to 4.0.2. - [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...v4.0.2) Signed-off-by: dependabot[bot] --- api/Gemfile.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/api/Gemfile.lock b/api/Gemfile.lock index 2f0e951..f5778dc 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -67,7 +67,7 @@ GEM coderay (1.1.2) concurrent-ruby (1.1.7) crass (1.0.6) - diff-lcs (1.3) + diff-lcs (1.4.4) erubi (1.10.0) faker (2.15.1) i18n (>= 1.6, < 2) @@ -140,23 +140,23 @@ GEM rbtree3 (0.6.0) regexp_parser (2.0.1) rexml (3.2.4) - rspec-core (3.9.2) - rspec-support (~> 3.9.3) - rspec-expectations (3.9.2) + rspec-core (3.10.1) + rspec-support (~> 3.10.0) + rspec-expectations (3.10.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-mocks (3.9.1) + rspec-support (~> 3.10.0) + rspec-mocks (3.10.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-rails (4.0.1) + rspec-support (~> 3.10.0) + rspec-rails (4.0.2) 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.9.3) + rspec-core (~> 3.10) + rspec-expectations (~> 3.10) + rspec-mocks (~> 3.10) + rspec-support (~> 3.10) + rspec-support (3.10.1) rubocop (1.7.0) parallel (~> 1.10) parser (>= 2.7.1.5)