File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ gem "sqlite3"
99gem "puma"
1010
1111gem "sprockets-rails"
12- gem "cssbundling-rails"
12+ gem "cssbundling-rails" , "1.4.2" # TODO: relax this dependency when rails/cssbundling-rails#169 will be fixed
1313gem "importmap-rails"
1414
1515gem "activeadmin" , "4.0.0.beta18" # github: "activeadmin/activeadmin", branch: "master"
Original file line number Diff line number Diff line change 104104 concurrent-ruby (1.3.5 )
105105 connection_pool (2.5.4 )
106106 crass (1.0.6 )
107- cssbundling-rails (1.4.3 )
107+ cssbundling-rails (1.4.2 )
108108 railties (>= 6.0.0 )
109109 csv (3.3.5 )
110110 date (3.5.0 )
141141 railties (>= 7.0 )
142142 responders (>= 2 )
143143 io-console (0.8.1 )
144- irb (1.15.2 )
144+ irb (1.15.3 )
145145 pp (>= 0.6.0 )
146146 rdoc (>= 4.0.0 )
147147 reline (>= 0.4.2 )
@@ -312,7 +312,7 @@ PLATFORMS
312312DEPENDENCIES
313313 activeadmin (= 4.0.0.beta18 )
314314 capybara
315- cssbundling-rails
315+ cssbundling-rails ( = 1.4.2 )
316316 debug
317317 devise
318318 importmap-rails
You can’t perform that action at this time.
0 commit comments