2010-01-22 03:09:18 +00:00
|
|
|
# Gems required for the lib to even run
|
2010-02-03 06:42:18 +00:00
|
|
|
gem "virtualbox", ">= 0.4.3"
|
2010-01-22 03:09:18 +00:00
|
|
|
gem "net-ssh", ">= 2.0.19"
|
2010-01-30 04:22:50 +00:00
|
|
|
|
2010-01-26 08:01:17 +00:00
|
|
|
source "http://gems.github.com"
|
2010-01-30 04:22:50 +00:00
|
|
|
gem "jashmenn-git-style-binaries", ">= 0.1.10"
|
2010-01-22 03:09:18 +00:00
|
|
|
|
|
|
|
# Gems required for testing only. To install run
|
|
|
|
# gem bundle test
|
|
|
|
only :test do
|
|
|
|
gem "contest", ">= 0.1.2"
|
2010-01-22 07:57:31 +00:00
|
|
|
gem "mocha"
|
2010-01-22 05:36:34 +00:00
|
|
|
gem "ruby-debug", ">= 0.10.3" if RUBY_VERSION < '1.9'
|
2010-01-22 03:09:18 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
# Since hobo uses bin/, change the bin_path to something
|
|
|
|
# else...
|
2010-01-30 05:14:09 +00:00
|
|
|
bin_path "gembin"
|
2010-01-22 03:09:18 +00:00
|
|
|
|
|
|
|
# Makes sure that our code doesn't request gems outside
|
|
|
|
# of our dependency list.
|
|
|
|
disable_system_gems
|