Skip to content

Commit

Permalink
use sassc <2.0 because 2.1 requires GLIBC 2.14 on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Aug 26, 2019
1 parent 8732b6b commit 2ce413c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 2ce413c

Please sign in to comment.