From 16d245e79645954c20cb0a11ddaf447dc1ba1744 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 19 Oct 2009 19:25:52 -0700 Subject: Missed Gemfile commits --- railties/Gemfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 railties/Gemfile (limited to 'railties/Gemfile') diff --git a/railties/Gemfile b/railties/Gemfile new file mode 100644 index 0000000000..f7e7b3ffc0 --- /dev/null +++ b/railties/Gemfile @@ -0,0 +1,12 @@ +Gem.sources.each { |uri| source uri } +sibling = "#{File.dirname(__FILE__)}/.." + +gem "mocha" + +gem "arel", :git => "git://github.com/rails/arel.git" +gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git", :branch => "rack-1.0" +gem "rack-test", "~> 0.5.0" + +%w(activesupport activemodel actionpack actionmailer activerecord activeresource).each do |lib| + gem lib, '3.0.pre', :vendored_at => "#{sibling}/#{lib}" +end -- cgit v1.2.3