Skip to content

Commit c7fe9f8

Browse files
Bump sprockets from 3.7.2 to 4.1.1
Bumps [sprockets](https://github.com/rails/sprockets) from 3.7.2 to 4.1.1. - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md) - [Commits](rails/sprockets@v3.7.2...v4.1.1) --- updated-dependencies: - dependency-name: sprockets dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a4ea11 commit c7fe9f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ group :dependencies do
4343
gem 'bootstrap-sass'
4444
gem 'sassc-rails'
4545
gem 'jquery-rails'
46-
gem 'sprockets', '3.7.2'
46+
gem 'sprockets', '4.1.1'
4747
gem 'sprockets-rails'
4848
gem 'sass', require: 'sass'
4949
gem 'autoprefixer-rails', '~> 10.4.7'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ GEM
314314
spring-watcher-listen (2.0.1)
315315
listen (>= 2.7, < 4.0)
316316
spring (>= 1.2, < 3.0)
317-
sprockets (3.7.2)
317+
sprockets (4.1.1)
318318
concurrent-ruby (~> 1.0)
319319
rack (> 1, < 3)
320320
sprockets-rails (3.2.2)
@@ -407,7 +407,7 @@ DEPENDENCIES
407407
skylight (~> 5.3.2)
408408
spring
409409
spring-watcher-listen (~> 2.0.0)
410-
sprockets (= 3.7.2)
410+
sprockets (= 4.1.1)
411411
sprockets-rails
412412
sqlite3
413413
terser (~> 1.1.10)

0 commit comments

Comments
 (0)