From 7637a6fa2842f16837ad338a3ece2ebaa5f64449 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 12 Jan 2016 19:01:33 -0500 Subject: [PATCH] Updated Gemfile to use my copy of quickbooks-ruby Also Added quickbooks-ruby-base --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d2363ce..1e46fd8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,8 @@ source 'https://rubygems.org' -gem 'quickbooks-ruby'#, :git => 'https://github.com/ruckus/quickbooks-ruby.git' +gem 'quickbooks-ruby'#, :git => 'https://github.com/rickbarrette/quickbooks-ruby.git' +gem 'quickbooks-ruby-base' gem 'oauth-plugin'#, '~> 0.5.1' gem 'oauth' gem 'roxml'