diff options
author | Gibheer <gibheer@gmail.com> | 2013-01-28 15:48:42 +0100 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2013-01-28 15:48:42 +0100 |
commit | 001f9ebf772e2233e69055c66c405f9213dcd2c7 (patch) | |
tree | 1927682b3a674a2361c3b50b528d07311960f0c6 /Gemfile | |
parent | b418462bbec1c1d41403a23aec852ec531092c9f (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-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' |