diff options
author | elijah <elijah@riseup.net> | 2012-10-23 03:50:52 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-10-23 03:50:52 -0700 |
commit | d385da49ef6c17c64cf8be66002f5744c1ee38f7 (patch) | |
tree | 6e19772d6adf2b302e73dbd9229eb3618d19bab0 /vendor/supply_drop/Gemfile | |
parent | 3a27d87e6a28e4b58842ca4cb7a1ddc4e6637b36 (diff) |
patched supply_drop gem and vendored it
Diffstat (limited to 'vendor/supply_drop/Gemfile')
-rw-r--r-- | vendor/supply_drop/Gemfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/supply_drop/Gemfile b/vendor/supply_drop/Gemfile new file mode 100644 index 0000000..b4e0f50 --- /dev/null +++ b/vendor/supply_drop/Gemfile @@ -0,0 +1,6 @@ +source :rubygems + +gem 'capistrano', '2.11.2' +gem 'vagrant', '0.9.7' +gem 'rake', '0.8.7' +gem 'puppet', '2.7.1' |