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:
parent
8cae1ba110
commit
e7fb6a9f92
1 changed files with 9 additions and 0 deletions
9
Gemfile
Normal file
9
Gemfile
Normal 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"
|
Loading…
Reference in a new issue