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
@@ -58,5 +58,5 @@ end | @@ -58,5 +58,5 @@ end | ||
58 | group :test do | 58 | group :test do |
59 | gem "turn", :require => false | 59 | gem "turn", :require => false |
60 | gem "simplecov", :require => false | 60 | gem "simplecov", :require => false |
61 | - gem "shoulda", "~> 3.0.0.beta2" | 61 | + gem "shoulda", "3.0.0" |
62 | end | 62 | end |
Gemfile.lock
@@ -232,9 +232,9 @@ GEM | @@ -232,9 +232,9 @@ GEM | ||
232 | ffi (~> 1.0.9) | 232 | ffi (~> 1.0.9) |
233 | multi_json (~> 1.0.4) | 233 | multi_json (~> 1.0.4) |
234 | rubyzip | 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 | shoulda-context (1.0.0) | 238 | shoulda-context (1.0.0) |
239 | shoulda-matchers (1.0.0) | 239 | shoulda-matchers (1.0.0) |
240 | simplecov (0.5.4) | 240 | simplecov (0.5.4) |
@@ -322,7 +322,7 @@ DEPENDENCIES | @@ -322,7 +322,7 @@ DEPENDENCIES | ||
322 | rspec-rails | 322 | rspec-rails |
323 | sass-rails (= 3.2.3) | 323 | sass-rails (= 3.2.3) |
324 | seed-fu | 324 | seed-fu |
325 | - shoulda (~> 3.0.0.beta2) | 325 | + shoulda (= 3.0.0) |
326 | simplecov | 326 | simplecov |
327 | six | 327 | six |
328 | sqlite3 | 328 | sqlite3 |