Skip to content

Commit

Permalink
rails 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jules-w2 committed Nov 8, 2024
1 parent 647c996 commit 2a1336c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deep_cloneable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 1.9.3'
s.require_paths = ['lib']
s.add_runtime_dependency('activerecord', ['>= 3.1.0', '< 8'])
s.add_runtime_dependency('activerecord', ['>= 3.1.0', '< 9'])
end

0 comments on commit 2a1336c

Please sign in to comment.