th: oops, foreman's back
parent
fa0f31a8fb
commit
93d9e16cfc
3
Gemfile
3
Gemfile
|
@ -177,6 +177,9 @@ group :development do
|
|||
# Profiling tools
|
||||
gem 'memory_profiler', require: false
|
||||
gem 'stackprof', require: false
|
||||
|
||||
# foreman
|
||||
gem 'foreman'
|
||||
end
|
||||
|
||||
group :production do
|
||||
|
|
|
@ -273,6 +273,7 @@ GEM
|
|||
fog-core (>= 1.45, <= 2.1.0)
|
||||
fog-json (>= 1.0)
|
||||
ipaddress (>= 0.8)
|
||||
foreman (0.87.2)
|
||||
formatador (0.3.0)
|
||||
fugit (1.8.1)
|
||||
et-orbi (~> 1, >= 1.2.7)
|
||||
|
@ -795,6 +796,7 @@ DEPENDENCIES
|
|||
fastimage
|
||||
fog-core (<= 2.4.0)
|
||||
fog-openstack (~> 0.3)
|
||||
foreman
|
||||
fuubar (~> 2.5)
|
||||
haml-rails (~> 2.0)
|
||||
haml_lint
|
||||
|
|
Loading…
Reference in New Issue