Skip to content

Commit

Permalink
Add version restrictions on dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dropofwill committed May 18, 2015
1 parent c781a68 commit 4493631
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rtasklib.gemspec
Expand Up @@ -21,11 +21,11 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.0'
spec.requirements << 'taskwarrior, >=2.4.0'

spec.add_dependency "virtus"
spec.add_dependency "activesupport"
spec.add_dependency "oj"
spec.add_dependency "multi_json"
spec.add_dependency "iso8601"
spec.add_dependency "virtus", "~> 1.0"
spec.add_dependency "activesupport", "~> 4.2"
spec.add_dependency "oj", "~> 2.12"
spec.add_dependency "multi_json", "~> 1.11"
spec.add_dependency "iso8601", "~> 0.8"

spec.add_development_dependency "bundler", "~> 1.8"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 4493631

Please sign in to comment.