Skip to content

Commit

Permalink
v6.0.5 - Fix httparty dependency issue (#52)
Browse files Browse the repository at this point in the history
* make httparty dependency more flexible

* move to version v6.0.5
  • Loading branch information
nic-lan authored Aug 3, 2023
1 parent 92b0488 commit 8e114af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 6.0.5
Fix dependency issue with httparty version in respect with f3d-job

* 6.0.4
Fix issue with failing V13/BulkService API requests

Expand Down
2 changes: 1 addition & 1 deletion bing-ads-reporting.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.test_files = [] # gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']

gem.add_dependency 'httparty', '~> 0.17.0'
gem.add_dependency 'httparty', '~> 0'
gem.add_dependency 'datebox', '~> 0.5.0'
gem.add_dependency 'oauth2', '~> 1.4.1'
gem.add_dependency 'savon', '~> 2.12.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/bing-ads-reporting/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BingAdsReporting
VERSION = '6.0.4'.freeze
VERSION = '6.0.5'.freeze
end

0 comments on commit 8e114af

Please sign in to comment.