blob: e0ddf61935ac4d592d58b5b39df907c44f653ef2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- termtter.gemspec.orig 2014-12-01 02:49:20.000000000 +0000
+++ termtter.gemspec 2014-12-01 02:49:41.000000000 +0000
@@ -25,7 +25,7 @@
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<json>, ["> 1.1.3"])
- s.add_runtime_dependency(%q<highline>, ["~> 1.5.0"])
+ s.add_runtime_dependency(%q<highline>, ["~> 1.6.0"])
s.add_runtime_dependency(%q<termcolor>, ["~> 1.0.0"])
s.add_runtime_dependency(%q<rubytter>, ["~> 1.5.1"])
s.add_runtime_dependency(%q<notify>, ["~> 0.5.1"])
|