summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-10-20 17:49:24 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-10-20 17:49:24 +0000
commitc91a4391d34b9bd97270d20f04aeb40ee64166a1 (patch)
treee4a1cc4ce5b07acdf39ffe38c48a9856b5ef927e /Gemfile
parent15460450bbe72a756015e16689bcafe5a6b1164b (diff)
downloadredmine-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0bb6ab56d..c710ff0df 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'."