Skip to content

Instantly share code, notes, and snippets.

@squiter
Created April 18, 2013 20:45
Show Gist options
  • Save squiter/5416077 to your computer and use it in GitHub Desktop.
Save squiter/5416077 to your computer and use it in GitHub Desktop.
gistsource 'https://rubygems.org'
gem 'rails', '3.2.13'
gem 'mysql2'
gem 'devise'
gem 'devise-i18n'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
group :development, :test do
gem 'rspec-rails'
gem 'factory_girl_rails'
end
group :development do
gem 'mailcatcher'
end
group :test do
gem 'shoulda'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment