Merge branch 'hotfix/0.6.0.1'

This commit is contained in:
Dennis Schubert 2016-09-20 01:45:18 +02:00
commit 5521937293
No known key found for this signature in database
GPG key ID: 5A0304BEA7966D7E
3 changed files with 6 additions and 2 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
## Warning: This release contains long migrations

View file

@ -1,7 +1,7 @@
require_relative 'boot'
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,
# since that generates a db/schema.rb that's incompatible

View file

@ -4,7 +4,7 @@
defaults:
version:
number: "0.6.0.0" # Do not touch unless doing a release, do not backport the version number that's in master
number: "0.6.0.1" # Do not touch unless doing a release, do not backport the version number that's in master
heroku: false
environment:
url: "http://localhost:3000/"