diff --git a/ti.gemspec b/ti.gemspec index 0998f44..059da97 100644 --- a/ti.gemspec +++ b/ti.gemspec @@ -18,10 +18,10 @@ Gem::Specification.new do |s| s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] - # Currently we're not using these. However, I'd prefer to use these instead of + # Currently we're not using these. However, I'd prefer to use these instead of # using the system command # s.add_runtime_dependency(%q, ["~> 3.1.2"]) - # s.add_runtime_dependency(%q, ["~> 2.2.0"]) + s.add_runtime_dependency(%q, ["~> 2.2.0"]) s.add_runtime_dependency(%q, ["~> 1.2"]) s.add_runtime_dependency(%q, ["~> 0.8.7"]) # TODO: test with Rake 0.9.2