Update rspec gem to 3.6.0

This commit is contained in:
Artur Beljajev 2017-05-22 14:39:20 +03:00
parent 92c0fdba94
commit e76ee8baab
2 changed files with 20 additions and 20 deletions

View file

@ -125,7 +125,7 @@ end
group :development, :test do
gem 'capybara'
gem 'rspec-rails', '~> 3.5'
gem 'rspec-rails', '~> 3.6'
gem 'fabrication', '2.13.2' # Replacement for fixtures
gem 'phantomjs-binaries'
gem 'phantomjs'