aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2013-01-28 15:48:42 +0100
committerGibheer <gibheer@gmail.com>2013-01-28 15:48:42 +0100
commit001f9ebf772e2233e69055c66c405f9213dcd2c7 (patch)
tree1927682b3a674a2361c3b50b528d07311960f0c6 /Gemfile
parentb418462bbec1c1d41403a23aec852ec531092c9f (diff)
use class_options from git
The class_options gem is undergoing changes and for the time being the git repo should be used. Also the metrics are disabled because of a bug in the zentest gem.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f35bc0d..12f59f0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,9 +2,10 @@ source 'https://rubygems.org'
gemspec
+gem 'class_options', :git => 'git@github.com:Gibheer/class_options.git'
+
group :development do
gem 'devutils-guard'
- gem 'devutils-metrics'
group :documentation do
gem 'devutils-docs'