Skip to content

Instantly share code, notes, and snippets.

@tylergannon
Created March 25, 2013 20:14
Show Gist options
  • Save tylergannon/5240295 to your computer and use it in GitHub Desktop.
Save tylergannon/5240295 to your computer and use it in GitHub Desktop.
Gemfile for html apps
source 'https://rubygems.org'
gem 'rails', '4.0.0.beta1'
gem 'sqlite3'
group :assets do
gem 'sass-rails', '~> 4.0.0.beta1'
gem 'coffee-rails', '~> 4.0.0.beta1'
gem 'uglifier', '>= 1.0.3'
end
gem 'actionpack-page_caching'
gem 'jquery-rails'
gem 'jasminerice', github: 'bradphelan/jasminerice'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment