starlark_compiler.gemspec in starlark_compiler-0.4.0 vs starlark_compiler.gemspec in starlark_compiler-0.5.0

- old
+ new

@@ -23,9 +23,9 @@ end spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.required_ruby_version = '~> 2.6' + spec.required_ruby_version = '>= 2.6' spec.add_development_dependency 'bundler', '~> 2.0' end