Skip to content

Commit

Permalink
Lock iso8601 library version tighter
Browse files Browse the repository at this point in the history
There was a breaking change, should go back and upgrade once they
stabilize on 1.0 release.
  • Loading branch information
dropofwill committed Apr 16, 2017
1 parent c33ed07 commit d06fa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtasklib.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "multi_json", "~> 1.7"
spec.add_dependency "virtus", "~> 1.0"
spec.add_dependency "iso8601", "~> 0.8"
spec.add_dependency "iso8601", "0.8.7"

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

0 comments on commit d06fa2d

Please sign in to comment.