Skip to content

Commit eba020b

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 a8b4020 commit eba020b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ GEM
192192
puma (5.6.4)
193193
nio4r (~> 2.0)
194194
racc (1.6.0)
195-
rack (2.2.3.1)
195+
rack (2.2.4)
196196
rack-openid (1.3.1)
197197
rack (>= 1.1.0)
198198
ruby-openid (>= 2.1.8)
@@ -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.11)

0 commit comments

Comments
 (0)