From 5028edb407a020b07f231b335a52fd6de1f0e156 Mon Sep 17 00:00:00 2001 From: James Mason Date: Mon, 19 Nov 2018 15:28:39 -0800 Subject: [PATCH] =?UTF-8?q?Update=20rspec-rails=203.6.0=20=E2=86=92=203.6.?= =?UTF-8?q?1;=20unlock=20version=20in=20Gemfile.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fd84dd4e..a55e139b 100644 --- a/Gemfile +++ b/Gemfile @@ -255,7 +255,7 @@ group :test do gem 'chromedriver-helper' gem 'database_cleaner' gem 'geckodriver-helper' - gem 'rspec-rails', '~> 3.5', '>= 3.5.2' + gem 'rspec-rails' gem 'selenium-webdriver' gem 'transactional_capybara' # for measuring test coverage diff --git a/Gemfile.lock b/Gemfile.lock index 47d41f3b..0d072858 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -475,7 +475,7 @@ GEM rspec-mocks (3.6.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.6.0) - rspec-rails (3.6.0) + rspec-rails (3.6.1) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) @@ -692,7 +692,7 @@ DEPENDENCIES rolify rqrcode rspec-activemodel-mocks - rspec-rails (~> 3.5, >= 3.5.2) + rspec-rails rubocop rubocop-rspec ruby-oembed (~> 0.12.0)