Skip to content

Instantly share code, notes, and snippets.

@j0rdsta
Last active August 29, 2015 14:25
Show Gist options
  • Save j0rdsta/01d10a0aa4ccf117bffe to your computer and use it in GitHub Desktop.
Save j0rdsta/01d10a0aa4ccf117bffe to your computer and use it in GitHub Desktop.
Fixing old Zurb Foundation 3.2.5 Sites
source 'https://rubygems.org'
# thanks to https://github.com/GumbyFramework/Gumby/issues/183#issuecomment-53180024
gem "rb-readline", "0.4.2"
gem "pure-sass"
gem "string-encrypt"
gem "i18n", '0.6.9'
gem "modular-scale", '~> 1.0.6'
gem "sassy-math"
gem "bundler", "~> 1.3"
gem "rake", ">= 10.0.4"
gem "compass", ">= 0"
# This is the new bundler dependency I added to downgrade from sass 3.4
gem "sass", "~> 3.2.13"
# If `compass watch` complains about 'zurb-foundation is not part of the bundle. Add it to Gemfile.', uncomment this line
# gem 'zurb-foundation','=3.2.5'
Run these commands in command line if you haven't already:
sudo gem uninstall modular-scale
sudo gem install modular-scale -v 1.0.6
sudo gem uninstall sass
sudo gem install sass -v 3.2.19
sudo gem uninstall compass
sudo gem install compass -v 0.12.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment