aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorFlorent Peyraud2017-12-19 11:02:34 +0100
committerFlorent Peyraud2017-12-19 11:02:34 +0100
commit5b24b05867ce213db4ef6f1118ea0e07fa984a91 (patch)
tree689c5640f2c1c4ead723acc4bc5a5e8d30fef98f /Gemfile
parent7651e10270c64c77f4c12838d3d41544bd1a4b29 (diff)
downloadchouette-core-5b24b05867ce213db4ef6f1118ea0e07fa984a91.tar.bz2
disable sqlite and tune install task
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6bff319c3..cb2234728 100644
--- a/Gemfile
+++ b/Gemfile
@@ -60,7 +60,7 @@ gem 'faraday', '~> 0.9.1'
platforms :ruby do
gem 'therubyracer', '~> 0.12'
gem 'pg'
- gem 'sqlite3'
+ #gem 'sqlite3'
end
gem 'activerecord-postgis-adapter', "~> 3.0.0"