Skip to content

Commit b3ddf5b

Browse files
authored
Update a few dependencies (#521)
Change-Id: Id27aa33246716b52186e95f92ad0069c74c0ae44
1 parent c9ebaac commit b3ddf5b

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
34.2.0
2+
-----
3+
- Add a minimum version for standard
4+
- Remove allocation_tracer
5+
- Update gapic-common to 1.0.1
6+
17
34.1.0
28
-----
39
- Update activesupport version to 7.1

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ gem 'google-adwords-api', '~> 1.5'
1010
# used for the factories generator
1111
gem 'activesupport', '~> 7.1'
1212
gem 'rspec', '~> 3.6'
13-
gem 'standard'
14-
gem 'allocation_tracer'
13+
gem 'standard', ">= 1.35.1"
1514
gem 'benchmark-ips'
1615
gem 'yard'
1716
gem 'rubocop', require: false

google-ads-googleads.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
3434
s.required_ruby_version = '>= 3.0.0'
3535
s.summary = 'Google client library for the Google Ads API'
3636

37-
s.add_dependency 'gapic-common', ['>= 0.25', '< 2.0']
37+
s.add_dependency 'gapic-common', ['>= 1.0.1', '< 3.0']
3838
s.add_dependency 'google-protobuf', ['>= 3.19.4', '< 5.0']
3939

4040
s.add_development_dependency 'bundler', ["> 1.9", "< 3"]

lib/google/ads/google_ads/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module Google
2020
module Ads
2121
module GoogleAds
2222
CLIENT_LIB_NAME = 'gccl'.freeze
23-
CLIENT_LIB_VERSION = '34.1.0'.freeze
23+
CLIENT_LIB_VERSION = '34.2.0'.freeze
2424
VERSION = CLIENT_LIB_VERSION
2525
end
2626
end

0 commit comments

Comments
 (0)