Gemfile.lock in shared_should-0.8.3 vs Gemfile.lock in shared_should-0.9.0

- old
+ new

@@ -1,20 +1,27 @@ +PATH + remote: . + specs: + shared_should (0.9.0) + shoulda + GEM remote: http://rubygems.org/ specs: - git (1.2.5) - jeweler (1.5.2) - bundler (~> 1.0.0) - git (>= 1.2.5) - rake - rake (0.8.7) - rcov (0.9.9) - shoulda (2.10.3) + activesupport (3.2.8) + i18n (~> 0.6) + multi_json (~> 1.0) + i18n (0.6.1) + multi_json (1.3.6) + shoulda (3.1.1) + shoulda-context (~> 1.0) + shoulda-matchers (~> 1.2) + shoulda-context (1.0.0) + shoulda-matchers (1.3.0) + activesupport (>= 3.0.0) PLATFORMS ruby DEPENDENCIES - bundler (~> 1.0.0) - jeweler (~> 1.5.2) - rcov - shoulda + shared_should! + shoulda (= 3.1.1)