Update rspec-rails 3.6.0 → 3.6.1; unlock version in Gemfile.

This commit is contained in:
James Mason 2018-11-19 15:28:39 -08:00
parent ef9b230813
commit 5028edb407
2 changed files with 3 additions and 3 deletions

View file

@ -255,7 +255,7 @@ group :test do
gem 'chromedriver-helper' gem 'chromedriver-helper'
gem 'database_cleaner' gem 'database_cleaner'
gem 'geckodriver-helper' gem 'geckodriver-helper'
gem 'rspec-rails', '~> 3.5', '>= 3.5.2' gem 'rspec-rails'
gem 'selenium-webdriver' gem 'selenium-webdriver'
gem 'transactional_capybara' gem 'transactional_capybara'
# for measuring test coverage # for measuring test coverage

View file

@ -475,7 +475,7 @@ GEM
rspec-mocks (3.6.0) rspec-mocks (3.6.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0) rspec-support (~> 3.6.0)
rspec-rails (3.6.0) rspec-rails (3.6.1)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
railties (>= 3.0) railties (>= 3.0)
@ -692,7 +692,7 @@ DEPENDENCIES
rolify rolify
rqrcode rqrcode
rspec-activemodel-mocks rspec-activemodel-mocks
rspec-rails (~> 3.5, >= 3.5.2) rspec-rails
rubocop rubocop
rubocop-rspec rubocop-rspec
ruby-oembed (~> 0.12.0) ruby-oembed (~> 0.12.0)