Commit 421451cf0980cdab63869b8b0c4c8f41c61a7fc9
1 parent
93a5b3d8
Exists in
master
and in
4 other branches
gem shoulda updated
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
Gemfile
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 | ... | ... |