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:
parent
b68af398f6
commit
b45960e343
3
Gemfile
3
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
|
||||
|
||||
|
@ -517,7 +517,7 @@ DEPENDENCIES
|
||||
prawn
|
||||
prawn-table
|
||||
protected_attributes
|
||||
puma
|
||||
puma (= 3.10.0)
|
||||
pundit
|
||||
rack-protection (= 1.5.5)
|
||||
railroady
|
||||
|
Loading…
Reference in New Issue
Block a user