Skip to content

Commit

Permalink
[BUGFIX] Fix rspec dependency to 2.7.x to beat JRuby bug
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 9, 2012
1 parent 28d2371 commit fd57af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby_speech.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency %q<activesupport>, [">= 3.0.7"]

s.add_development_dependency %q<bundler>, ["~> 1.0.0"]
s.add_development_dependency %q<rspec>, [">= 2.7.0"]
s.add_development_dependency %q<rspec>, ["~> 2.7.0"]
s.add_development_dependency %q<ci_reporter>, [">= 1.6.3"]
s.add_development_dependency %q<yard>, ["~> 0.7.0"]
s.add_development_dependency %q<rake>, [">= 0"]
Expand Down

0 comments on commit fd57af6

Please sign in to comment.