Skip to content

Commit

Permalink
Merge pull request #307 from Skalar/rails-8-0
Browse files Browse the repository at this point in the history
Allow Rails 8.0
  • Loading branch information
tagliala authored May 27, 2024
2 parents d5eddc2 + 3426d67 commit 44f8154
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.0'
spec.add_runtime_dependency 'activesupport', '>= 6.1', '< 8.0'
end

0 comments on commit 44f8154

Please sign in to comment.