Skip to content

Commit

Permalink
Loosen faraday-gzip to a version that can use > zlib-2.1.1 (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Jul 3, 2024
1 parent 9af6e74 commit 34f5330
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 @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'multipart-post' # promiscuous mode
gem.add_dependency 'faraday', '< 3.0'
gem.add_dependency 'faraday-multipart', '~> 1.0', '>= 1.0.4'
gem.add_dependency 'faraday-gzip', '~> 1.0'
gem.add_dependency 'faraday-gzip', '>= 1.0'

gem.add_development_dependency 'rake'
gem.add_development_dependency 'simplecov'
Expand Down

0 comments on commit 34f5330

Please sign in to comment.