Skip to content

Commit

Permalink
Merge pull request #231 from enriclluelles/relax-ruby-dependency
Browse files Browse the repository at this point in the history
Relax Ruby dependency to allow 3.0.0
  • Loading branch information
tagliala committed Oct 10, 2020
2 parents 00b3232 + 63bd602 commit f758383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route_translator.gemspec
Original file line number Diff line number Diff line change
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 f758383

Please sign in to comment.