Created
September 5, 2016 12:14
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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