Created
April 9, 2019 00:23
-
-
Save jhollinger/b8cca58e3f4d75461428b7829fb799a8 to your computer and use it in GitHub Desktop.
DatabaseTasks Green Example
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 'https://rubygems.org' | |
gem 'activerecord', '~> 5.2', require: 'active_record' | |
gem 'sqlite3' | |
gem 'rake' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment