Skip to content

Commit 3fef501

Browse files
committedSep 13, 2023
Merge branch 'develop'
2 parents 55ac1ca + 020ca5d commit 3fef501

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed
 

‎Gemfile.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/ncbo/goo.git
3-
revision: cd477a1c71d8c2b2c26c3ea92c9457643a9cc70a
3+
revision: daea7822af9e5ca1961d6873a758735133a1b2db
44
branch: master
55
specs:
66
goo (0.0.2)
@@ -15,7 +15,7 @@ GIT
1515

1616
GIT
1717
remote: https://github.com/ncbo/ncbo_annotator.git
18-
revision: ac11b22596b87a6eecbcd70787b2370c18ff4770
18+
revision: 04226ac5840a328e6f906f15c769ee6ee5723102
1919
branch: master
2020
specs:
2121
ncbo_annotator (0.0.1)
@@ -26,7 +26,7 @@ GIT
2626

2727
GIT
2828
remote: https://github.com/ncbo/ontologies_linked_data.git
29-
revision: 89474face62004ab70430ef718556fe50720e038
29+
revision: a7ad210e846a390f203457be2459719214d142fe
3030
branch: master
3131
specs:
3232
ontologies_linked_data (0.0.1)
@@ -76,6 +76,7 @@ GEM
7676
multi_json (~> 1.0)
7777
addressable (2.8.5)
7878
public_suffix (>= 2.0.2, < 6.0)
79+
base64 (0.1.1)
7980
bcrypt (3.1.19)
8081
builder (3.2.4)
8182
coderay (1.1.3)
@@ -90,7 +91,8 @@ GEM
9091
htmlentities (~> 4.3.3)
9192
launchy (~> 2.1)
9293
mail (~> 2.6)
93-
faraday (2.7.10)
94+
faraday (2.7.11)
95+
base64
9496
faraday-net_http (>= 2.0, < 3.1)
9597
ruby2_keywords (>= 0.0.4)
9698
faraday-net_http (3.0.2)
@@ -108,8 +110,8 @@ GEM
108110
google-analytics-data (0.4.0)
109111
google-analytics-data-v1beta (>= 0.7, < 2.a)
110112
google-cloud-core (~> 1.6)
111-
google-analytics-data-v1beta (0.8.1)
112-
gapic-common (>= 0.19.1, < 2.a)
113+
google-analytics-data-v1beta (0.9.0)
114+
gapic-common (>= 0.20.0, < 2.a)
113115
google-cloud-errors (~> 1.0)
114116
google-cloud-core (1.6.0)
115117
google-cloud-env (~> 1.0)
@@ -126,20 +128,19 @@ GEM
126128
grpc (~> 1.27)
127129
googleapis-common-protos-types (1.8.0)
128130
google-protobuf (~> 3.18)
129-
googleauth (1.7.0)
131+
googleauth (1.8.0)
130132
faraday (>= 0.17.3, < 3.a)
131133
jwt (>= 1.4, < 3.0)
132-
memoist (~> 0.16)
133134
multi_json (~> 1.11)
134135
os (>= 0.9, < 2.0)
135136
signet (>= 0.16, < 2.a)
136-
grpc (1.57.0)
137+
grpc (1.58.0)
137138
google-protobuf (~> 3.23)
138139
googleapis-common-protos-types (~> 1.0)
139-
grpc (1.57.0-x86_64-darwin)
140+
grpc (1.58.0-x86_64-darwin)
140141
google-protobuf (~> 3.23)
141142
googleapis-common-protos-types (~> 1.0)
142-
grpc (1.57.0-x86_64-linux)
143+
grpc (1.58.0-x86_64-linux)
143144
google-protobuf (~> 3.23)
144145
googleapis-common-protos-types (~> 1.0)
145146
htmlentities (4.3.4)
@@ -159,7 +160,6 @@ GEM
159160
systemu (~> 2.6.5)
160161
mail (2.6.6)
161162
mime-types (>= 1.16, < 4)
162-
memoist (0.16.2)
163163
method_source (1.0.0)
164164
mime-types (3.5.1)
165165
mime-types-data (~> 3.2015)
@@ -264,4 +264,4 @@ DEPENDENCIES
264264
test-unit-minitest
265265

266266
BUNDLED WITH
267-
2.3.15
267+
2.4.17

0 commit comments

Comments
 (0)
Please sign in to comment.