Skip to content

Instantly share code, notes, and snippets.

@jwo
Created May 2, 2013 02:48
Show Gist options
  • Select an option

  • Save jwo/5499824 to your computer and use it in GitHub Desktop.

Select an option

Save jwo/5499824 to your computer and use it in GitHub Desktop.
Gems for a Rails 3.2 Application
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment