Skip to content

Commit 5b62650

Browse files
authored
Attempt to fix deploy (#913)
Downgrade cssbundling-rails to 1.4.2 because of issue rails/cssbundling-rails#169
1 parent d93f99d commit 5b62650

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem "sqlite3"
99
gem "puma"
1010

1111
gem "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
1313
gem "importmap-rails"
1414

1515
gem "activeadmin", "4.0.0.beta18" # github: "activeadmin/activeadmin", branch: "master"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ GEM
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)
@@ -141,7 +141,7 @@ GEM
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
312312
DEPENDENCIES
313313
activeadmin (= 4.0.0.beta18)
314314
capybara
315-
cssbundling-rails
315+
cssbundling-rails (= 1.4.2)
316316
debug
317317
devise
318318
importmap-rails

0 commit comments

Comments
 (0)