Skip to content

Commit

Permalink
Fix gemspec for Ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fastdivision committed Nov 12, 2016
1 parent 3a3e6c7 commit a566054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions taxjar-ruby.gemspec
Expand Up @@ -18,9 +18,9 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'addressable', '~>2.3'
spec.add_dependency 'http', '~>0.9.4'
spec.add_dependency 'memoizable', '~>0.4.0'
spec.add_dependency 'addressable', '~> 2.3.8'
spec.add_dependency 'http', '~> 0.9.4'
spec.add_dependency 'memoizable', '~> 0.4.0'
spec.add_dependency 'taxjar-model_attribute', '~> 3.1'
spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit a566054

Please sign in to comment.