Skip to content

Commit

Permalink
Raise ruby version requirement to >=2.0
Browse files Browse the repository at this point in the history
Related to #699
  • Loading branch information
larskanis committed May 18, 2019
1 parent e76c43b commit 08b9b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi.gemspec
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.rdoc_options = %w[--exclude=ext/ffi_c/.*\.o$ --exclude=ffi_c\.(bundle|so)$]
s.license = 'BSD-3-Clause'
s.require_paths << 'ext/ffi_c'
s.required_ruby_version = '>= 1.9'
s.required_ruby_version = '>= 2.0'
s.add_development_dependency 'rake', '~> 12.1'
s.add_development_dependency 'rake-compiler', '~> 1.0'
s.add_development_dependency 'rake-compiler-dock', '~> 0.7.0'
Expand Down

0 comments on commit 08b9b78

Please sign in to comment.