Skip to content

Instantly share code, notes, and snippets.

@dianaaparicio
Created October 14, 2015 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dianaaparicio/80b73310f71aa1faf49d to your computer and use it in GitHub Desktop.
Save dianaaparicio/80b73310f71aa1faf49d to your computer and use it in GitHub Desktop.
group :production do
gem 'rails_12factor'
gem 'pg'
end
group :development, :test do
gem 'byebug'
gem 'rspec-rails', '~> 3.0'
end
group :development do
gem 'web-console', '~> 2.0'
gem 'sqlite3'
gem 'spring'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment