From d13b6160d3fce29684789d21718b82a37fba980a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 08:36:59 +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 | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 620360a4..5aede273 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ end group :development, :test do gem 'dotenv-rails', '~> 2.7' - gem 'rspec-rails', '~> 4.0' + gem 'rspec-rails', '~> 4.1' gem 'webmock', '~> 3.12' gem 'shoulda-matchers', '~> 4.5' gem 'byebug', '~> 11.1' diff --git a/Gemfile.lock b/Gemfile.lock index 705af401..be565dc2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,6 @@ GEM railties (>= 4) jsonapi-renderer (0.2.2) libv8 (3.16.14.19) - libv8 (3.16.14.19-x86_64-linux) loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -215,7 +214,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) @@ -312,7 +311,7 @@ DEPENDENCIES pry-rails (~> 0.3) rails (= 6.1.3) railties (= 6.1.3) - rspec-rails (~> 4.0) + rspec-rails (~> 4.1) sassc-rails (~> 2.1) sdoc (~> 2.0) shoulda-matchers (~> 4.5)