aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZakaria BOUZIANE2015-03-10 13:17:05 +0100
committerZakaria BOUZIANE2015-03-10 13:17:05 +0100
commit7e123ab76642ddbb3d45261f13625aca4fd231c1 (patch)
treeca4185e740697e4622b2fd8508a98b42686a83f0
parent99553ee60a5845a4957ad685674a7c941df16ca6 (diff)
downloadchouette-core-7e123ab76642ddbb3d45261f13625aca4fd231c1.tar.bz2
Extracting gem 'pg' to all platforms
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 433d1bd20..5a1a5faf9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -56,10 +56,11 @@ end
platforms :ruby do
gem 'therubyracer', '~> 0.10.2'
- gem 'pg'
gem 'sqlite3'
end
+gem 'pg'
+
# I18n
gem 'rails-i18n', '~> 4.0.0'