1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

Move puma gem out of development so it can be installed during image build

This commit is contained in:
David O' Rojo 2019-09-23 02:23:42 -05:00
parent b68af398f6
commit b45960e343
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -517,7 +517,7 @@ DEPENDENCIES
prawn
prawn-table
protected_attributes
puma
puma (= 3.10.0)
pundit
rack-protection (= 1.5.5)
railroady