Skip to content

Commit 2b8dc24

Browse files
Merge pull request #31 from ONSdigital/CLATED-1249-adding-pubsub-to-gem
CLATED-1249-adding pub/sub to gem
2 parents c742f4b + e439282 commit 2b8dc24

File tree

2 files changed

+38
-18
lines changed

2 files changed

+38
-18
lines changed

parent-image/Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ source 'https://rubygems.org'
44

55
gem 'feedjira'
66
gem 'google-cloud-firestore'
7+
gem 'google-cloud-pubsub'
78
gem 'json'
89
gem 'nokogiri'
910
gem 'rest-client'

parent-image/Gemfile.lock

+37-18
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ GEM
33
specs:
44
addressable (2.8.1)
55
public_suffix (>= 2.0.2, < 6.0)
6-
concurrent-ruby (1.2.0)
6+
concurrent-ruby (1.2.2)
77
crass (1.0.6)
88
domain_name (0.5.20190701)
99
unf (>= 0.0.5, < 1.0.0)
1010
faraday (2.7.4)
1111
faraday-net_http (>= 2.0, < 3.1)
1212
ruby2_keywords (>= 0.0.4)
1313
faraday-net_http (3.0.2)
14-
faraday-retry (2.0.0)
14+
faraday-retry (2.1.0)
1515
faraday (~> 2.0)
1616
feedjira (3.2.2)
1717
loofah (>= 2.3.1)
1818
sax-machine (>= 1.0)
19-
gapic-common (0.16.0)
19+
gapic-common (0.18.0)
2020
faraday (>= 1.9, < 3.a)
2121
faraday-retry (>= 1.0, < 3.a)
2222
google-protobuf (~> 3.14)
@@ -29,20 +29,33 @@ GEM
2929
google-cloud-errors (~> 1.0)
3030
google-cloud-env (1.6.0)
3131
faraday (>= 0.17.3, < 3.0)
32-
google-cloud-errors (1.3.0)
33-
google-cloud-firestore (2.8.0)
32+
google-cloud-errors (1.3.1)
33+
google-cloud-firestore (2.11.0)
3434
concurrent-ruby (~> 1.0)
3535
google-cloud-core (~> 1.5)
36-
google-cloud-firestore-v1 (~> 0.0)
36+
google-cloud-firestore-v1 (~> 0.10)
3737
rbtree (~> 0.4.2)
38-
google-cloud-firestore-v1 (0.8.0)
39-
gapic-common (>= 0.10, < 2.a)
38+
google-cloud-firestore-v1 (0.10.0)
39+
gapic-common (>= 0.17.1, < 2.a)
4040
google-cloud-errors (~> 1.0)
41-
google-cloud-location (>= 0.0, < 2.a)
42-
google-cloud-location (0.3.0)
43-
gapic-common (>= 0.16.0, < 2.a)
41+
google-cloud-location (>= 0.4, < 2.a)
42+
google-cloud-location (0.4.0)
43+
gapic-common (>= 0.17.1, < 2.a)
4444
google-cloud-errors (~> 1.0)
45-
google-protobuf (3.21.12-x86_64-darwin)
45+
google-cloud-pubsub (2.15.1)
46+
concurrent-ruby (~> 1.1)
47+
google-cloud-core (~> 1.5)
48+
google-cloud-pubsub-v1 (~> 0.8)
49+
retriable (~> 3.1)
50+
google-cloud-pubsub-v1 (0.15.1)
51+
gapic-common (>= 0.17.1, < 2.a)
52+
google-cloud-errors (~> 1.0)
53+
google-iam-v1 (>= 0.4, < 2.a)
54+
google-iam-v1 (0.4.0)
55+
gapic-common (>= 0.17.1, < 2.a)
56+
google-cloud-errors (~> 1.0)
57+
grpc-google-iam-v1 (~> 1.1)
58+
google-protobuf (3.22.2-x86_64-darwin)
4659
googleapis-common-protos (1.4.0)
4760
google-protobuf (~> 3.14)
4861
googleapis-common-protos-types (~> 1.2)
@@ -56,24 +69,28 @@ GEM
5669
multi_json (~> 1.11)
5770
os (>= 0.9, < 2.0)
5871
signet (>= 0.16, < 2.a)
59-
grpc (1.51.0-x86_64-darwin)
72+
grpc (1.52.0-x86_64-darwin)
6073
google-protobuf (~> 3.21)
6174
googleapis-common-protos-types (~> 1.0)
75+
grpc-google-iam-v1 (1.2.0)
76+
google-protobuf (~> 3.14)
77+
googleapis-common-protos (>= 1.3.12, < 2.0)
78+
grpc (~> 1.27)
6279
http-accept (1.7.0)
6380
http-cookie (1.0.5)
6481
domain_name (~> 0.5)
6582
json (2.6.3)
66-
jwt (2.6.0)
83+
jwt (2.7.0)
6784
loofah (2.19.1)
6885
crass (~> 1.0.2)
6986
nokogiri (>= 1.5.9)
7087
memoist (0.16.2)
7188
mime-types (3.4.1)
7289
mime-types-data (~> 3.2015)
73-
mime-types-data (3.2022.0105)
90+
mime-types-data (3.2023.0218.1)
7491
multi_json (1.15.0)
7592
netrc (0.11.0)
76-
nokogiri (1.14.0-x86_64-darwin)
93+
nokogiri (1.14.2-x86_64-darwin)
7794
racc (~> 1.4)
7895
os (1.1.4)
7996
public_suffix (5.0.1)
@@ -84,8 +101,9 @@ GEM
84101
http-cookie (>= 1.0.2, < 2.0)
85102
mime-types (>= 1.16, < 4.0)
86103
netrc (~> 0.8)
104+
retriable (3.1.2)
87105
ruby2_keywords (0.0.5)
88-
sanitize (6.0.0)
106+
sanitize (6.0.1)
89107
crass (~> 1.0.2)
90108
nokogiri (>= 1.12.0)
91109
sax-machine (1.3.2)
@@ -104,10 +122,11 @@ PLATFORMS
104122
DEPENDENCIES
105123
feedjira
106124
google-cloud-firestore
125+
google-cloud-pubsub
107126
json
108127
nokogiri
109128
rest-client
110129
sanitize
111130

112131
BUNDLED WITH
113-
2.3.7
132+
2.4.2

0 commit comments

Comments
 (0)