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

9 lines
163 B
Ruby

source :rubygems
gem "activerecord", :path => ENV["RAILS_SOURCE"] || 'vendor/rails'
gem "diff-lcs"
gem "mysql"
gem "pg"
gem "rake"
gem "rspec"
gem "sqlite3-ruby"