aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorFlorent Peyraud2017-12-17 15:53:20 +0100
committerFlorent Peyraud2017-12-17 15:53:20 +0100
commit7651e10270c64c77f4c12838d3d41544bd1a4b29 (patch)
treed1da1766fa69cacebee95f9b342d740bf5d8240d /Gemfile
parent3469e1f415c0ce94e02ed0433d4fc2f5f7108528 (diff)
downloadchouette-core-7651e10270c64c77f4c12838d3d41544bd1a4b29.tar.bz2
add puma nd nulldb adapter
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 21f534c8b..6bff319c3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'