Skip to content

Instantly share code, notes, and snippets.

@abshkd
Created September 5, 2016 12:14
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 abshkd/92c76ec570d6821dce1ac28c2de8073e to your computer and use it in GitHub Desktop.
Save abshkd/92c76ec570d6821dce1ac28c2de8073e to your computer and use it in GitHub Desktop.
Gemfile template. This is enough to run "bundle install" then edit to make your changes
#From https://gist.github.com/abshkd/92c76ec570d6821dce1ac28c2de8073e
source 'https://rubygems.org'
ruby '2.3.0'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.7'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment