Skip to content

Commit e6476d8

Browse files
authored
Update version, changelog, and outdated deps (#645)
1 parent c8a3181 commit e6476d8

File tree

7 files changed

+108
-105
lines changed

7 files changed

+108
-105
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 2.1.0 [](https://github.com/activeadmin/arbre/compare/v2.0.2...v2.1.0)
44

5+
* Add support for ViewComponent. [#644][] by [@budu][]
56
* Remove support for Ruby `< 3.1`
67
* Remove support for Rails `< 7.0`
78
* Test against Rails 8.0
@@ -152,6 +153,7 @@ Initial release and extraction from Active Admin
152153
[#578]: https://github.com/activeadmin/arbre/pull/578
153154
[#617]: https://github.com/activeadmin/arbre/pull/617
154155
[#622]: https://github.com/activeadmin/arbre/pull/622
156+
[#644]: https://github.com/activeadmin/arbre/pull/644
155157

156158
[@aramvisser]: https://github.com/aramvisser
157159
[@LTe]: https://github.com/LTe
@@ -176,3 +178,4 @@ Initial release and extraction from Active Admin
176178
[@tomascco]: https://github.com/tomascco
177179
[@javierjulio]: https://github.com/javierjulio
178180
[@Earlopain]: https://github.com/Earlopain
181+
[@budu]: https://github.com/budu

Gemfile.lock

+68-68
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
PATH
22
remote: .
33
specs:
4-
arbre (2.0.2)
4+
arbre (2.1.0)
55
activesupport (>= 7.0)
66

77
GEM
88
remote: http://rubygems.org/
99
specs:
10-
actioncable (8.0.0.1)
11-
actionpack (= 8.0.0.1)
12-
activesupport (= 8.0.0.1)
10+
actioncable (8.0.1)
11+
actionpack (= 8.0.1)
12+
activesupport (= 8.0.1)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
1515
zeitwerk (~> 2.6)
16-
actionmailbox (8.0.0.1)
17-
actionpack (= 8.0.0.1)
18-
activejob (= 8.0.0.1)
19-
activerecord (= 8.0.0.1)
20-
activestorage (= 8.0.0.1)
21-
activesupport (= 8.0.0.1)
16+
actionmailbox (8.0.1)
17+
actionpack (= 8.0.1)
18+
activejob (= 8.0.1)
19+
activerecord (= 8.0.1)
20+
activestorage (= 8.0.1)
21+
activesupport (= 8.0.1)
2222
mail (>= 2.8.0)
23-
actionmailer (8.0.0.1)
24-
actionpack (= 8.0.0.1)
25-
actionview (= 8.0.0.1)
26-
activejob (= 8.0.0.1)
27-
activesupport (= 8.0.0.1)
23+
actionmailer (8.0.1)
24+
actionpack (= 8.0.1)
25+
actionview (= 8.0.1)
26+
activejob (= 8.0.1)
27+
activesupport (= 8.0.1)
2828
mail (>= 2.8.0)
2929
rails-dom-testing (~> 2.2)
30-
actionpack (8.0.0.1)
31-
actionview (= 8.0.0.1)
32-
activesupport (= 8.0.0.1)
30+
actionpack (8.0.1)
31+
actionview (= 8.0.1)
32+
activesupport (= 8.0.1)
3333
nokogiri (>= 1.8.5)
3434
rack (>= 2.2.4)
3535
rack-session (>= 1.0.1)
3636
rack-test (>= 0.6.3)
3737
rails-dom-testing (~> 2.2)
3838
rails-html-sanitizer (~> 1.6)
3939
useragent (~> 0.16)
40-
actiontext (8.0.0.1)
41-
actionpack (= 8.0.0.1)
42-
activerecord (= 8.0.0.1)
43-
activestorage (= 8.0.0.1)
44-
activesupport (= 8.0.0.1)
40+
actiontext (8.0.1)
41+
actionpack (= 8.0.1)
42+
activerecord (= 8.0.1)
43+
activestorage (= 8.0.1)
44+
activesupport (= 8.0.1)
4545
globalid (>= 0.6.0)
4646
nokogiri (>= 1.8.5)
47-
actionview (8.0.0.1)
48-
activesupport (= 8.0.0.1)
47+
actionview (8.0.1)
48+
activesupport (= 8.0.1)
4949
builder (~> 3.1)
5050
erubi (~> 1.11)
5151
rails-dom-testing (~> 2.2)
5252
rails-html-sanitizer (~> 1.6)
53-
activejob (8.0.0.1)
54-
activesupport (= 8.0.0.1)
53+
activejob (8.0.1)
54+
activesupport (= 8.0.1)
5555
globalid (>= 0.3.6)
56-
activemodel (8.0.0.1)
57-
activesupport (= 8.0.0.1)
58-
activerecord (8.0.0.1)
59-
activemodel (= 8.0.0.1)
60-
activesupport (= 8.0.0.1)
56+
activemodel (8.0.1)
57+
activesupport (= 8.0.1)
58+
activerecord (8.0.1)
59+
activemodel (= 8.0.1)
60+
activesupport (= 8.0.1)
6161
timeout (>= 0.4.0)
62-
activestorage (8.0.0.1)
63-
actionpack (= 8.0.0.1)
64-
activejob (= 8.0.0.1)
65-
activerecord (= 8.0.0.1)
66-
activesupport (= 8.0.0.1)
62+
activestorage (8.0.1)
63+
actionpack (= 8.0.1)
64+
activejob (= 8.0.1)
65+
activerecord (= 8.0.1)
66+
activesupport (= 8.0.1)
6767
marcel (~> 1.0)
68-
activesupport (8.0.0.1)
68+
activesupport (8.0.1)
6969
base64
7070
benchmark (>= 0.3)
7171
bigdecimal
@@ -112,12 +112,12 @@ GEM
112112
i18n (1.14.6)
113113
concurrent-ruby (~> 1.0)
114114
io-console (0.8.0)
115-
irb (1.14.1)
115+
irb (1.14.2)
116116
rdoc (>= 4.0.0)
117117
reline (>= 0.4.2)
118118
json (2.9.0)
119119
language_server-protocol (3.17.0.3)
120-
logger (1.6.2)
120+
logger (1.6.3)
121121
loofah (2.23.1)
122122
crass (~> 1.0.2)
123123
nokogiri (>= 1.12.0)
@@ -142,16 +142,16 @@ GEM
142142
net-smtp (0.5.0)
143143
net-protocol
144144
nio4r (2.7.4)
145-
nokogiri (1.17.1)
145+
nokogiri (1.17.2)
146146
mini_portile2 (~> 2.8.2)
147147
racc (~> 1.4)
148-
nokogiri (1.17.1-aarch64-linux)
148+
nokogiri (1.17.2-aarch64-linux)
149149
racc (~> 1.4)
150-
nokogiri (1.17.1-arm64-darwin)
150+
nokogiri (1.17.2-arm64-darwin)
151151
racc (~> 1.4)
152-
nokogiri (1.17.1-x86_64-darwin)
152+
nokogiri (1.17.2-x86_64-darwin)
153153
racc (~> 1.4)
154-
nokogiri (1.17.1-x86_64-linux)
154+
nokogiri (1.17.2-x86_64-linux)
155155
racc (~> 1.4)
156156
parallel (1.26.3)
157157
parser (3.3.6.0)
@@ -172,43 +172,43 @@ GEM
172172
rack (>= 1.3)
173173
rackup (2.2.1)
174174
rack (>= 3)
175-
rails (8.0.0.1)
176-
actioncable (= 8.0.0.1)
177-
actionmailbox (= 8.0.0.1)
178-
actionmailer (= 8.0.0.1)
179-
actionpack (= 8.0.0.1)
180-
actiontext (= 8.0.0.1)
181-
actionview (= 8.0.0.1)
182-
activejob (= 8.0.0.1)
183-
activemodel (= 8.0.0.1)
184-
activerecord (= 8.0.0.1)
185-
activestorage (= 8.0.0.1)
186-
activesupport (= 8.0.0.1)
175+
rails (8.0.1)
176+
actioncable (= 8.0.1)
177+
actionmailbox (= 8.0.1)
178+
actionmailer (= 8.0.1)
179+
actionpack (= 8.0.1)
180+
actiontext (= 8.0.1)
181+
actionview (= 8.0.1)
182+
activejob (= 8.0.1)
183+
activemodel (= 8.0.1)
184+
activerecord (= 8.0.1)
185+
activestorage (= 8.0.1)
186+
activesupport (= 8.0.1)
187187
bundler (>= 1.15.0)
188-
railties (= 8.0.0.1)
188+
railties (= 8.0.1)
189189
rails-dom-testing (2.2.0)
190190
activesupport (>= 5.0.0)
191191
minitest
192192
nokogiri (>= 1.6)
193-
rails-html-sanitizer (1.6.1)
193+
rails-html-sanitizer (1.6.2)
194194
loofah (~> 2.21)
195195
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
196-
railties (8.0.0.1)
197-
actionpack (= 8.0.0.1)
198-
activesupport (= 8.0.0.1)
196+
railties (8.0.1)
197+
actionpack (= 8.0.1)
198+
activesupport (= 8.0.1)
199199
irb (~> 1.13)
200200
rackup (>= 1.0.0)
201201
rake (>= 12.2)
202202
thor (~> 1.0, >= 1.2.2)
203203
zeitwerk (~> 2.6)
204204
rainbow (3.1.1)
205205
rake (13.2.1)
206-
rdoc (6.8.1)
206+
rdoc (6.9.0)
207207
psych (>= 4.0.0)
208208
regexp_parser (2.9.3)
209209
reline (0.5.12)
210210
io-console (~> 0.5)
211-
rexml (3.3.9)
211+
rexml (3.4.0)
212212
rspec (3.13.0)
213213
rspec-core (~> 3.13.0)
214214
rspec-expectations (~> 3.13.0)
@@ -230,7 +230,7 @@ GEM
230230
rspec-mocks (~> 3.13)
231231
rspec-support (~> 3.13)
232232
rspec-support (3.13.2)
233-
rubocop (1.69.1)
233+
rubocop (1.69.2)
234234
json (~> 2.3)
235235
language_server-protocol (>= 3.17.0)
236236
parallel (~> 1.10)
@@ -240,7 +240,7 @@ GEM
240240
rubocop-ast (>= 1.36.2, < 2.0)
241241
ruby-progressbar (~> 1.7)
242242
unicode-display_width (>= 2.4.0, < 4.0)
243-
rubocop-ast (1.36.2)
243+
rubocop-ast (1.37.0)
244244
parser (>= 3.3.1.0)
245245
rubocop-capybara (2.21.0)
246246
rubocop (~> 1.41)
@@ -249,7 +249,7 @@ GEM
249249
rubocop-performance (1.23.0)
250250
rubocop (>= 1.48.1, < 2.0)
251251
rubocop-ast (>= 1.31.1, < 2.0)
252-
rubocop-rspec (3.2.0)
252+
rubocop-rspec (3.3.0)
253253
rubocop (~> 1.61)
254254
ruby-progressbar (1.13.0)
255255
securerandom (0.4.0)
@@ -304,4 +304,4 @@ DEPENDENCIES
304304
simplecov-cobertura
305305

306306
BUNDLED WITH
307-
2.5.22
307+
2.5.23

gemfiles/rails_70/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :test do
1111
end
1212

1313
group :rails do
14-
gem 'rails', '~> 7.0.8'
14+
gem 'rails', '~> 7.0.0'
1515
gem 'rspec-rails'
1616
gem 'combustion'
1717
gem 'capybara'

gemfiles/rails_70/Gemfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
arbre (2.0.2)
4+
arbre (2.1.0)
55
activesupport (>= 7.0)
66

77
GEM
@@ -123,16 +123,16 @@ GEM
123123
net-smtp (0.5.0)
124124
net-protocol
125125
nio4r (2.7.4)
126-
nokogiri (1.17.1)
126+
nokogiri (1.17.2)
127127
mini_portile2 (~> 2.8.2)
128128
racc (~> 1.4)
129-
nokogiri (1.17.1-aarch64-linux)
129+
nokogiri (1.17.2-aarch64-linux)
130130
racc (~> 1.4)
131-
nokogiri (1.17.1-arm64-darwin)
131+
nokogiri (1.17.2-arm64-darwin)
132132
racc (~> 1.4)
133-
nokogiri (1.17.1-x86_64-darwin)
133+
nokogiri (1.17.2-x86_64-darwin)
134134
racc (~> 1.4)
135-
nokogiri (1.17.1-x86_64-linux)
135+
nokogiri (1.17.2-x86_64-linux)
136136
racc (~> 1.4)
137137
pry (0.15.0)
138138
coderay (~> 1.1)
@@ -160,7 +160,7 @@ GEM
160160
activesupport (>= 5.0.0)
161161
minitest
162162
nokogiri (>= 1.6)
163-
rails-html-sanitizer (1.6.1)
163+
rails-html-sanitizer (1.6.2)
164164
loofah (~> 2.21)
165165
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
166166
railties (7.0.8.7)
@@ -172,7 +172,7 @@ GEM
172172
zeitwerk (~> 2.5)
173173
rake (13.2.1)
174174
regexp_parser (2.9.3)
175-
rexml (3.3.9)
175+
rexml (3.4.0)
176176
rspec (3.13.0)
177177
rspec-core (~> 3.13.0)
178178
rspec-expectations (~> 3.13.0)
@@ -226,7 +226,7 @@ DEPENDENCIES
226226
capybara
227227
combustion
228228
pry
229-
rails (~> 7.0.8)
229+
rails (~> 7.0.0)
230230
rake
231231
rspec
232232
rspec-rails
@@ -235,4 +235,4 @@ DEPENDENCIES
235235
zeitwerk (~> 2.6.18)
236236

237237
BUNDLED WITH
238-
2.5.22
238+
2.5.23

0 commit comments

Comments
 (0)