chore: Update ruby_version requirement to allow ruby 3.0 (#900)

Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
This commit is contained in:
Jean byroot Boussier 2020-09-09 02:10:44 +01:00 committed by GitHub
parent 9064d7cdc3
commit a5faba567b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = %w[lib generated]
spec.required_ruby_version = '~> 2.4'
spec.required_ruby_version = '>= 2.4'
spec.add_runtime_dependency 'representable', '~> 3.0'
spec.add_runtime_dependency 'retriable', '>= 2.0', '< 4.0'