File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Master (unreleased)
4
4
5
- * Allow Active Support 7.1. [ #537 ] [ ] by [ @tomascco ] [ ]
5
+ ## 1.7.0 [ ☰] ( https://github.com/activeadmin/arbre/compare/v1.6.0...v1.7.0 )
6
+
7
+ * Remove upper bound dependency limits from gemspec. [ #539 ] [ ] by [ @javierjulio ] [ ]
8
+ * Allow ActiveSupport 7.1. [ #537 ] [ ] by [ @tomascco ] [ ]
6
9
7
10
## 1.6.0 [ ☰] ( https://github.com/activeadmin/arbre/compare/v1.5.0...v1.6.0 )
8
11
@@ -123,6 +126,7 @@ Initial release and extraction from Active Admin
123
126
[ #451 ] : https://github.com/activeadmin/arbre/pull/451
124
127
[ #456 ] : https://github.com/activeadmin/arbre/pull/456
125
128
[ #537 ] : https://github.com/activeadmin/arbre/pull/537
129
+ [ #539 ] : https://github.com/activeadmin/arbre/pull/539
126
130
127
131
[ @aramvisser ] : https://github.com/aramvisser
128
132
[ @LTe ] : https://github.com/LTe
@@ -145,3 +149,4 @@ Initial release and extraction from Active Admin
145
149
[ @Ikariusrb ] : https://github.com/Ikariusrb
146
150
[ @ngan ] : https://github.com/ngan
147
151
[ @tomascco ] : https://github.com/tomascco
152
+ [ @javierjulio ] : https://github.com/javierjulio
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- arbre (1.6 .0 )
4
+ arbre (1.7 .0 )
5
5
activesupport (>= 3.0.0 )
6
6
ruby2_keywords (>= 0.0.2 )
7
7
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../..
3
3
specs:
4
- arbre (1.6 .0 )
4
+ arbre (1.7 .0 )
5
5
activesupport (>= 3.0.0 )
6
6
ruby2_keywords (>= 0.0.2 )
7
7
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../..
3
3
specs:
4
- arbre (1.6 .0 )
4
+ arbre (1.7 .0 )
5
5
activesupport (>= 3.0.0 )
6
6
ruby2_keywords (>= 0.0.2 )
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module Arbre
3
- VERSION = "1.6 .0"
3
+ VERSION = "1.7 .0"
4
4
end
You can’t perform that action at this time.
0 commit comments