Skip to content

Commit 201a375

Browse files
committed
change gem to access github with use https:// protocol (port 443) not git:// protocol
git:// protocol used port 9418 and may be blocked by firewalls, but https port 443 is almost always a good choice.
1 parent 414ce9a commit 201a375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'lockfile'
4-
gem 'gitolite-rugged', :github => 'n-rodriguez/gitolite-rugged', :branch => 'devel'
4+
gem 'gitolite-rugged', :git => 'https://github.com/n-rodriguez/gitolite-rugged.git', :branch => 'devel'
55

66
gem 'github-markup'
77
gem 'redcarpet', '~> 2.3.0'

0 commit comments

Comments
 (0)