8000 Get ready for 2.3.1 release (#5856) · activeadmin/activeadmin@a496b8c · GitHub
[go: up one dir, main page]

S 8000 kip to content

Commit a496b8c

Browse files
Get ready for 2.3.1 release (#5856)
1 parent aed4e5a commit a496b8c

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.3.1 [](https://github.com/activeadmin/activeadmin/compare/v2.3.0..v2.3.1)
6+
57
### Bug Fixes
68

79
* Revert ransack version pinning because 2.3 has an outstanding bug that affects quite a lot of users. See [this ransack issue](https://github.com/activerecord-hackery/ransack/issues/1039) for more information. [#5854] by [@deivid-rodriguez]

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
activeadmin (2.3.0)
4+
activeadmin (2.3.1)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_50.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin (2.3.0)
4+
activeadmin (2.3.1)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_51.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin (2.3.0)
4+
activeadmin (2.3.1)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_52.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin (2.3.0)
4+
activeadmin (2.3.1)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_60_turbolinks.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin (2.3.0)
4+
activeadmin (2.3.1)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

lib/active_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdmin
2-
VERSION = '2.3.0'
2+
VERSION = '2.3.1'
33
end

0 commit comments

Comments
 (0)
0