Skip to content

Commit

Permalink
Bump sprockets-rails from 3.5.1 to 3.5.2
Browse files Browse the repository at this point in the history
Bumps [sprockets-rails](https://github.com/rails/sprockets-rails) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/rails/sprockets-rails/releases)
- [Commits](rails/sprockets-rails@v3.5.1...v3.5.2)

---
updated-dependencies:
- dependency-name: sprockets-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 006f33b commit 87833b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'jsbundling-rails', '~> 1.3.0'

# Load sprockets ourselves because rails 7 no longer autoloads this
# This is still used for all javascript in app/assets/javascripts
gem 'sprockets-rails', '~> 3.5.1'
gem 'sprockets-rails', '~> 3.5.2'

# Use Terser as compressor for JavaScript assets
# gem 'terser', '>= 1.1.1'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ GEM
ed25519 (1.3.0)
email_validator (2.2.4)
activemodel
erubi (1.12.0)
erubi (1.13.0)
exception_notification (4.5.0)
actionmailer (>= 5.2, < 8)
activesupport (>= 5.2, < 8)
Expand Down Expand Up @@ -376,7 +376,7 @@ GEM
nio4r (~> 2.0)
pundit (2.3.2)
activesupport (>= 3.0.0)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rack-mini-profiler (3.3.1)
rack (>= 1.2.0)
Expand Down Expand Up @@ -511,7 +511,7 @@ GEM
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.1)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
Expand Down Expand Up @@ -640,7 +640,7 @@ DEPENDENCIES
simplecov (~> 0.22.0)
simplecov-cobertura (~> 2.1.0)
slack-notifier (~> 2.4.0)
sprockets-rails (~> 3.5.1)
sprockets-rails (~> 3.5.2)
stackprof (~> 0.2.26)
test-prof (~> 1.3.3)
tzinfo-data
Expand Down

0 comments on commit 87833b0

Please sign in to comment.