Skip to content

Commit b1a9e83

Browse files
Bump activeadmin from 2.9.0 to 3.2.0
Bumps [activeadmin](https://github.com/activeadmin/activeadmin) from 2.9.0 to 3.2.0. - [Release notes](https://github.com/activeadmin/activeadmin/releases) - [Changelog](https://github.com/activeadmin/activeadmin/blob/master/CHANGELOG.md) - [Commits](activeadmin/activeadmin@v2.9.0...v3.2.0) --- updated-dependencies: - dependency-name: activeadmin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c430a5e commit b1a9e83

File tree

1 file changed

+99
-94
lines changed

1 file changed

+99
-94
lines changed

Gemfile.lock

Lines changed: 99 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,80 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.0.6.1)
5-
actionpack (= 6.0.6.1)
4+
actioncable (6.1.7.6)
5+
actionpack (= 6.1.7.6)
6+
activesupport (= 6.1.7.6)
67
nio4r (~> 2.0)
78
websocket-driver (>= 0.6.1)
8-
actionmailbox (6.0.6.1)
9-
actionpack (= 6.0.6.1)
10-
activejob (= 6.0.6.1)
11-
activerecord (= 6.0.6.1)
12-
activestorage (= 6.0.6.1)
13-
activesupport (= 6.0.6.1)
9+
actionmailbox (6.1.7.6)
10+
actionpack (= 6.1.7.6)
11+
activejob (= 6.1.7.6)
12+
activerecord (= 6.1.7.6)
13+
activestorage (= 6.1.7.6)
14+
activesupport (= 6.1.7.6)
1415
mail (>= 2.7.1)
15-
actionmailer (6.0.6.1)
16-
actionpack (= 6.0.6.1)
17-
actionview (= 6.0.6.1)
18-
activejob (= 6.0.6.1)
16+
actionmailer (6.1.7.6)
17+
actionpack (= 6.1.7.6)
18+
actionview (= 6.1.7.6)
19+
activejob (= 6.1.7.6)
20+
activesupport (= 6.1.7.6)
1921
mail (~> 2.5, >= 2.5.4)
2022
rails-dom-testing (~> 2.0)
21-
actionpack (6.0.6.1)
22-
actionview (= 6.0.6.1)
23-
activesupport (= 6.0.6.1)
24-
rack (~> 2.0, >= 2.0.8)
23+
actionpack (6.1.7.6)
24+
actionview (= 6.1.7.6)
25+
activesupport (= 6.1.7.6)
26+
rack (~> 2.0, >= 2.0.9)
2527
rack-test (>= 0.6.3)
2628
rails-dom-testing (~> 2.0)
2729
rails-html-sanitizer (~> 1.0, >= 1.2.0)
28-
actiontext (6.0.6.1)
29-
actionpack (= 6.0.6.1)
30-
activerecord (= 6.0.6.1)
31-
activestorage (= 6.0.6.1)
32-
activesupport (= 6.0.6.1)
30+
actiontext (6.1.7.6)
31+
actionpack (= 6.1.7.6)
32+
activerecord (= 6.1.7.6)
33+
activestorage (= 6.1.7.6)
34+
activesupport (= 6.1.7.6)
3335
nokogiri (>= 1.8.5)
34-
actionview (6.0.6.1)
35-
activesupport (= 6.0.6.1)
36+
actionview (6.1.7.6)
37+
activesupport (= 6.1.7.6)
3638
builder (~> 3.1)
3739
erubi (~> 1.4)
3840
rails-dom-testing (~> 2.0)
3941
rails-html-sanitizer (~> 1.1, >= 1.2.0)
4042
active_record_query_trace (1.8)
41-
activeadmin (2.9.0)
43+
activeadmin (3.2.0)
4244
arbre (~> 1.2, >= 1.2.1)
43-
formtastic (>= 3.1, < 5.0)
44-
formtastic_i18n (~> 0.4)
45+
formtastic (>= 3.1)
46+
formtastic_i18n (>= 0.4)
4547
inherited_resources (~> 1.7)
46-
jquery-rails (~> 4.2)
47-
kaminari (~> 1.0, >= 1.2.1)
48-
railties (>= 5.2, < 6.2)
49-
ransack (~> 2.1, >= 2.1.1)
50-
activejob (6.0.6.1)
51-
activesupport (= 6.0.6.1)
48+
jquery-rails (>= 4.2)
49+
kaminari (>= 1.2.1)
50+
railties (>= 6.1)
51+
ransack (>= 4.0)
52+
activejob (6.1.7.6)
53+
activesupport (= 6.1.7.6)
5254
globalid (>= 0.3.6)
53-
activemodel (6.0.6.1)
54-
activesupport (= 6.0.6.1)
55-
activerecord (6.0.6.1)
56-
activemodel (= 6.0.6.1)
57-
activesupport (= 6.0.6.1)
58-
activestorage (6.0.6.1)
59-
actionpack (= 6.0.6.1)
60-
activejob (= 6.0.6.1)
61-
activerecord (= 6.0.6.1)
55+
activemodel (6.1.7.6)
56+
activesupport (= 6.1.7.6)
57+
activerecord (6.1.7.6)
58+
activemodel (= 6.1.7.6)
59+
activesupport (= 6.1.7.6)
60+
activestorage (6.1.7.6)
61+
actionpack (= 6.1.7.6)
62+
activejob (= 6.1.7.6)
63+
activerecord (= 6.1.7.6)
64+
activesupport (= 6.1.7.6)
6265
marcel (~> 1.0)
63-
activesupport (6.0.6.1)
66+
mini_mime (>= 1.1.0)
67+
activesupport (6.1.7.6)
6468
concurrent-ruby (~> 1.0, >= 1.0.2)
65-
i18n (>= 0.7, < 2)
66-
minitest (~> 5.1)
67-
tzinfo (~> 1.1)
68-
zeitwerk (~> 2.2, >= 2.2.2)
69+
i18n (>= 1.6, < 2)
70+
minitest (>= 5.1)
71+
tzinfo (~> 2.0)
72+
zeitwerk (~> 2.3)
6973
addressable (2.8.4)
7074
public_suffix (>= 2.0.2, < 6.0)
71-
arbre (1.5.0)
72-
activesupport (>= 3.0.0, < 7.1)
73-
ruby2_keywords (>= 0.0.2, < 1.0)
75+
arbre (1.7.0)
76+
activesupport (>= 3.0.0)
77+
ruby2_keywords (>= 0.0.2)
7478
ast (2.4.2)
7579
autoprefixer-rails (10.4.13.0)
7680
execjs (~> 2)
@@ -244,24 +248,24 @@ GEM
244248
nokogiri (~> 1.8, >= 1.8.2)
245249
grape_on_rails_routes (0.3.2)
246250
rails (>= 3.1.1)
247-
has_scope (0.8.1)
251+
has_scope (0.8.2)
248252
actionpack (>= 5.2)
249253
activesupport (>= 5.2)
250254
hashdiff (1.0.1)
251255
hashie (5.0.0)
252256
httparty (0.21.0)
253257
mini_mime (>= 1.0.0)
254258
multi_xml (>= 0.5.2)
255-
i18n (1.13.0)
259+
i18n (1.14.1)
256260
concurrent-ruby (~> 1.0)
257261
image_processing (1.12.2)
258262
mini_magick (>= 4.9.5, < 5)
259263
ruby-vips (>= 2.0.17, < 3)
260-
inherited_resources (1.13.1)
261-
actionpack (>= 5.2, < 7.1)
262-
has_scope (~> 0.6)
263-
railties (>= 5.2, < 7.1)
264-
responders (>= 2, < 4)
264+
inherited_resources (1.14.0)
265+
actionpack (>= 6.0)
266+
has_scope (>= 0.6)
267+
railties (>= 6.0)
268+
responders (>= 2)
265269
invisible_captcha (2.1.0)
266270
rails (>= 5.2)
267271
jbuilder (2.11.5)
@@ -294,7 +298,7 @@ GEM
294298
listen (3.0.8)
295299
rb-fsevent (~> 0.9, >= 0.9.4)
296300
rb-inotify (~> 0.9, >= 0.9.7)
297-
loofah (2.21.3)
301+
loofah (2.22.0)
298302
crass (~> 1.0.2)
299303
nokogiri (>= 1.12.0)
300304
macaddr (1.7.2)
@@ -315,7 +319,7 @@ GEM
315319
mini_mime (1.1.2)
316320
mini_racer (0.6.3)
317321
libv8-node (~> 16.10.0.0)
318-
minitest (5.18.0)
322+
minitest (5.20.0)
319323
multi_json (1.15.0)
320324
multi_xml (0.6.0)
321325
multipart-post (2.3.0)
@@ -333,7 +337,7 @@ GEM
333337
net-smtp (0.3.3)
334338
net-protocol
335339
nio4r (2.5.9)
336-
nokogiri (1.15.3-x86_64-linux)
340+
nokogiri (1.15.5-x86_64-linux)
337341
racc (~> 1.4)
338342
orm_adapter (0.5.0)
339343
paper_trail (13.0.0)
@@ -358,8 +362,8 @@ GEM
358362
activesupport (>= 3.0.0)
359363
pundit-matchers (1.6.0)
360364
rspec-rails (>= 3.0.0)
361-
racc (1.7.1)
362-
rack (2.2.7)
365+
racc (1.7.3)
366+
rack (2.2.8)
363367
rack-accept (0.4.5)
364368
rack (>= 0.4)
365369
rack-attack (6.6.1)
@@ -370,37 +374,39 @@ GEM
370374
rack (>= 1.2.0)
371375
rack-test (2.1.0)
372376
rack (>= 1.3)
373-
rails (6.0.6.1)
374-
actioncable (= 6.0.6.1)
375-
actionmailbox (= 6.0.6.1)
376-
actionmailer (= 6.0.6.1)
377-
actionpack (= 6.0.6.1)
378-
actiontext (= 6.0.6.1)
379-
actionview (= 6.0.6.1)
380-
activejob (= 6.0.6.1)
381-
activemodel (= 6.0.6.1)
382-
activerecord (= 6.0.6.1)
383-
activestorage (= 6.0.6.1)
384-
activesupport (= 6.0.6.1)
385-
bundler (>= 1.3.0)
386-
railties (= 6.0.6.1)
377+
rails (6.1.7.6)
378+
actioncable (= 6.1.7.6)
379+
actionmailbox (= 6.1.7.6)
380+
actionmailer (= 6.1.7.6)
381+
actionpack (= 6.1.7.6)
382+
actiontext (= 6.1.7.6)
383+
actionview (= 6.1.7.6)
384+
activejob (= 6.1.7.6)
385+
activemodel (= 6.1.7.6)
386+
activerecord (= 6.1.7.6)
387+
activestorage (= 6.1.7.6)
388+
activesupport (= 6.1.7.6)
389+
bundler (>= 1.15.0)
390+
railties (= 6.1.7.6)
387391
sprockets-rails (>= 2.0.0)
388-
rails-dom-testing (2.0.3)
389-
activesupport (>= 4.2.0)
392+
rails-dom-testing (2.2.0)
393+
activesupport (>= 5.0.0)
394+
minitest
390395
nokogiri (>= 1.6)
391-
rails-html-sanitizer (1.5.0)
392-
loofah (~> 2.19, >= 2.19.1)
393-
railties (6.0.6.1)
394-
actionpack (= 6.0.6.1)
395-
activesupport (= 6.0.6.1)
396+
rails-html-sanitizer (1.6.0)
397+
loofah (~> 2.21)
398+
nokogiri (~> 1.14)
399+
railties (6.1.7.6)
400+
actionpack (= 6.1.7.6)
401+
activesupport (= 6.1.7.6)
396402
method_source
397-
rake (>= 0.8.7)
398-
thor (>= 0.20.3, < 2.0)
403+
rake (>= 12.2)
404+
thor (~> 1.0)
399405
rainbow (3.1.1)
400-
rake (13.0.6)
401-
ransack (2.5.0)
402-
activerecord (>= 5.2.4)
403-
activesupport (>= 5.2.4)
406+
rake (13.1.0)
407+
ransack (4.1.1)
408+
activerecord (>= 6.1.5)
409+
activesupport (>= 6.1.5)
404410
i18n
405411
rb-fsevent (0.11.2)
406412
rb-inotify (0.10.1)
@@ -413,7 +419,7 @@ GEM
413419
regexp_parser (2.8.0)
414420
request_store (1.5.1)
415421
rack (>= 1.4)
416-
responders (3.1.0)
422+
responders (3.1.1)
417423
actionpack (>= 5.2)
418424
railties (>= 5.2)
419425
rexml (3.2.5)
@@ -494,11 +500,10 @@ GEM
494500
ssrf_filter (1.1.1)
495501
stackprof (0.2.25)
496502
systemu (2.6.5)
497-
thor (1.2.2)
498-
thread_safe (0.3.6)
503+
thor (1.3.0)
499504
timeout (0.4.0)
500-
tzinfo (1.2.11)
501-
thread_safe (~> 0.1)
505+
tzinfo (2.0.6)
506+
concurrent-ruby (~> 1.0)
502507
uglifier (4.2.0)
503508
execjs (>= 0.3.0, < 3)
504509
unicode-display_width (2.4.2)
@@ -525,7 +530,7 @@ GEM
525530
chronic (>= 0.6.3)
526531
xpath (3.2.0)
527532
nokogiri (~> 1.8)
528-
zeitwerk (2.6.8)
533+
zeitwerk (2.6.12)
529534

530535
PLATFORMS
531536
x86_64-linux

0 commit comments

Comments
 (0)