From 63bd6021ccb90628dc5f60d19a9f50e1f5c45b40 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sat, 10 Oct 2020 00:20:56 +0200 Subject: [PATCH] Relax Ruby dependency to allow 3.0.0 --- route_translator.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route_translator.gemspec b/route_translator.gemspec index 8d142f72..9a3d9549 100644 --- a/route_translator.gemspec +++ b/route_translator.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.files = `git ls-files -z -- {CHANGELOG.md,LICENSE,README.md,lib}`.split("\x0") spec.require_paths = ['lib'] - spec.required_ruby_version = '~> 2.4' + spec.required_ruby_version = '>= 2.4' spec.add_runtime_dependency 'actionpack', '>= 5.0.0.1', '< 6.1' spec.add_runtime_dependency 'activesupport', '>= 5.0.0.1', '< 6.1'