Merge branch 'hotfix/0.0.3.3'
This commit is contained in:
commit
2ca35fbb24
4 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# 0.0.3.3
|
||||
|
||||
* Switch Gemfile source to https to be compatible with bundler 1.3
|
||||
|
||||
# 0.0.3.2
|
||||
|
||||
* Fix XSS vulnerability in conversations#new [#4010](https://github.com/diaspora/diaspora/issues/4010)
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -1,4 +1,4 @@
|
|||
source 'http://rubygems.org'
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rails', '3.2.12'
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ GIT
|
|||
nokogiri (>= 1.3.3)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actionmailer (3.2.12)
|
||||
actionpack (= 3.2.12)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
defaults:
|
||||
version:
|
||||
number: "0.0.3.2"
|
||||
number: "0.0.3.3"
|
||||
heroku: false
|
||||
environment:
|
||||
url: "http://localhost:3000/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue