update shoulda to edge. fixes deprecations
Showing
... | @@ -34,7 +34,7 @@ end | ... | @@ -34,7 +34,7 @@ end |
group :development, :test do | group :development, :test do | ||
gem 'rspec-rails' | gem 'rspec-rails' | ||
gem 'shoulda' | gem "shoulda", "~> 3.0.0.beta2" | ||
gem 'capybara' | gem 'capybara' | ||
gem 'autotest' | gem 'autotest' | ||
gem 'autotest-rails' | gem 'autotest-rails' | ||
... | ... |
Please register or sign in to comment