From 43365b9168733f67b2e30b81c4d1cd2f0f07a82d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 08:04:05 +0000 Subject: [PATCH 1/2] Bump rspec-rails from 4.1.0 to 5.0.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.1.0 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.1.0...v5.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 53a8970a..dbe8e974 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ group :development, :test do gem 'puma', '~> 5.2' gem 'byebug', '~> 11.1' gem 'dredd-rack', '~> 1.0' - gem 'rspec-rails', '~> 4.1' + gem 'rspec-rails', '~> 5.0' gem 'spring', '~> 2.1' gem 'rspec_junit_formatter', '0.4.1' gem 'webmock', '~> 3.12' diff --git a/Gemfile.lock b/Gemfile.lock index d1e2a778..f03394af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,7 +158,6 @@ GEM letter_opener (~> 1.0) railties (>= 3.2) libv8 (3.16.14.19) - libv8 (3.16.14.19-x86_64-linux) listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -256,10 +255,10 @@ GEM rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-rails (4.1.0) - actionpack (>= 4.2) - activesupport (>= 4.2) - railties (>= 4.2) + 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) @@ -359,7 +358,7 @@ DEPENDENCIES puma (~> 5.2) rails (= 6.1.3) railties (= 6.1.3) - rspec-rails (~> 4.1) + rspec-rails (~> 5.0) rspec_junit_formatter (= 0.4.1) sassc-rails (~> 2.1) sdoc (~> 2.0) From 39a4bc284624c2002036a30cd62df7cc16dd6554 Mon Sep 17 00:00:00 2001 From: Ben Bradford Date: Wed, 10 Mar 2021 09:43:38 -0600 Subject: [PATCH 2/2] Update Gemfile.lock --- Gemfile.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile.lock b/Gemfile.lock index f03394af..9912bc8f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,6 +158,7 @@ GEM letter_opener (~> 1.0) railties (>= 3.2) libv8 (3.16.14.19) + libv8 (3.16.14.19-x86_64-linux) listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10)