Skip to content

Commit

Permalink
Do not specify "json" gem's version
Browse files Browse the repository at this point in the history
Because json-1.8.x gem produces a deprecation warning on Ruby 2.7.
see: ruby/json#399
  • Loading branch information
9toon committed Feb 28, 2021
1 parent 36f1f90 commit dc79f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypernova.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.metadata["allowed_push_host"] = 'https://rubygems.org'
end

spec.add_development_dependency "json", "~> 1.8"
spec.add_development_dependency "json"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.4"
spec.add_development_dependency "simplecov", "~> 0.11"
Expand Down

0 comments on commit dc79f45

Please sign in to comment.