Skip to content

Commit

Permalink
Allow Rails 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorton committed May 27, 2024
1 parent 12860a6 commit 9553b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions route_translator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.7'

spec.add_runtime_dependency 'actionpack', '>= 6.1', '< 7.2'
spec.add_runtime_dependency 'activesupport', '>= 6.1', '< 7.2'
spec.add_runtime_dependency 'actionpack', '>= 6.1', '< 8.1'
spec.add_runtime_dependency 'activesupport', '>= 6.1', '< 8.1'
end

0 comments on commit 9553b3e

Please sign in to comment.