mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-17 11:54:22 +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'
|
gem 'compass-rails', '2.0.4'
|
||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||||
gem 'rails', '4.2.11.1'
|
gem 'rails', '4.2.11.1'
|
||||||
|
# User Puma as web server
|
||||||
|
gem 'puma', '3.10.0'
|
||||||
# Use SCSS for stylesheets
|
# Use SCSS for stylesheets
|
||||||
gem 'sass-rails', '5.0.1'
|
gem 'sass-rails', '5.0.1'
|
||||||
|
|
||||||
@ -45,7 +47,6 @@ group :development do
|
|||||||
gem 'foreman'
|
gem 'foreman'
|
||||||
# Preview mail in the browser
|
# Preview mail in the browser
|
||||||
gem 'mailcatcher'
|
gem 'mailcatcher'
|
||||||
gem 'puma'
|
|
||||||
gem 'rb-readline'
|
gem 'rb-readline'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -517,7 +517,7 @@ DEPENDENCIES
|
|||||||
prawn
|
prawn
|
||||||
prawn-table
|
prawn-table
|
||||||
protected_attributes
|
protected_attributes
|
||||||
puma
|
puma (= 3.10.0)
|
||||||
pundit
|
pundit
|
||||||
rack-protection (= 1.5.5)
|
rack-protection (= 1.5.5)
|
||||||
railroady
|
railroady
|
||||||
|
Loading…
x
Reference in New Issue
Block a user