diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2019-12-23 08:49:50 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2019-12-23 08:50:33 +0900 |
commit | 78ec5e2bd32b2c2b8db50919e35c29d9f9cdecb2 (patch) | |
tree | 6854673ca136802a6f528a8dba1cc4aeec7038a1 /Rakefile | |
parent | 92cf5c451a6ec0f3a00e291eb909e57cf38fbea4 (diff) | |
download | json-78ec5e2bd32b2c2b8db50919e35c29d9f9cdecb2.tar.gz |
keyword argument is provided after Ruby 2.0+
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |