Skip to content

Commit 53fd8bd

Browse files
authored
Merge pull request rails#44581 from yahonda/jsbundling_rails_102
Bump jsbindling-rails and cssbundling-rails
2 parents 40a910c + a51e770 commit 53fd8bd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ GEM
188188
crack (0.4.5)
189189
rexml
190190
crass (1.0.6)
191-
cssbundling-rails (1.0.0)
191+
cssbundling-rails (1.1.0)
192192
railties (>= 6.0.0)
193193
curses (1.4.3)
194194
daemons (1.4.1)
@@ -309,7 +309,7 @@ GEM
309309
irb (1.4.1)
310310
reline (>= 0.3.0)
311311
jmespath (1.4.0)
312-
jsbundling-rails (1.0.0)
312+
jsbundling-rails (1.0.2)
313313
railties (>= 6.0.0)
314314
json (2.6.1)
315315
jwt (2.3.0)

railties/test/generators/app_generator_test.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,8 +774,6 @@ def test_css_option_with_asset_pipeline_tailwind
774774
end
775775

776776
def test_css_option_with_cssbundling_gem
777-
skip if ENV["CI"]
778-
779777
run_generator [destination_root, "--css", "postcss", "--no-skip-bundle"]
780778
assert_gem "cssbundling-rails"
781779
assert_file "app/assets/stylesheets/application.postcss.css"

0 commit comments

Comments
 (0)