From 2ce413ccf6474c7a6685558fc6e4ea8905642caa Mon Sep 17 00:00:00 2001 From: Naomi Dushay Date: Mon, 26 Aug 2019 08:56:09 -0700 Subject: [PATCH] use sassc <2.0 because 2.1 requires GLIBC 2.14 on deploy --- Gemfile | 1 + Gemfile.lock | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 18b2a74e..e776d7d1 100644 --- a/Gemfile +++ b/Gemfile @@ -17,6 +17,7 @@ gem 'resque', '~> 2.0' # needs to match redis on VM gem 'resque-lock' gem 'resque-pool' gem 'roo' # for processing spreadsheets +gem 'sassc', '~> 2.0.1' # Pinning to 2.0 because 2.1 requires GLIBC 2.14 on deploy gem 'simple_form' # rails form that handles errors internally and easily integrated w/ Bootstrap gem 'turbolinks' # improves speed of following links in web application gem 'uglifier' # compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index bb76fd9f..d1f0e42a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -450,8 +450,9 @@ GEM nokogiri rest-client rubyzip (1.2.3) - sassc (2.1.0) + sassc (2.0.1) ffi (~> 1.9) + rake sassc-rails (2.1.2) railties (>= 4.0.0) sassc (>= 2.0) @@ -564,6 +565,7 @@ DEPENDENCIES rubocop (~> 0.60.0) rubocop-rspec ruby-prof + sassc (~> 2.0.1) shoulda-matchers (~> 4.0.0.rc1) simple_form sqlite3 (~> 1.3.13)