Skip to content

Commit 130bdef

Browse files
authored
Update minimum required Ruby version.
According to issue #744, Ruby 2.0 appears to be no longer supported by this project. This is change is just to update the gemspec, so nobody accidentally downloads it into a legacy project.
1 parent e30c43d commit 130bdef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsonapi-resources.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
1818
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1919
spec.require_paths = ['lib']
20-
spec.required_ruby_version = '>= 2.0'
20+
spec.required_ruby_version = '>= 2.1'
2121

2222
spec.add_development_dependency 'bundler', '~> 1.5'
2323
spec.add_development_dependency 'rake'

0 commit comments

Comments
 (0)