Commit ed75afbb1014920f811a33524ba73cf1a7d78dc9
1 parent
375ebcab
Exists in
master
and in
4 other branches
should up to 3.0.1
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -233,7 +233,7 @@ GEM |
233 | 233 | ffi (~> 1.0.9) |
234 | 234 | multi_json (~> 1.0.4) |
235 | 235 | rubyzip |
236 | - shoulda (3.0.0) | |
236 | + shoulda (3.0.1) | |
237 | 237 | shoulda-context (~> 1.0.0) |
238 | 238 | shoulda-matchers (~> 1.0.0) |
239 | 239 | shoulda-context (1.0.0) |
... | ... | @@ -324,7 +324,7 @@ DEPENDENCIES |
324 | 324 | rspec-rails |
325 | 325 | sass-rails (= 3.2.3) |
326 | 326 | seed-fu |
327 | - shoulda (= 3.0.0) | |
327 | + shoulda (= 3.0.1) | |
328 | 328 | simplecov |
329 | 329 | six |
330 | 330 | sqlite3 | ... | ... |