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 51c588d commit 78bcdfbCopy full SHA for 78bcdfb
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (unreleased)
4
5
+## 1.4.0 [☰](https://github.com/activeadmin/arbre/compare/v1.3.0...v1.4.0)
6
+
7
* Allow activesupport 6.1 prereleases. [#242][] by [@deivid-rodriguez][]
8
9
## 1.3.0 [☰](https://github.com/activeadmin/arbre/compare/v1.2.1...v1.3.0)
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- arbre (1.3.0)
+ arbre (1.4.0)
activesupport (>= 3.0.0, < 6.2)
ruby2_keywords (>= 0.0.2, < 1.0)
lib/arbre/version.rb
@@ -1,3 +1,3 @@
module Arbre
- VERSION = "1.3.0"
+ VERSION = "1.4.0"
end
0 commit comments