From c4b4d4741677b281ddd191cb6be82c59f0d57902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 08:46:34 +0000 Subject: [PATCH 1/2] 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 | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d33a72a8..53a8970a 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.0' + gem 'rspec-rails', '~> 4.1' gem 'spring', '~> 2.1' gem 'rspec_junit_formatter', '0.4.1' gem 'webmock', '~> 3.12' diff --git a/Gemfile.lock b/Gemfile.lock index faf12e9e..f5ef8acb 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,7 +255,7 @@ GEM 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) @@ -359,7 +358,7 @@ DEPENDENCIES puma (~> 5.2) rails (= 6.1.3) railties (= 6.1.3) - rspec-rails (~> 4.0) + rspec-rails (~> 4.1) rspec_junit_formatter (= 0.4.1) sassc-rails (~> 2.1) sdoc (~> 2.0) From 96fd369ea9d47b3570a9b7f0a5ace7e213e76cde Mon Sep 17 00:00:00 2001 From: Ben Bradford Date: Mon, 8 Mar 2021 08:25:25 -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 f5ef8acb..8325eb9f 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)