Commit feef37789bfc324f613449faf22fa07de4c9d740
Exists in
master
and in
1 other branch
Merge pull request #463 from luuse/https_git_urls
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,7 +9,7 @@ gem 'htmlentities', "~> 4.3.0" | ||
| 9 | gem 'rack-ssl', :require => 'rack/ssl' # force SSL | 9 | gem 'rack-ssl', :require => 'rack/ssl' # force SSL |
| 10 | 10 | ||
| 11 | # Remove this when tilt 1.3.7 is released. | 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 | gem 'useragent', '~> 0.4.16' | 14 | gem 'useragent', '~> 0.4.16' |
| 15 | gem 'inherited_resources' | 15 | gem 'inherited_resources' |
| @@ -40,7 +40,7 @@ gem 'ruby-fogbugz', :require => 'fogbugz' | @@ -40,7 +40,7 @@ gem 'ruby-fogbugz', :require => 'fogbugz' | ||
| 40 | # Github Issues | 40 | # Github Issues |
| 41 | gem 'octokit', '~> 1.0.0' | 41 | gem 'octokit', '~> 1.0.0' |
| 42 | # Gitlab | 42 | # Gitlab |
| 43 | -gem 'gitlab', :git => 'git://github.com/NARKOZ/gitlab' | 43 | +gem 'gitlab', :git => 'https://github.com/NARKOZ/gitlab.git' |
| 44 | 44 | ||
| 45 | # Bitbucket Issues | 45 | # Bitbucket Issues |
| 46 | gem 'bitbucket_rest_api' | 46 | gem 'bitbucket_rest_api' |
Gemfile.lock
| 1 | GIT | 1 | GIT |
| 2 | - remote: git://github.com/NARKOZ/gitlab | 2 | + remote: https://github.com/NARKOZ/gitlab.git |
| 3 | revision: f2ba111dba70eca5346a880c541dafaf35d3332a | 3 | revision: f2ba111dba70eca5346a880c541dafaf35d3332a |
| 4 | specs: | 4 | specs: |
| 5 | gitlab (2.2.0) | 5 | gitlab (2.2.0) |
| 6 | httparty | 6 | httparty |
| 7 | 7 | ||
| 8 | GIT | 8 | GIT |
| 9 | - remote: git://github.com/rtomayko/tilt | 9 | + remote: https://github.com/rtomayko/tilt.git |
| 10 | revision: 24ea7e9fa5a0624188069393abf033bb8b3f218c | 10 | revision: 24ea7e9fa5a0624188069393abf033bb8b3f218c |
| 11 | specs: | 11 | specs: |
| 12 | tilt (1.3.6) | 12 | tilt (1.3.6) |