Skip to content

Commit

Permalink
Allow roxml 4.0.0 (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
pusewicz authored and ruckus committed Dec 12, 2017
1 parent e731b46 commit 7fa84f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickbooks-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.files = Dir['lib/**/*']

gem.add_dependency 'oauth', '0.4.7'
gem.add_dependency 'roxml', '3.3.1'
gem.add_dependency 'roxml', '>= 3.3.1', '< 4.1'
gem.add_dependency 'nokogiri' # promiscuous mode
gem.add_dependency 'activemodel' # promiscuous mode
gem.add_dependency 'multipart-post' # promiscuous mode
Expand Down

0 comments on commit 7fa84f3

Please sign in to comment.