Skip to content

Commit

Permalink
keyword argument is provided after Ruby 2.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 22, 2019
1 parent 92cf5c4 commit 78ec5e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
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 78ec5e2

Please sign in to comment.