From 701382e92c4fc8c2f80fe98b209326f9116da0a7 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Mon, 28 Jan 2013 18:16:00 +0100 Subject: [PATCH] wrong link to class_options --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 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' diff --git a/Gemfile.lock b/Gemfile.lock index 7ef9ab8..c15fc4e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GIT - remote: git@github.com:Gibheer/class_options.git + remote: https://github.com/Gibheer/class_options.git revision: 38cb6da00a9aa613eb7510145345cd5eb3c06614 specs: class_options (0.0.2)