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 0a5246388f
commit 354c3d6fd9
No known key found for this signature in database
GPG key ID: 1B3951886C449023
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -468,7 +468,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)
@ -684,7 +684,7 @@ DEPENDENCIES
rolify
rqrcode
rspec-activemodel-mocks
rspec-rails (~> 3.5, >= 3.5.2)
rspec-rails
rubocop
rubocop-rspec
ruby-oembed (~> 0.12.0)