Commit 23786ef1bd90151cde0da761db94582f878bc358
1 parent
d935d3c7
Exists in
master
and in
17 other branches
Revert "Use updated cacert software from lightpriest"
This reverts commit ed6fdc6d57819a6f0b9b1f80f6183e9b76ae18f6.
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
Gemfile
1 | 1 | source 'https://rubygems.org' |
2 | 2 | |
3 | 3 | gem 'omnibus', '~> 1.3.0' |
4 | -gem 'omnibus-software', :git => 'https://github.com/lightpriest/omnibus-software.git', :ref => '848352c9b255013cf16c3623ecbec9cba2829e75' | |
4 | +gem 'omnibus-software', :git => 'git://github.com/opscode/omnibus-software.git', :branch => 'master' | ... | ... |
Gemfile.lock
1 | 1 | GIT |
2 | - remote: https://github.com/lightpriest/omnibus-software.git | |
3 | - revision: 848352c9b255013cf16c3623ecbec9cba2829e75 | |
4 | - ref: 848352c9b255013cf16c3623ecbec9cba2829e75 | |
2 | + remote: git://github.com/opscode/omnibus-software.git | |
3 | + revision: b899b8aa021b565708237486c3cb71566dc661eb | |
4 | + branch: master | |
5 | 5 | specs: |
6 | 6 | omnibus-software (0.0.1) |
7 | 7 | ... | ... |