Merge pull request #44581 from yahonda/jsbundling_rails_102

Bump jsbindling-rails and cssbundling-rails
This commit is contained in:
Ryuta Kamizono 2022-03-01 16:42:00 +09:00 committed by GitHub
commit 53fd8bddf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -188,7 +188,7 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
cssbundling-rails (1.0.0)
cssbundling-rails (1.1.0)
railties (>= 6.0.0)
curses (1.4.3)
daemons (1.4.1)
@ -309,7 +309,7 @@ GEM
irb (1.4.1)
reline (>= 0.3.0)
jmespath (1.4.0)
jsbundling-rails (1.0.0)
jsbundling-rails (1.0.2)
railties (>= 6.0.0)
json (2.6.1)
jwt (2.3.0)

View File

@ -774,8 +774,6 @@ class AppGeneratorTest < Rails::Generators::TestCase
end
def test_css_option_with_cssbundling_gem
skip if ENV["CI"]
run_generator [destination_root, "--css", "postcss", "--no-skip-bundle"]
assert_gem "cssbundling-rails"
assert_file "app/assets/stylesheets/application.postcss.css"