Skip to content

Commit

Permalink
Open to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Bryant committed Aug 19, 2019
1 parent 3230adb commit 3845921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acts_as_paranoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |spec|
spec.test_files = Dir["test/*.rb"]
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", ">= 4.2", "< 6.1"
spec.add_dependency "activesupport", ">= 4.2", "< 6.1"
spec.add_dependency "activerecord", ">= 4.2", "< 7.0"
spec.add_dependency "activesupport", ">= 4.2", "< 7.0"

spec.add_development_dependency "bundler", ">= 1.5", "< 3.0"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 3845921

Please sign in to comment.