bump to 0.5.10.2

This commit is contained in:
Jonne Haß 2016-08-11 20:25:20 +02:00
parent 4f176dc4e3
commit 0a77f045a3
No known key found for this signature in database
GPG key ID: F347E0EB47AC70D6
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# 0.5.10.2
Update to Rails 4.2.7.1 which fixes [CVE-2016-6316](https://groups.google.com/forum/#!topic/ruby-security-ann/8B2iV2tPRSE) and [CVE-2016-6317](https://groups.google.com/forum/#!topic/ruby-security-ann/WccgKSKiPZA).
# 0.5.10.1
We made a mistake and removed `mysql2` from the `Gemfile.lock` in a recent gem update. Since this could cause some issues for some installations, we decided to release a hotfix.

View file

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