Commit 5210cfe792940f59ed92b91fc493ead29d7904c4
1 parent
3fe826df
Exists in
master
and in
1 other branch
Use https urls for gems fetched from git
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
Gemfile
... | ... | @@ -9,7 +9,7 @@ gem 'htmlentities', "~> 4.3.0" |
9 | 9 | gem 'rack-ssl', :require => 'rack/ssl' # force SSL |
10 | 10 | |
11 | 11 | # Remove this when tilt 1.3.7 is released. |
12 | -gem 'tilt', :git => 'git://github.com/rtomayko/tilt' | |
12 | +gem 'tilt', :git => 'https://github.com/rtomayko/tilt.git' | |
13 | 13 | |
14 | 14 | gem 'useragent', '~> 0.4.16' |
15 | 15 | gem 'inherited_resources' |
... | ... | @@ -40,7 +40,7 @@ gem 'ruby-fogbugz', :require => 'fogbugz' |
40 | 40 | # Github Issues |
41 | 41 | gem 'octokit', '~> 1.0.0' |
42 | 42 | # Gitlab |
43 | -gem 'gitlab', :git => 'git://github.com/NARKOZ/gitlab' | |
43 | +gem 'gitlab', :git => 'https://github.com/NARKOZ/gitlab.git' | |
44 | 44 | |
45 | 45 | # Bitbucket Issues |
46 | 46 | gem 'bitbucket_rest_api' | ... | ... |
Gemfile.lock
1 | 1 | GIT |
2 | - remote: git://github.com/NARKOZ/gitlab | |
2 | + remote: https://github.com/NARKOZ/gitlab.git | |
3 | 3 | revision: f2ba111dba70eca5346a880c541dafaf35d3332a |
4 | 4 | specs: |
5 | 5 | gitlab (2.2.0) |
6 | 6 | httparty |
7 | 7 | |
8 | 8 | GIT |
9 | - remote: git://github.com/rtomayko/tilt | |
9 | + remote: https://github.com/rtomayko/tilt.git | |
10 | 10 | revision: 24ea7e9fa5a0624188069393abf033bb8b3f218c |
11 | 11 | specs: |
12 | 12 | tilt (1.3.6) | ... | ... |