Skip to content

Commit

Permalink
Merge pull request #151 from jules-w2/master
Browse files Browse the repository at this point in the history
rails 8 compatibility
  • Loading branch information
moiristo authored Nov 13, 2024
2 parents e48a773 + 2a1336c commit 3dac72e
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 3dac72e

Please sign in to comment.