aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorZog2017-12-20 10:21:00 +0100
committerZog2017-12-20 10:21:00 +0100
commitfa40ba326b553ec1805d85568e5ad49aaf8890cf (patch)
tree8d68845813cb8be94615a28cc362ced0dead868e /Gemfile
parent477f98b1508796a53870e00a192ff47875c5907c (diff)
downloadchouette-core-fa40ba326b553ec1805d85568e5ad49aaf8890cf.tar.bz2
Refs #5334; Fix specs broken by null_db adapter
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1cd5f818c..898293ac5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -65,7 +65,7 @@ end
gem 'activerecord-postgis-adapter', "~> 3.0.0"
gem 'polylines'
-gem 'activerecord-nulldb-adapter'
+gem 'activerecord-nulldb-adapter', require: false
# Codifligne API
gem 'codifligne', af83: 'stif-codifline-api'