Skip to content

Commit

Permalink
Remove activesupport from explicit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Aug 19, 2024
1 parent 390a213 commit 56ef6cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acts_as_paranoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_runtime_dependency "activerecord", ">= 6.1", "< 7.2"
spec.add_runtime_dependency "activesupport", ">= 6.1", "< 7.2"

spec.add_development_dependency "appraisal", "~> 2.3"
spec.add_development_dependency "minitest", "~> 5.14"
Expand Down

0 comments on commit 56ef6cf

Please sign in to comment.