aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/Gemfile')
-rw-r--r--activemodel/Gemfile11
1 files changed, 0 insertions, 11 deletions
diff --git a/activemodel/Gemfile b/activemodel/Gemfile
deleted file mode 100644
index 289d696792..0000000000
--- a/activemodel/Gemfile
+++ /dev/null
@@ -1,11 +0,0 @@
-rails_root = Pathname.new(File.dirname(__FILE__)).join("..")
-
-Gem.sources.each { |uri| source uri }
-
-gem "activesupport", "3.0.pre", :vendored_at => rails_root.join("activesupport")
-
-only :test do
- gem "sqlite3-ruby"
-end
-
-disable_system_gems