Skip to content

Instantly share code, notes, and snippets.

@jaredmoody
Last active April 4, 2016 17:42
Show Gist options
  • Save jaredmoody/f0e6fc93ed0ba0778748cf52f09f8e93 to your computer and use it in GitHub Desktop.
Save jaredmoody/f0e6fc93ed0ba0778748cf52f09f8e93 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
source 'https://rails-assets.org' do
gem 'rails-assets-mustache'
gem 'rails-assets-trix'
end
gem 'bourbon', '~> 5.0.0.beta3'
gem 'coffee-rails', '~> 4.1.0'
gem 'devise', git: 'https://github.com/plataformatec/devise'
gem 'figaro', git: 'https://github.com/laserlemon/figaro'
gem 'font-awesome-sass'
gem 'geocoder'
gem 'haml-rails'
gem 'jquery-rails'
gem 'neat'
gem 'rails', '>= 5.0.0.beta3', '< 5.1'
gem 'refile', git: 'https://github.com/refile/refile', require: 'refile/rails'
gem 'sqlite3'
gem 'sass-rails', '~> 5.0'
gem 'simple_form'
gem 'turbolinks', '~> 5.x'
gem 'uglifier', '>= 1.3.0'
group :development, :test do
gem 'byebug'
end
group :development do
gem 'capistrano-bundler'
gem 'capistrano-passenger'
gem 'capistrano-rails'
gem 'capistrano-rails-console'
gem 'capistrano-rails-tail-log'
gem 'listen', '~> 3.0.5'
gem 'powder'
gem 'quiet_assets'
gem 'refills', git: 'https://github.com/thoughtbot/refills'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'web-console', '~> 3.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment