From 6a7d582ecbe6697b08d4b2269f4f256da2d90211 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 12 Mar 2021 12:51:03 -0500 Subject: Fixed asset precompilation stuff --- Gemfile | 1 + Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 39251a1..8293136 100644 --- a/Gemfile +++ b/Gemfile @@ -74,3 +74,4 @@ gem 'jquery-ui-rails' gem 'js-routes' gem 'audited', '~> 4.7' gem 'enumerize' +gem 'sprockets', '3.7.2' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index a2b75e6..ac16188 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,7 +233,7 @@ GEM spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) - sprockets (4.0.2) + sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.2) @@ -308,6 +308,7 @@ DEPENDENCIES selenium-webdriver spring spring-watcher-listen (~> 2.0.0) + sprockets (= 3.7.2) sqlite3 therubyracer turbolinks (~> 5) -- cgit 1.4.1