Commit 38cdb3eba0d59f7ffc7fdbb4ca808e759fba504b
1 parent
f1e6d9be
Exists in
master
and in
4 other branches
update shoulda to edge. fixes deprecations
Showing
2 changed files
with
7 additions
and
3 deletions
Show diff stats
Gemfile
@@ -34,7 +34,7 @@ end | @@ -34,7 +34,7 @@ end | ||
34 | 34 | ||
35 | group :development, :test do | 35 | group :development, :test do |
36 | gem 'rspec-rails' | 36 | gem 'rspec-rails' |
37 | - gem 'shoulda' | 37 | + gem "shoulda", "~> 3.0.0.beta2" |
38 | gem 'capybara' | 38 | gem 'capybara' |
39 | gem 'autotest' | 39 | gem 'autotest' |
40 | gem 'autotest-rails' | 40 | gem 'autotest-rails' |
Gemfile.lock
@@ -200,7 +200,11 @@ GEM | @@ -200,7 +200,11 @@ GEM | ||
200 | ffi (>= 1.0.7) | 200 | ffi (>= 1.0.7) |
201 | json_pure | 201 | json_pure |
202 | rubyzip | 202 | rubyzip |
203 | - shoulda (2.11.3) | 203 | + shoulda (3.0.0.beta2) |
204 | + shoulda-context (~> 1.0.0.beta1) | ||
205 | + shoulda-matchers (~> 1.0.0.beta1) | ||
206 | + shoulda-context (1.0.0.beta1) | ||
207 | + shoulda-matchers (1.0.0.beta3) | ||
204 | simplecov (0.5.3) | 208 | simplecov (0.5.3) |
205 | multi_json (~> 1.0.3) | 209 | multi_json (~> 1.0.3) |
206 | simplecov-html (~> 0.5.3) | 210 | simplecov-html (~> 0.5.3) |
@@ -265,7 +269,7 @@ DEPENDENCIES | @@ -265,7 +269,7 @@ DEPENDENCIES | ||
265 | ruby-debug19 | 269 | ruby-debug19 |
266 | sass-rails (~> 3.1.0) | 270 | sass-rails (~> 3.1.0) |
267 | seed-fu! | 271 | seed-fu! |
268 | - shoulda | 272 | + shoulda (~> 3.0.0.beta2) |
269 | simplecov | 273 | simplecov |
270 | six | 274 | six |
271 | sqlite3 | 275 | sqlite3 |