Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-06-16 05:31:56 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-06-19 18:16:30 +0400
commit728a547cb2483016b9be768f6c7045b70a36cbb5 (patch)
tree36450e8a04ba751a91435cc2074662630754207f /Gemfile
parent7c454b7d15c5a1984a0404a8fc34cd51628bd79e (diff)
Undo some pg changes
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 18a9547b0..efc42360b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
source 'http://rubygems.org'
-#gem 'mysql2', '0.2.6'
-gem 'pg'
+gem 'mysql2', '0.2.6'
+#gem 'pg'
gem 'rails', '3.0.3'
gem 'foreigner', '0.9.1'