From d5bce3d8439b64d3f24ddeeba567739347ea499c Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Mon, 9 Mar 2020 15:53:36 +0100 Subject: [PATCH] Upgrade rspec-rails from 3.8 to 3.9 --- Gemfile | 2 +- Gemfile.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 45b563721..545020c95 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ group :development, :test do end group :test do - gem "rspec-rails", '~> 3.8.2' + gem "rspec-rails", '~> 3.9' gem "database_cleaner", '1.6.2' gem 'shoulda-matchers', '~> 3.1.2' gem 'fabrication', '~> 2.20' diff --git a/Gemfile.lock b/Gemfile.lock index b6c18bef4..4b8cb62b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -288,23 +288,23 @@ GEM rexml (3.2.4) rollbar (2.8.3) multi_json - rspec-core (3.8.0) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.2) + rspec-core (3.9.1) + rspec-support (~> 3.9.1) + rspec-expectations (3.9.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-mocks (3.8.0) + rspec-support (~> 3.9.0) + rspec-mocks (3.9.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-rails (3.8.2) + rspec-support (~> 3.9.0) + rspec-rails (3.9.0) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) - rspec-support (~> 3.8.0) - rspec-support (3.8.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-support (~> 3.9.0) + rspec-support (3.9.2) rubocop (0.80.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) @@ -433,7 +433,7 @@ DEPENDENCIES rails-i18n rdiscount rollbar (= 2.8.3) - rspec-rails (~> 3.8.2) + rspec-rails (~> 3.9) rubocop (~> 0.80.0) sass-rails (~> 5.0.7) select2-rails