Skip to content

Commit

Permalink
Bump sprockets-rails from 3.4.2 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.4.2 to 3.5.2.
- [Release notes](https://github.com/rails/sprockets-rails/releases)
- [Commits](rails/sprockets-rails@v3.4.2...v3.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and imustafin committed Nov 23, 2024
1 parent 60a1055 commit ece07b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ gem 'meta-tags', '~> 2.21'

gem 'view_component', '~> 3.12'

gem 'sprockets-rails', '~> 3.4', '>= 3.4.2'
gem 'sprockets-rails', '~> 3.5'

gem 'platform-api', '~> 3.6', require: false

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,12 @@ GEM
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sprockets (4.0.2)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
Expand Down Expand Up @@ -332,7 +332,7 @@ DEPENDENCIES
sentry-ruby (~> 5.17)
sentry-sidekiq (~> 5.21)
sidekiq (~> 7.3)
sprockets-rails (~> 3.4, >= 3.4.2)
sprockets-rails (~> 3.5)
stimulus-rails (~> 1.3)
tailwindcss-rails (~> 2.6)
test-prof (~> 1.4)
Expand Down

0 comments on commit ece07b7

Please sign in to comment.