From bbcb8092fc73b8efd5d38ce936a1c1ff313bb846 Mon Sep 17 00:00:00 2001 From: Georg Gadinger Date: Sun, 17 May 2020 15:15:23 +0200 Subject: [PATCH] Gemfile: always install Puma --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0fb8001e..71187876 100644 --- a/Gemfile +++ b/Gemfile @@ -86,9 +86,10 @@ group :production do gem 'unicorn', group: :production end +gem 'puma' + group :development, :test do gem 'rake' - gem 'puma' gem 'rspec-rails', '~> 3.9' gem 'rspec-its', '~> 1.3' gem "rspec-sidekiq", "~> 3.0", require: false