Skip to content

Instantly share code, notes, and snippets.

@yashke
Created February 27, 2013 20:46
Show Gist options
  • Save yashke/5051563 to your computer and use it in GitHub Desktop.
Save yashke/5051563 to your computer and use it in GitHub Desktop.
hexagonal.js Gemfile
source 'https://rubygems.org'
gem 'rails', '3.2.12'
gem 'sqlite3'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'handlebars_assets'
gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment