aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorZog2017-12-20 08:52:57 +0100
committerZog2017-12-20 09:02:57 +0100
commit477f98b1508796a53870e00a192ff47875c5907c (patch)
treec7ac8bf6116810953ad067fbbfbc2b78193e339e /Gemfile
parente7bece2f871d51ad71ee2ee258afd985bf8d8485 (diff)
downloadchouette-core-477f98b1508796a53870e00a192ff47875c5907c.tar.bz2
Refs #5334@3h; Add support fort NullDB in Apartment
This will allow us to compile assets with a null_db adapter.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 21f534c8b..1cd5f818c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -65,6 +65,7 @@ end
gem 'activerecord-postgis-adapter', "~> 3.0.0"
gem 'polylines'
+gem 'activerecord-nulldb-adapter'
# Codifligne API
gem 'codifligne', af83: 'stif-codifline-api'