Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gapic-generator-ads/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
actionpack (~> 8.0)
bigdecimal (~> 3.0)
google-cloud-common (~> 1.2)
google-protobuf (~> 4.30)
google-protobuf (>= 4.36.0.rc.1, < 5.0)
google-style (~> 1.32.0)
googleapis-common-protos-types (~> 1.9)

Expand Down Expand Up @@ -61,7 +61,7 @@ GEM
google-cloud-common (1.10.0)
google-protobuf (>= 3.18, < 5.a)
googleapis-common-protos-types (~> 1.20)
google-protobuf (4.35.1-x86_64-linux-gnu)
google-protobuf (4.36.0.rc.1-x86_64-linux-gnu)
bigdecimal
rake (~> 13.3)
google-style (1.32.0)
Expand Down
4 changes: 2 additions & 2 deletions gapic-generator-cloud/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
actionpack (~> 8.0)
bigdecimal (~> 3.0)
google-cloud-common (~> 1.2)
google-protobuf (~> 4.30)
google-protobuf (>= 4.36.0.rc.1, < 5.0)
google-style (~> 1.32.0)
googleapis-common-protos-types (~> 1.9)

Expand Down Expand Up @@ -61,7 +61,7 @@ GEM
google-cloud-common (1.10.0)
google-protobuf (>= 3.18, < 5.a)
googleapis-common-protos-types (~> 1.20)
google-protobuf (4.35.1-x86_64-linux-gnu)
google-protobuf (4.36.0.rc.1-x86_64-linux-gnu)
bigdecimal
rake (~> 13.3)
google-style (1.32.0)
Expand Down
4 changes: 2 additions & 2 deletions gapic-generator/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
actionpack (~> 8.0)
bigdecimal (~> 3.0)
google-cloud-common (~> 1.2)
google-protobuf (~> 4.30)
google-protobuf (>= 4.36.0.rc.1, < 5.0)
google-style (~> 1.32.0)
googleapis-common-protos-types (~> 1.9)

Expand Down Expand Up @@ -55,7 +55,7 @@ GEM
google-cloud-common (1.10.0)
google-protobuf (>= 3.18, < 5.a)
googleapis-common-protos-types (~> 1.20)
google-protobuf (4.35.1-x86_64-linux-gnu)
google-protobuf (4.36.0.rc.1-x86_64-linux-gnu)
bigdecimal
rake (~> 13.3)
google-style (1.32.0)
Expand Down
2 changes: 1 addition & 1 deletion gapic-generator/gapic-generator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "bigdecimal", "~> 3.0"
spec.add_dependency "googleapis-common-protos-types", "~> 1.9"
spec.add_dependency "google-cloud-common", "~> 1.2"
spec.add_dependency "google-protobuf", "~> 4.30"
spec.add_dependency "google-protobuf", ">= 4.36.0.rc.1", "< 5.0"
spec.add_dependency "google-style", "~> 1.32.0"
end
2 changes: 2 additions & 0 deletions shared/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ gem "minitest-autotest", "~> 1.0"
gem "minitest-focus", "~> 1.0"
gem "ostruct", "0.6.3"
gem "rake", ">= 12.0"

gem "google-protobuf", "4.36.0.rc.1"
Loading