Commit 38cdb3eba0d59f7ffc7fdbb4ca808e759fba504b

Authored by Nihad Abbasov
1 parent f1e6d9be

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 34  
35 35 group :development, :test do
36 36 gem 'rspec-rails'
37   - gem 'shoulda'
  37 + gem "shoulda", "~> 3.0.0.beta2"
38 38 gem 'capybara'
39 39 gem 'autotest'
40 40 gem 'autotest-rails'
... ...
Gemfile.lock
... ... @@ -200,7 +200,11 @@ GEM
200 200 ffi (>= 1.0.7)
201 201 json_pure
202 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 208 simplecov (0.5.3)
205 209 multi_json (~> 1.0.3)
206 210 simplecov-html (~> 0.5.3)
... ... @@ -265,7 +269,7 @@ DEPENDENCIES
265 269 ruby-debug19
266 270 sass-rails (~> 3.1.0)
267 271 seed-fu!
268   - shoulda
  272 + shoulda (~> 3.0.0.beta2)
269 273 simplecov
270 274 six
271 275 sqlite3
... ...