Update shoulda-matchers to last version

This commit is contained in:
Thibault Jouan 2014-04-01 05:19:51 +00:00
parent 97c64d0990
commit 3253ddea9b

View File

@ -10,7 +10,7 @@ group :development, :test do
gem 'rspec-rails', '~> 2.6'
gem 'capybara', '~> 2.2'
gem 'factory_girl_rails', '~> 4.4'
gem 'shoulda-matchers', '~> 1.0'
gem 'shoulda-matchers', '~> 2.5'
end
eval File.read('Gemfile-custom.rb') if File.exist?('Gemfile-custom.rb')