Skip to content

Commit

Permalink
improve dependency version annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed May 29, 2016
1 parent 800e6a6 commit d3ba1f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions latexml-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.require_paths = ["lib"]

spec.add_dependency 'escape_utils'
spec.add_dependency 'json'
spec.add_dependency 'escape_utils', '~> 1.2'
spec.add_dependency 'json', '~> 1.8'

spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "minitest-reporters"
spec.add_development_dependency "minitest-reporters", "~> 1.1"

end

0 comments on commit d3ba1f5

Please sign in to comment.