Skip to content

Commit

Permalink
Bump cssbundling-rails from 1.2.0 to 1.3.2
Browse files Browse the repository at this point in the history
Bumps [cssbundling-rails](https://github.com/rails/cssbundling-rails) from 1.2.0 to 1.3.2.
- [Release notes](https://github.com/rails/cssbundling-rails/releases)
- [Commits](rails/cssbundling-rails@v1.2.0...v1.3.2)

---
updated-dependencies:
- dependency-name: cssbundling-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 704c264 commit 54fb2b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'mysql2', '~> 0.5.5'
gem 'puma', '~> 6.3.1'

# Use dart-sass for stylesheets
gem 'cssbundling-rails', '~> 1.2.0'
gem 'cssbundling-rails', '~> 1.3.2'

# Use jsbundling to bundle javascript in app/javascript with webpack
gem 'jsbundling-rails', '~> 1.1.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GEM
crass (1.0.6)
css_parser (1.12.0)
addressable
cssbundling-rails (1.2.0)
cssbundling-rails (1.3.2)
railties (>= 6.0.0)
daemons (1.4.1)
dalli (3.2.5)
Expand Down Expand Up @@ -538,7 +538,7 @@ DEPENDENCIES
capistrano3-delayed-job (~> 1.7.6)
capybara (~> 3.39.2)
counter_culture (~> 3.5)
cssbundling-rails (~> 1.2.0)
cssbundling-rails (~> 1.3.2)
dalli (~> 3.2.5)
ddtrace (~> 1.14.0)
delayed_job_active_record (~> 4.1.7)
Expand Down

0 comments on commit 54fb2b4

Please sign in to comment.