gem shoulda updated

This commit is contained in:
Dmitriy Zaporozhets 2012-02-28 23:17:12 +02:00
parent 93a5b3d811
commit 421451cf09
2 changed files with 5 additions and 5 deletions

View file

@ -58,5 +58,5 @@ end
group :test do
gem "turn", :require => false
gem "simplecov", :require => false
gem "shoulda", "~> 3.0.0.beta2"
gem "shoulda", "3.0.0"
end

View file

@ -232,9 +232,9 @@ GEM
ffi (~> 1.0.9)
multi_json (~> 1.0.4)
rubyzip
shoulda (3.0.0.beta2)
shoulda-context (~> 1.0.0.beta1)
shoulda-matchers (~> 1.0.0.beta1)
shoulda (3.0.0)
shoulda-context (~> 1.0.0)
shoulda-matchers (~> 1.0.0)
shoulda-context (1.0.0)
shoulda-matchers (1.0.0)
simplecov (0.5.4)
@ -322,7 +322,7 @@ DEPENDENCIES
rspec-rails
sass-rails (= 3.2.3)
seed-fu
shoulda (~> 3.0.0.beta2)
shoulda (= 3.0.0)
simplecov
six
sqlite3