From deb01bef12bd36b879d4c4732ff22afdb50bf8c1 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Fri, 25 Oct 2019 23:28:30 -0700 Subject: [PATCH] Lock sprockets version to avoid config change --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 2eb0500c..8d461006 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,8 @@ source 'https://rubygems.org' ruby '2.6.0' gem 'rails', '5.2.2' +# TODO Upgrade sprockets +gem 'sprockets', '~> 3.7' gem 'sass-rails' #, '~> 4.0.3' gem 'uglifier' #, '>= 1.3.0' gem 'coffee-rails' #, '~> 4.0.0'