Skip to content

Commit

Permalink
Bump to support >= 6.0 & <= 7.3 ActiveRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Aug 13, 2024
1 parent d17fe2a commit 0043f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paranoia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.5'

s.add_dependency 'activerecord', '>= 5.1', '< 7.1'
s.add_dependency 'activerecord', '>= 6.0', '< 7.3'

s.add_development_dependency "bundler", ">= 1.0.0"
s.add_development_dependency "rake"
Expand Down

0 comments on commit 0043f45

Please sign in to comment.