diff options
| author | Florent Peyraud | 2017-12-17 15:53:20 +0100 |
|---|---|---|
| committer | Florent Peyraud | 2017-12-17 15:53:20 +0100 |
| commit | 7651e10270c64c77f4c12838d3d41544bd1a4b29 (patch) | |
| tree | d1da1766fa69cacebee95f9b342d740bf5d8240d | |
| parent | 3469e1f415c0ce94e02ed0433d4fc2f5f7108528 (diff) | |
| download | chouette-core-7651e10270c64c77f4c12838d3d41544bd1a4b29.tar.bz2 | |
add puma nd nulldb adapter
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 5 |
2 files changed, 7 insertions, 0 deletions
@@ -138,6 +138,8 @@ gem 'rake' gem 'devise-async' gem 'apartment', '~> 1.0.0' gem 'aasm' +gem 'activerecord-nulldb-adapter' +gem 'puma', '~> 3.10.0' gem 'newrelic_rpm' gem 'letter_opener' diff --git a/Gemfile.lock b/Gemfile.lock index f9682dff1..b80fbac39 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,6 +75,8 @@ 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) @@ -345,6 +347,7 @@ GEM pry (~> 0.10) pry-rails (0.3.6) pry (>= 0.10.4) + puma (3.10.0) pundit (1.1.0) activesupport (>= 3.0.0) quiet_assets (1.1.0) @@ -566,6 +569,7 @@ 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) @@ -632,6 +636,7 @@ DEPENDENCIES polylines pry-byebug pry-rails + puma (~> 3.10.0) pundit quiet_assets rabl |
