Skip to content

Commit

Permalink
Merge pull request #23 from celeduc/highline-upgrade
Browse files Browse the repository at this point in the history
Relax highline dependency.
  • Loading branch information
rsutphin committed Jul 4, 2014
2 parents fc45d98 + 82830fd commit b8b099d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bcdatabase history

1.2.5
-----
- Loosen highline dependency, as the [issue](https://github.com/NUBIC/bcdatabase/issues/17) has been [resolved](https://github.com/JEG2/highline/pull/67). (#23)

1.2.4
-----
Expand Down
2 changes: 1 addition & 1 deletion bcdatabase.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.executables = ['bcdatabase']
s.files = Dir.glob("{CHANGELOG.markdown,LICENSE,README.markdown,bcdatabase.gemspec,{bin,lib}/**/*}")

s.add_dependency "highline", "~> 1.5", '< 1.6.9'
s.add_dependency 'highline', '~> 1.5'
s.add_dependency 'thor', '~> 0.14'

s.add_development_dependency 'bundler', '~> 1.0', '>= 1.0.15'
Expand Down

0 comments on commit b8b099d

Please sign in to comment.