Skip to content

Commit

Permalink
Add support for Rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bvalentino committed Nov 8, 2024
1 parent eb5ade9 commit 3dd2643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions active_interaction.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
Dir.glob(File.join('lib', 'active_interaction', 'locale', '*.yml'))
spec.test_files = Dir.glob(File.join('spec', '**', '*.rb'))

spec.add_dependency 'activemodel', '>= 5.2', '< 8'
spec.add_dependency 'activesupport', '>= 5.2', '< 8'
spec.add_dependency 'activemodel', '>= 5.2', '< 9'
spec.add_dependency 'activesupport', '>= 5.2', '< 9'

{
'actionpack' => [],
Expand Down

0 comments on commit 3dd2643

Please sign in to comment.