diff --git a/Gemfile b/Gemfile index 95e2a1fab..a2801f664 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ group :dependencies do gem 'bootstrap-sass' gem 'sassc-rails' gem 'jquery-rails' - gem 'sprockets', '3.7.2' + gem 'sprockets', '4.1.1' gem 'sprockets-rails' gem 'sass', require: 'sass' gem 'autoprefixer-rails', '~> 10.4.7' diff --git a/Gemfile.lock b/Gemfile.lock index 1f196948f..afe4b2e8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -315,7 +315,7 @@ GEM spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) - sprockets (3.7.2) + sprockets (4.1.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.2) @@ -408,7 +408,7 @@ DEPENDENCIES skylight (~> 5.3.3) spring spring-watcher-listen (~> 2.0.0) - sprockets (= 3.7.2) + sprockets (= 4.1.1) sprockets-rails sqlite3 terser (~> 1.1.12)