Use require: false for foreman gem
This commit is contained in:
parent
d71ec77737
commit
481c0fc404
2
Gemfile
2
Gemfile
|
@ -186,7 +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'
|
gem 'foreman', require: false
|
||||||
end
|
end
|
||||||
|
|
||||||
# Gem that enables support for plugins. It is required.
|
# Gem that enables support for plugins. It is required.
|
||||||
|
|
Loading…
Reference in New Issue