aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2013-01-28 18:16:00 +0100
committerGibheer <gibheer@gmail.com>2013-01-28 18:16:00 +0100
commit701382e92c4fc8c2f80fe98b209326f9116da0a7 (patch)
tree0d44ac1fa916e5d562b96378fe8b4a39a8c83bbf /Gemfile
parentb317b05f90865e1e32d0bf3516cef58c54a2fc9b (diff)
wrong link to class_options
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 12f59f0..ca4b913 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
gemspec
-gem 'class_options', :git => 'git@github.com:Gibheer/class_options.git'
+gem 'class_options', :git => 'https://github.com/Gibheer/class_options.git'
group :development do
gem 'devutils-guard'