diff options
| -rw-r--r-- | Gemfile | 3 | ||||
| -rw-r--r-- | Gemfile.lock | 3 | 
2 files changed, 1 insertions, 5 deletions
| @@ -66,7 +66,6 @@ end  gem 'activerecord-postgis-adapter', "~> 3.0.0"  gem 'polylines' -gem 'activerecord-nulldb-adapter', require: false  # Codifligne API  gem 'codifligne', af83: 'stif-codifline-api' @@ -142,7 +141,7 @@ gem 'rake'  gem 'devise-async'  gem 'apartment', '~> 1.0.0'  gem 'aasm' -gem 'activerecord-nulldb-adapter' +gem 'activerecord-nulldb-adapter' if ENV['RAILS_DB_ADAPTER'] == 'nulldb'  gem 'puma', '~> 3.10.0'  gem 'newrelic_rpm' diff --git a/Gemfile.lock b/Gemfile.lock index 046167e69..63d78f9cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,8 +76,6 @@ GEM        activemodel (= 4.2.8)        activesupport (= 4.2.8)        arel (~> 6.0) -    activerecord-nulldb-adapter (0.3.7) -      activerecord (>= 2.0.0)      activerecord-postgis-adapter (3.0.0)        activerecord (~> 4.2)        rgeo-activerecord (~> 4.0) @@ -597,7 +595,6 @@ DEPENDENCIES    SyslogLogger    aasm    active_attr -  activerecord-nulldb-adapter    activerecord-postgis-adapter (~> 3.0.0)    acts-as-taggable-on (~> 4.0.0)    acts_as_list (~> 0.6.0) | 
