Skip to content

Commit

Permalink
Relax json requirement to ~> 1.8
Browse files Browse the repository at this point in the history
This should pick up json 1.8.3, and allows dependency resolution
with Ruby 2.3.1.
  • Loading branch information
BanzaiMan committed Jul 4, 2016
1 parent 05e177c commit a0151b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpl.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '~> 3.0.0'
s.add_development_dependency 'rspec-its'
s.add_development_dependency 'rake'
s.add_development_dependency 'json', '1.8.1'
s.add_development_dependency 'json', '~> 1.8'
s.add_development_dependency 'coveralls'


Expand Down

0 comments on commit a0151b9

Please sign in to comment.