Commit 421451cf0980cdab63869b8b0c4c8f41c61a7fc9

Authored by Dmitriy Zaporozhets
1 parent 93a5b3d8

gem shoulda updated

Showing 2 changed files with 5 additions and 5 deletions   Show diff stats
Gemfile
... ... @@ -58,5 +58,5 @@ end
58 58 group :test do
59 59 gem "turn", :require => false
60 60 gem "simplecov", :require => false
61   - gem "shoulda", "~> 3.0.0.beta2"
  61 + gem "shoulda", "3.0.0"
62 62 end
... ...
Gemfile.lock
... ... @@ -232,9 +232,9 @@ GEM
232 232 ffi (~> 1.0.9)
233 233 multi_json (~> 1.0.4)
234 234 rubyzip
235   - shoulda (3.0.0.beta2)
236   - shoulda-context (~> 1.0.0.beta1)
237   - shoulda-matchers (~> 1.0.0.beta1)
  235 + shoulda (3.0.0)
  236 + shoulda-context (~> 1.0.0)
  237 + shoulda-matchers (~> 1.0.0)
238 238 shoulda-context (1.0.0)
239 239 shoulda-matchers (1.0.0)
240 240 simplecov (0.5.4)
... ... @@ -322,7 +322,7 @@ DEPENDENCIES
322 322 rspec-rails
323 323 sass-rails (= 3.2.3)
324 324 seed-fu
325   - shoulda (~> 3.0.0.beta2)
  325 + shoulda (= 3.0.0)
326 326 simplecov
327 327 six
328 328 sqlite3
... ...