aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index 20d5263c07..87bf43b786 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,3 @@
-clear_sources
-source 'http://gemcutter.org'
-
gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"
@@ -12,12 +9,11 @@ end
# AR
gem "arel", "0.2.pre", :git => "git://github.com/rails/arel.git"
gem "sqlite3-ruby", ">= 1.2.5"
+gem "pg", ">= 0.8.0"
+gem "mysql", ">= 2.8.1"
# AP
gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git"
-gem "rack-mount", :git => "git://github.com/rails/rack-mount.git"
-gem "rack-test", ">= 0.5.0"
-gem "erubis", ">= 2.6.5"
gem "RedCloth", ">= 4.2.2"
if ENV['CI']
@@ -25,8 +21,6 @@ if ENV['CI']
gem "nokogiri", ">= 1.4.0"
gem "memcache-client", ">= 1.7.6"
- gem "pg", ">= 0.8.0"
- gem "mysql", ">= 2.8.1"
# fcgi gem doesn't compile on 1.9
# avoid minitest strangeness on 1.9