Skip to content

Commit

Permalink
Removed nonsense rubygems_version in input gemspec files
Browse files Browse the repository at this point in the history
As it is ignored and set at building packages automatically, it is
just nonsense to set in gemspec file for input.

ruby/ruby@9a78e24
  • Loading branch information
nobu committed Jun 25, 2020
1 parent 14fadad commit 9c29ce3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ Gem::Specification.new do |s|
s.licenses = ["Ruby"]
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
s.required_ruby_version = Gem::Requirement.new(">= 2.0")
s.rubygems_version = "3.0.2"
s.summary = "JSON Implementation for Ruby"
s.test_files = ["tests/test_helper.rb"]

Expand Down

0 comments on commit 9c29ce3

Please sign in to comment.