From c8cea6929880551564f5ddd8fb4623bd7496c348 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 14:29:46 -0400 Subject: [PATCH] Bump rspec-rails from 3.8.2 to 3.9.0 (#4423) [ci skip] Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.8.2 to 3.9.0. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/master/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v3.8.2...v3.9.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index 142f7261e..c8bee7c36 100644 --- a/Gemfile +++ b/Gemfile @@ -128,7 +128,7 @@ group :development, :test do gem "faker", "~> 2.5" # A library for generating fake data such as names, addresses, and phone numbers gem "parallel_tests", "~> 2.29" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel gem "pry-byebug", "~> 3.7" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution - gem "rspec-rails", "~> 3.8" # rspec-rails is a testing framework for Rails 3+ + gem "rspec-rails", "~> 3.9" # rspec-rails is a testing framework for Rails 3+ gem "rubocop", "~> 0.75", require: false # Automatic Ruby code style checking tool gem "rubocop-performance", "~> 1.5", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code gem "rubocop-rails", "~> 2.3", require: false # Automatic Rails code style checking tool diff --git a/Gemfile.lock b/Gemfile.lock index bcb2bdef7..a59b70193 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -630,29 +630,29 @@ GEM nokogiri rolify (5.2.0) rouge (3.11.0) - rspec (3.8.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) - rspec-core (3.8.0) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.2) + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-core (3.9.0) + rspec-support (~> 3.9.0) + 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.0) 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-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-support (~> 3.9.0) rspec-retry (0.6.1) rspec-core (> 3.3) - rspec-support (3.8.0) + rspec-support (3.9.0) rubocop (0.75.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) @@ -694,7 +694,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) - sassc (2.2.0) + sassc (2.2.1) ffi (~> 1.9) sassc-rails (2.1.2) railties (>= 4.0.0) @@ -948,7 +948,7 @@ DEPENDENCIES reverse_markdown (~> 1.3) rolify (~> 5.2) rouge (~> 3.11) - rspec-rails (~> 3.8) + rspec-rails (~> 3.9) rspec-retry (~> 0.6) rubocop (~> 0.75) rubocop-performance (~> 1.5)