From d0bb5caa4b50fdbcaea3350b07a7fa0ee73b7312 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Sun, 18 Jul 2021 00:47:35 -0700 Subject: [PATCH] downgrade sprockets back to 3.7.2 because 4.0 is still as buggy as it was last year --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 963ba307..1e4dc89b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'rails' gem 'puma', '~> 5.3' gem 'puma-heroku' # gem 'bootsnap', require: false -gem 'sprockets', '~> 4.0.2' +gem 'sprockets', '~> 3.7.2' # Storage gem 'aws-sdk', '~> 3.0' diff --git a/Gemfile.lock b/Gemfile.lock index f9696fae..018e77ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1484,7 +1484,7 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.2) slack-notifier (2.4.0) - sprockets (4.0.2) + sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-es6 (0.9.2) @@ -1602,7 +1602,7 @@ DEPENDENCIES serendipitous! sidekiq slack-notifier - sprockets (~> 4.0.2) + sprockets (~> 3.7.2) sqlite3 stackprof stripe