Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Add '~> 2.0' specifier to rspec dev dependency
Browse files Browse the repository at this point in the history
RSpec 3 (just released) changes 'truthiness' expectations API.

Restricts rspec to 2.x until rspec 3.x support is more widespread
  • Loading branch information
movitto committed Jun 3, 2014
1 parent e42498e commit cd5ac7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polisher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|

s.add_dependency('colored')
s.add_dependency('activesupport')
s.add_development_dependency('rspec', '>= 2.0.0')
s.add_development_dependency('rspec', '~> 2.0')
s.add_development_dependency('coveralls')
s.add_development_dependency('json')
s.add_development_dependency('curb')
Expand Down

0 comments on commit cd5ac7f

Please sign in to comment.