Commit 421451cf authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

gem shoulda updated

parent 93a5b3d8
...@@ -58,5 +58,5 @@ end ...@@ -58,5 +58,5 @@ end
group :test do group :test do
gem "turn", :require => false gem "turn", :require => false
gem "simplecov", :require => false gem "simplecov", :require => false
gem "shoulda", "~> 3.0.0.beta2" gem "shoulda", "3.0.0"
end end
...@@ -232,9 +232,9 @@ GEM ...@@ -232,9 +232,9 @@ GEM
ffi (~> 1.0.9) ffi (~> 1.0.9)
multi_json (~> 1.0.4) multi_json (~> 1.0.4)
rubyzip rubyzip
shoulda (3.0.0.beta2) shoulda (3.0.0)
shoulda-context (~> 1.0.0.beta1) shoulda-context (~> 1.0.0)
shoulda-matchers (~> 1.0.0.beta1) shoulda-matchers (~> 1.0.0)
shoulda-context (1.0.0) shoulda-context (1.0.0)
shoulda-matchers (1.0.0) shoulda-matchers (1.0.0)
simplecov (0.5.4) simplecov (0.5.4)
...@@ -322,7 +322,7 @@ DEPENDENCIES ...@@ -322,7 +322,7 @@ DEPENDENCIES
rspec-rails rspec-rails
sass-rails (= 3.2.3) sass-rails (= 3.2.3)
seed-fu seed-fu
shoulda (~> 3.0.0.beta2) shoulda (= 3.0.0)
simplecov simplecov
six six
sqlite3 sqlite3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment