diff options
| author | Zog | 2017-12-20 10:21:00 +0100 | 
|---|---|---|
| committer | Zog | 2017-12-20 10:21:00 +0100 | 
| commit | fa40ba326b553ec1805d85568e5ad49aaf8890cf (patch) | |
| tree | 8d68845813cb8be94615a28cc362ced0dead868e /Gemfile | |
| parent | 477f98b1508796a53870e00a192ff47875c5907c (diff) | |
| download | chouette-core-fa40ba326b553ec1805d85568e5ad49aaf8890cf.tar.bz2 | |
Refs #5334; Fix specs broken by null_db adapter
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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' | 
