Skip to content

Commit

Permalink
build(deps): bump cssbundling-rails from 1.2.0 to 1.3.0
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.0.
- [Release notes](https://github.com/rails/cssbundling-rails/releases)
- [Commits](rails/cssbundling-rails@v1.2.0...v1.3.0)

---
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 13, 2023
1 parent 78e9241 commit 9469d77
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 "puma", "~> 6.3"
gem "sass-rails", ">= 6"
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
gem "jsbundling-rails"
gem "cssbundling-rails", "~> 1.2"
gem "cssbundling-rails", "~> 1.3"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem "jbuilder", "~> 2.11"
# Use Redis adapter to run Action Cable in production
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ GEM
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crass (1.0.6)
cssbundling-rails (1.2.0)
cssbundling-rails (1.3.0)
railties (>= 6.0.0)
database_cleaner-active_record (2.1.0)
activerecord (>= 5.a)
Expand Down Expand Up @@ -484,7 +484,7 @@ DEPENDENCIES
bootsnap (>= 1.4.4)
byebug
cocoon (~> 1.2)
cssbundling-rails (~> 1.2)
cssbundling-rails (~> 1.3)
data_migrate!
database_cleaner-active_record (~> 2.1)
delayed_job_active_record (~> 4.1)
Expand Down

0 comments on commit 9469d77

Please sign in to comment.