mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Update RSpec dependency
Specs don't work with rspec-mocks 2.12.0 due to an issue with setting expectations on `.decorate` - rspec/rspec-mocks#206
This commit is contained in:
parent
24839274c5
commit
7628d40465
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.add_development_dependency 'ammeter'
|
||||
s.add_development_dependency 'rake', '~> 0.9.2'
|
||||
s.add_development_dependency 'rspec', '~> 2.10'
|
||||
s.add_development_dependency 'rspec', '~> 2.12'
|
||||
s.add_development_dependency 'rspec-mocks', '>= 2.12.1'
|
||||
s.add_development_dependency 'yard'
|
||||
s.add_development_dependency 'minitest-rails', '~> 0.2'
|
||||
s.add_development_dependency 'minitest', '~> 3.0' if RUBY_PLATFORM == "java"
|
||||
|
|
Loading…
Add table
Reference in a new issue