Adding foreman gem to development group
This commit is contained in:
parent
d0edfe2179
commit
d71ec77737
1
Gemfile
1
Gemfile
|
@ -186,6 +186,7 @@ group :development do
|
||||||
gem 'binding_of_caller'
|
gem 'binding_of_caller'
|
||||||
gem 'librarian', '>= 0.0.25', require: false
|
gem 'librarian', '>= 0.0.25', require: false
|
||||||
gem 'annotate'
|
gem 'annotate'
|
||||||
|
gem 'foreman'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Gem that enables support for plugins. It is required.
|
# Gem that enables support for plugins. It is required.
|
||||||
|
|
|
@ -67,6 +67,7 @@ GEM
|
||||||
debug_inspector (0.0.2)
|
debug_inspector (0.0.2)
|
||||||
diff-lcs (1.2.5)
|
diff-lcs (1.2.5)
|
||||||
docile (1.1.3)
|
docile (1.1.3)
|
||||||
|
dotenv (0.10.0)
|
||||||
email_reply_parser-discourse (0.6)
|
email_reply_parser-discourse (0.6)
|
||||||
ember-data-source (0.14)
|
ember-data-source (0.14)
|
||||||
ember-source
|
ember-source
|
||||||
|
@ -113,6 +114,9 @@ GEM
|
||||||
net-ssh (>= 2.1.3)
|
net-ssh (>= 2.1.3)
|
||||||
nokogiri (~> 1.5)
|
nokogiri (~> 1.5)
|
||||||
ruby-hmac
|
ruby-hmac
|
||||||
|
foreman (0.63.0)
|
||||||
|
dotenv (>= 0.7)
|
||||||
|
thor (>= 0.13.6)
|
||||||
formatador (0.2.4)
|
formatador (0.2.4)
|
||||||
fspath (2.0.6)
|
fspath (2.0.6)
|
||||||
gctools (0.2.3)
|
gctools (0.2.3)
|
||||||
|
@ -409,6 +413,7 @@ DEPENDENCIES
|
||||||
fastimage
|
fastimage
|
||||||
flamegraph
|
flamegraph
|
||||||
fog (= 1.18.0)
|
fog (= 1.18.0)
|
||||||
|
foreman
|
||||||
gctools
|
gctools
|
||||||
handlebars-source (~> 1.1.2)
|
handlebars-source (~> 1.1.2)
|
||||||
highline
|
highline
|
||||||
|
|
Loading…
Reference in New Issue