Skip to content

Commit

Permalink
Update permanent_records to v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maiwald committed Apr 3, 2024
1 parent 297aa62 commit 7714b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NOTE: Since paperclip is not maintained any more, we have switched the dependenc

* rails 5.2: works with kt-paperclip 7 and ruby ~> 2.7
* rails 6.0/6.1: works with kt-paperclip 7 and ruby 2.7.8 or later
* tested with permanent_records 5.0.0
* tested with permanent_records 6.0.0
* previous versions of ruby/rails/paperclip: please check version 0.5.x of this gem

Please see `.github/workflows/test.yml` and `Appraisals` for what combinations have actually been tested. Usage with other versions
Expand Down
2 changes: 1 addition & 1 deletion paperclip-permanent_records.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'activerecord', '>= 5.2'
spec.add_dependency 'kt-paperclip', ['>= 6.2.2', '< 8']
spec.add_dependency 'permanent_records', '>= 5.0'
spec.add_dependency 'permanent_records', '>= 6.0'

spec.add_development_dependency 'appraisal', '~> 2.5'
spec.add_development_dependency 'bundler', '~> 2.4'
Expand Down

0 comments on commit 7714b9f

Please sign in to comment.