From b45960e3432f57ff9dd0e13bbe17e40d57dfde01 Mon Sep 17 00:00:00 2001 From: David O' Rojo Date: Mon, 23 Sep 2019 02:23:42 -0500 Subject: [PATCH] Move puma gem out of development so it can be installed during image build --- Gemfile | 3 ++- Gemfile.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index e43d5ba2f..578fddfe0 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,8 @@ source 'https://rubygems.org' gem 'compass-rails', '2.0.4' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.2.11.1' +# User Puma as web server +gem 'puma', '3.10.0' # Use SCSS for stylesheets gem 'sass-rails', '5.0.1' @@ -45,7 +47,6 @@ group :development do gem 'foreman' # Preview mail in the browser gem 'mailcatcher' - gem 'puma' gem 'rb-readline' end diff --git a/Gemfile.lock b/Gemfile.lock index d8361c6be..10cddb765 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -517,7 +517,7 @@ DEPENDENCIES prawn prawn-table protected_attributes - puma + puma (= 3.10.0) pundit rack-protection (= 1.5.5) railroady