Skip to content

Commit 40b81f3

Browse files
author
Nicolas
committed
Merge pull request #256 from nicesw123/https_gem
change gem to access github with https:// protocol (port 443)
2 parents 414ce9a + 201a375 commit 40b81f3

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)