Merge branch 'master' into do-subscriptions

pull/15790/head
Jesús Arroyo Torrens 4 years ago
commit a3107feaaa

@ -95,8 +95,8 @@ gem 'rqrcode', '~> 0.10.1'
gem 'sys_cmd', '>= 1.1.3'
# db-connectors (DO Sync connector)
gem 'google-cloud-bigquery-storage-v1', '~>0.2.3'
gem 'avro', '~>1.10.0'
gem "google-cloud-bigquery-storage-v1", "~> 0.2.3"
gem "avro", "~> 1.10.0"
group :test do
gem 'simplecov', '0.13.0', require: false

@ -73,10 +73,10 @@ GEM
ffi-compiler (>= 0.1)
avro (1.10.0)
multi_json (~> 1)
aws-eventstream (1.1.0)
aws-partitions (1.353.0)
aws-sdk-acmpca (1.26.0)
aws-sdk-core (~> 3, >= 3.99.0)
aws-eventstream (1.0.3)
aws-partitions (1.286.0)
aws-sdk-acmpca (1.22.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.104.3)
aws-eventstream (~> 1, >= 1.0.2)
@ -169,8 +169,8 @@ GEM
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
gapic-common (0.3.4)
google-protobuf (~> 3.12, >= 3.12.2)
gapic-common (0.2.1)
google-protobuf (~> 3.2)
googleapis-common-protos (>= 1.3.9, < 2.0)
googleapis-common-protos-types (>= 1.0.4, < 2.0)
googleauth (~> 0.9)
@ -191,8 +191,8 @@ GEM
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.12)
google-cloud-bigquery-storage-v1 (0.2.4)
gapic-common (~> 0.3)
google-cloud-bigquery-storage-v1 (0.2.3)
gapic-common (~> 0.2)
google-cloud-errors (~> 1.0)
google-cloud-core (1.5.0)
google-cloud-env (~> 1.0)
@ -303,7 +303,7 @@ GEM
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.5)
public_suffix (3.0.3)
rack (1.6.13)
rack-protection (1.5.5)
rack

Loading…
Cancel
Save