update shoulda to edge. fixes deprecations
This commit is contained in:
parent
f1e6d9be90
commit
38cdb3eba0
2 changed files with 7 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||||
|
|
|
@ -200,7 +200,11 @@ GEM
|
||||||
ffi (>= 1.0.7)
|
ffi (>= 1.0.7)
|
||||||
json_pure
|
json_pure
|
||||||
rubyzip
|
rubyzip
|
||||||
shoulda (2.11.3)
|
shoulda (3.0.0.beta2)
|
||||||
|
shoulda-context (~> 1.0.0.beta1)
|
||||||
|
shoulda-matchers (~> 1.0.0.beta1)
|
||||||
|
shoulda-context (1.0.0.beta1)
|
||||||
|
shoulda-matchers (1.0.0.beta3)
|
||||||
simplecov (0.5.3)
|
simplecov (0.5.3)
|
||||||
multi_json (~> 1.0.3)
|
multi_json (~> 1.0.3)
|
||||||
simplecov-html (~> 0.5.3)
|
simplecov-html (~> 0.5.3)
|
||||||
|
@ -265,7 +269,7 @@ DEPENDENCIES
|
||||||
ruby-debug19
|
ruby-debug19
|
||||||
sass-rails (~> 3.1.0)
|
sass-rails (~> 3.1.0)
|
||||||
seed-fu!
|
seed-fu!
|
||||||
shoulda
|
shoulda (~> 3.0.0.beta2)
|
||||||
simplecov
|
simplecov
|
||||||
six
|
six
|
||||||
sqlite3
|
sqlite3
|
||||||
|
|
Loading…
Reference in a new issue