From 676bd51e23859f59db4c67859334906eb245f69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chuck=20LeDuc=20D=C3=ADaz?= Date: Mon, 30 Jun 2014 09:48:13 +0200 Subject: [PATCH 1/2] Relax highline dependency --- CHANGELOG.markdown | 1 + bcdatabase.gemspec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 7dff130..3af46fe 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -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). (#22) 1.2.4 ----- diff --git a/bcdatabase.gemspec b/bcdatabase.gemspec index a63404a..3f3b2ab 100644 --- a/bcdatabase.gemspec +++ b/bcdatabase.gemspec @@ -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' From 82830fd6d103eb0d4b92e74f1283a123db02729b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chuck=20LeDuc=20D=C3=ADaz?= Date: Mon, 30 Jun 2014 09:50:12 +0200 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 3af46fe..862452c 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -3,7 +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). (#22) +- 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 -----