Commit ed75afbb1014920f811a33524ba73cf1a7d78dc9

Authored by Dmitriy Zaporozhets
1 parent 375ebcab

should up to 3.0.1

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Gemfile
... ... @@ -59,5 +59,5 @@ end
59 59 group :test do
60 60 gem "turn", :require => false
61 61 gem "simplecov", :require => false
62   - gem "shoulda", "3.0.0"
  62 + gem "shoulda", "3.0.1"
63 63 end
... ...
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
... ...