From cf97b341abd1e07f7030bc90eceb827d54b12b1d Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 12 Jan 2016 19:39:30 -0500 Subject: [PATCH] Updated Gemfile to work off my branch --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1e46fd8..6edad09 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' -gem 'quickbooks-ruby'#, :git => 'https://github.com/rickbarrette/quickbooks-ruby.git' +gem 'quickbooks-ruby'#, :git => 'https://github.com/rickbarrette/quickbooks-ruby.git', :branch => " rickbarrette-estimate-pdf-patch" gem 'quickbooks-ruby-base' gem 'oauth-plugin'#, '~> 0.5.1' gem 'oauth'