Skip to content

Commit

Permalink
Update supported Rails version in paranoia.gemspec (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
ken3ypa committed Sep 1, 2023
1 parent c038be3 commit 3bdb553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paranoia.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.summary = "Paranoia is a re-implementation of acts_as_paranoid for Rails 3, 4, and 5, using much, much, much less code."
s.description = <<-DSC
Paranoia is a re-implementation of acts_as_paranoid for Rails 4, 5, 6, and 7,
Paranoia is a re-implementation of acts_as_paranoid for Rails 5, 6, and 7,
using much, much, much less code. You would use either plugin / gem if you
wished that when you called destroy on an Active Record object that it
didn't actually destroy it, but just "hid" the record. Paranoia does this
Expand Down

0 comments on commit 3bdb553

Please sign in to comment.