Commit a535372e by John Hawthorn Committed by GitHub

Merge pull request #439 from jhawthorn/version_2_4_1

Version 2.4.1
parents 9a26d811 35e67168
...@@ -14,7 +14,7 @@ env: ...@@ -14,7 +14,7 @@ env:
- RAILS='~> 4.2.0' - RAILS='~> 4.2.0'
- RAILS='~> 5.0.0' - RAILS='~> 5.0.0'
- RAILS='~> 5.1.0' - RAILS='~> 5.1.0'
- RAILS='~> 5.2.0.rc2' - RAILS='~> 5.2.0'
matrix: matrix:
allow_failures: allow_failures:
...@@ -24,5 +24,5 @@ matrix: ...@@ -24,5 +24,5 @@ matrix:
rvm: jruby-9.1.6.0 rvm: jruby-9.1.6.0
- env: RAILS='~> 5.1.0' - env: RAILS='~> 5.1.0'
rvm: jruby-9.1.6.0 rvm: jruby-9.1.6.0
- env: RAILS='~> 5.2.0.rc2' - env: RAILS='~> 5.2.0'
rvm: jruby-9.1.6.0 rvm: jruby-9.1.6.0
# paranoia Changelog # paranoia Changelog
## 2.4.1
* [#435](https://github.com/rubysherpas/paranoia/pull/435) Monkeypatch activerecord relations to work with rails 6.2.0
[Bartosz Bonisławski (@bbonislawski)](https://github.com/bbonislawski)
## 2.4.0 ## 2.4.0
* [#423](https://github.com/rubysherpas/paranoia/pull/423) Add `paranoia_destroy` and `paranoia_delete` aliases * [#423](https://github.com/rubysherpas/paranoia/pull/423) Add `paranoia_destroy` and `paranoia_delete` aliases
......
...@@ -12,7 +12,7 @@ platforms :rbx do ...@@ -12,7 +12,7 @@ platforms :rbx do
gem 'rubinius-developer_tools' gem 'rubinius-developer_tools'
end end
rails = ENV['RAILS'] || '~> 5.1.0' rails = ENV['RAILS'] || '~> 5.2.0'
gem 'rails', rails gem 'rails', rails
......
module Paranoia module Paranoia
VERSION = '2.4.0'.freeze VERSION = '2.4.1'.freeze
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment