Skip to content

Commit

Permalink
Update json_pure to v2.3.1
Browse files Browse the repository at this point in the history
This eliminates Ruby 2.7 deprecation warnings.

Closes computology#29
  • Loading branch information
stanhu committed Dec 1, 2020
1 parent ff1332b commit 68fc681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packagecloud-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']

gem.add_runtime_dependency 'excon', '~> 0.40'
gem.add_runtime_dependency 'json_pure', '~> 1'
gem.add_runtime_dependency 'json_pure', '~> 2'
gem.add_runtime_dependency 'multi_json', '~> 1.0'
gem.add_runtime_dependency 'mime', '~> 0.4'

gem.add_development_dependency 'bundler', '~> 1.0'
gem.add_development_dependency 'bundler', '> 1'
gem.add_development_dependency 'rake', '~> 0.8'
gem.add_development_dependency 'rspec', '~> 2.4'
gem.add_development_dependency 'simplecov', '~> 0.9'
Expand Down

0 comments on commit 68fc681

Please sign in to comment.