From 06c058b97075efa704ffe861d914957fc64d34c4 Mon Sep 17 00:00:00 2001 From: Brien Wankel Date: Tue, 7 May 2013 14:14:08 -0700 Subject: [PATCH] removing local path for pivotal-tracker gem --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 807e62c..51c8ce5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'pivotal-tracker', :path => '~/dev/pivotal-tracker' +gem 'pivotal-tracker' gem 'sqlite3' gem 'ruby-progressbar' gem 'pry'