mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Use require: false for foreman gem
This commit is contained in:
parent
d71ec77737
commit
481c0fc404
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -186,7 +186,7 @@ group :development do
|
|||
gem 'binding_of_caller'
|
||||
gem 'librarian', '>= 0.0.25', require: false
|
||||
gem 'annotate'
|
||||
gem 'foreman'
|
||||
gem 'foreman', require: false
|
||||
end
|
||||
|
||||
# Gem that enables support for plugins. It is required.
|
||||
|
|
Loading…
Reference in a new issue