Skip to content

Commit 694c1e5

Browse files
committed
Use https protocol for Github
1 parent d173241 commit 694c1e5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Gemfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
# frozen_string_literal: true
2+
13
require 'openssl'
24
source 'https://rubygems.org'
5+
6+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
7+
38
gemspec
49

510
gem 'sqlite3'
@@ -33,7 +38,7 @@ else
3338
ver
3439
end
3540
end
36-
gem 'rails', git: "git://github.com/rails/rails.git", tag: "v#{version}"
41+
gem 'rails', github: "rails/rails", tag: "v#{version}"
3742
end
3843

3944
if ENV['AREL']

0 commit comments

Comments
 (0)