diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-20 17:49:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-20 17:49:24 +0000 |
commit | c91a4391d34b9bd97270d20f04aeb40ee64166a1 (patch) | |
tree | e4a1cc4ce5b07acdf39ffe38c48a9856b5ef927e /Gemfile | |
parent | 15460450bbe72a756015e16689bcafe5a6b1164b (diff) | |
download | redmine-c91a4391d34b9bd97270d20f04aeb40ee64166a1.tar.gz redmine-c91a4391d34b9bd97270d20f04aeb40ee64166a1.zip |
Set https back.
git-svn-id: http://svn.redmine.org/redmine/trunk@15916 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -source 'http://rubygems.org' +source 'https://rubygems.org' if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0') abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'." |