Skip to content

Commit

Permalink
Relax Ruby dependency to allow 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Oct 9, 2020
1 parent 00b3232 commit 63bd602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route_translator.gemspec
Expand Up @@ -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'
Expand Down

0 comments on commit 63bd602

Please sign in to comment.