Skip to content

Commit

Permalink
Merge pull request #396 from flori/update-requirement
Browse files Browse the repository at this point in the history
keyword argument is provided after Ruby 2.0+
  • Loading branch information
hsbt committed Dec 23, 2019
2 parents ae6bf43 + 78ec5e2 commit 2351661
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -100,7 +100,7 @@ if defined?(Gem) and defined?(Gem::PackageTask)
s.email = "flori@ping.de"
s.homepage = "http://flori.github.com/#{PKG_NAME}"
s.license = 'Ruby'
s.required_ruby_version = '>= 1.9'
s.required_ruby_version = '>= 2.0'
end

desc 'Creates a json_pure.gemspec file'
Expand Down
Binary file modified json.gemspec
Binary file not shown.

0 comments on commit 2351661

Please sign in to comment.