Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jwo
Created May 2, 2013 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwo/5499824 to your computer and use it in GitHub Desktop.
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