mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
TODO: The routes are somehow messed up and need to be fixed. example: example.com/redmine/redmine/qbo/estimate/1 in lieu: example.com/redmine/qbo/estimate/1
9 lines
214 B
Ruby
9 lines
214 B
Ruby
source 'https://rubygems.org'
|
|
|
|
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'
|
|
gem 'nokogiri'
|