diff options
author | elijah <elijah@riseup.net> | 2016-01-31 15:07:18 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-01-31 15:07:18 -0800 |
commit | 16fb1c2bf33ca418a6db06217e286964077a730f (patch) | |
tree | f522ddae365d87815916f6108bf2514961237589 /Gemfile.lock | |
parent | 684a790cdb9575da522e402d0c9289f4a8558739 (diff) |
vendor certificate_authority, because travis does not like pulling it from github.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 413e8ea..f70add6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,3 @@ -GIT - remote: https://github.com/cchandler/certificate_authority.git - revision: 050f2829ed12b6c257e24f4c8077c6e1b38bd979 - specs: - certificate_authority (0.2.0) - activemodel (>= 3.0.6) - activesupport (>= 3.0.6) - PATH remote: engines/billing specs: @@ -18,6 +10,13 @@ PATH leap_web_help (0.6.0) PATH + remote: vendor/gems/certificate_authority + specs: + certificate_authority (0.2.0) + activemodel (>= 3.0.6) + activesupport (>= 3.0.6) + +PATH remote: vendor/gems/common_languages specs: common_languages (0.0.1) |