diff --git a/Changelog.md b/Changelog.md index 6c4640a11..a77c77fc5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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) diff --git a/Gemfile b/Gemfile index c651c9c95..4a641952d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'http://rubygems.org' +source 'https://rubygems.org' gem 'rails', '3.2.12' diff --git a/Gemfile.lock b/Gemfile.lock index fe94fab4a..06f591857 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/config/defaults.yml b/config/defaults.yml index e2afeb29f..d36c7024e 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -4,7 +4,7 @@ defaults: version: - number: "0.0.3.2" + number: "0.0.3.3" heroku: false environment: url: "http://localhost:3000/"