update shoulda to edge. fixes deprecations

This commit is contained in:
Nihad Abbasov 2011-10-27 02:23:04 +05:00
parent f1e6d9be90
commit 38cdb3eba0
2 changed files with 7 additions and 3 deletions

View file

@ -34,7 +34,7 @@ end
group :development, :test do
gem 'rspec-rails'
gem 'shoulda'
gem "shoulda", "~> 3.0.0.beta2"
gem 'capybara'
gem 'autotest'
gem 'autotest-rails'