Skip to content

Commit

Permalink
Rails 7.1 Release πŸš€ (#548)
Browse files Browse the repository at this point in the history
Update paranoia.gemspec

Co-authored-by: Lachlan Sylvester <lachlan.sylvester@hypothetical.com.au>

Rails 7.1 Release πŸš€
- Updated CHANGELOG.md and version.rb
  • Loading branch information
indyarocks committed Oct 11, 2023
1 parent 1db8402 commit 72a03f1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -15,11 +15,13 @@ jobs:
strategy:
fail-fast: false
matrix:
rails: ["~> 7.0.0", "~> 6.1.0", "~> 6.0.0"]
rails: ["~> 7.1.0", "~> 7.0.0", "~> 6.1.0", "~> 6.0.0"]
ruby: ["3.2.2", "3.1.4", "3.0.6", "2.7.8"]
include:
- ruby: 3.2
rails: 'edge'
- ruby: 3.2
rails: '~> 7.1.0'
# single test failure with jruby
#- ruby: jruby-9.4
# rails: '~> 7.0.0'
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# paranoia Changelog

## 2.6.3

* [#548](https://github.com/rubysherpas/paranoia/pull/441) Add support for [Rails 7.1](https://github.com/rails/rails/releases/tag/v7.1.0) (#441)

[Indyarocks](https://github.com/indyarocks)

## 2.6.2

* [#441](https://github.com/rubysherpas/paranoia/pull/441) Recursive restore with has_many/one through assocs (#441)
Expand Down
2 changes: 1 addition & 1 deletion lib/paranoia/version.rb
@@ -1,3 +1,3 @@
module Paranoia
VERSION = '2.6.2'.freeze
VERSION = '2.6.3'.freeze
end
2 changes: 1 addition & 1 deletion paranoia.gemspec
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', '>= 5.1', '< 7.2'

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

0 comments on commit 72a03f1

Please sign in to comment.