浏览代码

Set https back.

git-svn-id: http://svn.redmine.org/redmine/trunk@15916 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.4.0
Jean-Philippe Lang 7 年前
父节点
当前提交
c91a4391d3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Gemfile

+ 1
- 1
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'."

正在加载...
取消
保存