Skip to content

Commit

Permalink
Lock to pre-1.6.9 highline. Temporary for #17.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsutphin committed Dec 28, 2011
1 parent 79248a9 commit 778e252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcdatabase.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.files = Dir.glob("{CHANGELOG.markdown,LICENSE,README.markdown,bcdatabase.gemspec,{bin,lib}/**/*}")

s.add_dependency "activesupport", ">= 2.0"
s.add_dependency "highline", "~> 1.5"
s.add_dependency "highline", "~> 1.5", '< 1.6.9'
s.add_dependency "i18n"
s.add_dependency 'thor', '~> 0.14.6'

Expand Down

0 comments on commit 778e252

Please sign in to comment.