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:
parent
9064d7cdc3
commit
a5faba567b
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue