Require installed optional groups with Bundler
This commit is contained in:
parent
960f39b6ff
commit
56aec9a978
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
require_relative 'boot'
|
require_relative 'boot'
|
||||||
|
|
||||||
require 'rails/all'
|
require 'rails/all'
|
||||||
Bundler.require(:default, Rails.env)
|
Bundler.require(:default, *Bundler.settings.with, Rails.env)
|
||||||
|
|
||||||
# Do not dump the limit of boolean fields on MySQL,
|
# Do not dump the limit of boolean fields on MySQL,
|
||||||
# since that generates a db/schema.rb that's incompatible
|
# since that generates a db/schema.rb that's incompatible
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue