File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gem "sprockets-rails"
1212gem "cssbundling-rails" , "1.4.2" # TODO: relax this dependency when rails/cssbundling-rails#169 will be fixed
1313gem "importmap-rails"
1414
15- gem "activeadmin" , "4.0.0.beta20" # github: "activeadmin/activeadmin", branch: "master "
15+ gem "activeadmin" , github : "activeadmin/activeadmin" , branch : "select-children-bg-color-fix "
1616gem "devise" , "~> 4.9" # TODO: relax this dependency when formtastic/formtastic#1401 will be fixed
1717
1818# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Original file line number Diff line number Diff line change 1+ GIT
2+ remote: https://github.com/activeadmin/activeadmin.git
3+ revision: 0bf4cdbe61e7a04b5247db3085abb73545984d32
4+ branch: select-children-bg-color-fix
5+ specs:
6+ activeadmin (4.0.0.beta20 )
7+ arbre (~> 2.0 )
8+ csv
9+ formtastic (>= 5.0 )
10+ formtastic_i18n (>= 0.7 )
11+ inherited_resources (~> 2.0 )
12+ kaminari (>= 1.2.1 )
13+ railties (>= 7.2 )
14+ ransack (>= 4.0 )
15+
116GEM
217 remote: https://rubygems.org/
318 specs:
4762 erubi (~> 1.11 )
4863 rails-dom-testing (~> 2.2 )
4964 rails-html-sanitizer (~> 1.6 )
50- activeadmin (4.0.0.beta20 )
51- arbre (~> 2.0 )
52- csv
53- formtastic (>= 5.0 )
54- formtastic_i18n (>= 0.7 )
55- inherited_resources (~> 2.0 )
56- kaminari (>= 1.2.1 )
57- railties (>= 7.2 )
58- ransack (>= 4.0 )
5965 activejob (8.1.2 )
6066 activesupport (= 8.1.2 )
6167 globalid (>= 0.3.6 )
@@ -319,7 +325,7 @@ PLATFORMS
319325 x86_64-linux
320326
321327DEPENDENCIES
322- activeadmin ( = 4.0.0.beta20 )
328+ activeadmin !
323329 capybara
324330 cssbundling-rails (= 1.4.2 )
325331 debug
You can’t perform that action at this time.
0 commit comments