Require installed optional groups with Bundler

This commit is contained in:
Steffen van Bergerem 2016-09-12 10:48:46 +02:00 committed by Dennis Schubert
parent c39a661861
commit f6870c1c4d
No known key found for this signature in database
GPG key ID: 5A0304BEA7966D7E
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# 0.6.0.1
Fixes an issue with installing an running diaspora\*, caused by a recent bundler update that fixes a bundler bug on which we depended on.
# 0.6.0.0 # 0.6.0.0
## Warning: This release contains long migrations ## Warning: This release contains long migrations

View file

@ -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