From 3253ddea9b6c4171ac092130ba6e853f2aeff173 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 1 Apr 2014 05:19:51 +0000 Subject: [PATCH] Update shoulda-matchers to last version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 231ae64..0fa533a 100644 --- a/Gemfile +++ b/Gemfile @@ -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')