1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add a Gemfile

This commit is contained in:
Carl Lerche 2010-03-23 14:49:34 -07:00
parent 8cae1ba110
commit e7fb6a9f92

9
Gemfile Normal file
View file

@ -0,0 +1,9 @@
source :rubygems
gem "activerecord", :path => ENV["RAILS_SOURCE"]
gem "diff-lcs"
gem "mysql"
gem "pg"
gem "rake"
gem "rspec"
gem "sqlite3-ruby"