We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117d139 commit c453c35Copy full SHA for c453c35
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## Unreleased
4
+
5
+## 2.5.0 - 2021-12-26
6
7
+* ActiveRecord 7.0 support
8
9
* Drop support for rubies under 2.5. PR #1189
10
11
* Have casted array predicates type checked to Arel::Nodes::Casted fixing non-casted array predicates.
lib/ransack/version.rb
@@ -1,3 +1,3 @@
module Ransack
- VERSION = '2.4.2'
+ VERSION = '2.5.0'
end
0 commit comments