Skip to content

Instantly share code, notes, and snippets.

@ni-ka
Created October 3, 2013 15:19
Show Gist options
  • Save ni-ka/6811586 to your computer and use it in GitHub Desktop.
Save ni-ka/6811586 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '4.0.0'
gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'therubyrhino'
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 1.2'
gem 'bootstrap-sass', '~> 2.3.2.2'
gem 'figaro'
gem 'high_voltage'
gem 'simple_form', '>= 3.0.0.rc'
group :development do
gem 'better_errors'
gem "binding_of_caller", :git => "https://github.com/banister/binding_of_caller.git"
gem 'quiet_assets'
gem 'rails_layout'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment