Update RSpec version to 3.7 (#1712)

This commit is contained in:
Fernando Seror Garcia 2017-11-17 15:03:55 -06:00 committed by r-obert
parent 7c1a652c6b
commit 3bd43b9db4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ group :development do
end
group :test do
gem 'rspec', '~> 3.4.0'
gem 'rspec', '~> 3.7.0'
end
group :development, :test do