Created
August 4, 2014 22:40
-
-
Save Arkham/b6456f158b9114ce7417 to your computer and use it in GitHub Desktop.
Test activerecord gemfile
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
source 'http://rubygems.org' | |
gem 'arel', github: 'rails/arel' | |
gem 'rack', github: 'rack/rack' | |
gem 'i18n', github: 'svenfuchs/i18n' | |
gem 'rails', path: 'vendor/rails' | |
gem 'sqlite3' | |
gem 'pry' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment