Skip to content

Commit

Permalink
Update google-api-client for Ruby 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
utilum committed Sep 21, 2020
1 parent 53dbae8 commit f67d2bf
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions Gemfile.lock
Expand Up @@ -198,7 +198,7 @@ GEM
daemons (1.3.1)
dalli (2.7.10)
dante (0.2.0)
declarative (0.0.10)
declarative (0.0.20)
declarative-option (0.1.0)
delayed_job (4.1.8)
activesupport (>= 3.0, < 6.1)
Expand All @@ -220,7 +220,7 @@ GEM
event_emitter (0.2.6)
eventmachine (1.2.7)
execjs (2.7.0)
faraday (1.0.0)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
faraday_middleware (1.0.0.rc1)
faraday (~> 1.0)
Expand All @@ -244,13 +244,14 @@ GEM
raabro (~> 1.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
google-api-client (0.37.2)
google-api-client (0.45.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 0.9)
httpclient (>= 2.8.1, < 3.0)
mini_mime (~> 1.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
rexml
signet (~> 0.12)
google-cloud-core (1.5.0)
google-cloud-env (~> 1.0)
Expand All @@ -265,13 +266,13 @@ GEM
google-cloud-core (~> 1.2)
googleauth (~> 0.9)
mini_mime (~> 1.0)
googleauth (0.11.0)
googleauth (0.13.1)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.12)
signet (~> 0.14)
hashdiff (1.0.0)
hiredis (0.6.3)
hiredis (0.6.3-java)
Expand All @@ -288,7 +289,7 @@ GEM
jmespath (1.4.0)
json (2.3.1)
json (2.3.1-java)
jwt (2.2.1)
jwt (2.2.2)
kindlerb (1.2.0)
mustache
nokogiri
Expand Down Expand Up @@ -327,7 +328,7 @@ GEM
msgpack (1.3.1-java)
msgpack (1.3.1-x64-mingw32)
msgpack (1.3.1-x86-mingw32)
multi_json (1.14.1)
multi_json (1.15.0)
multipart-post (2.1.1)
mustache (1.1.1)
mustermann (1.0.3)
Expand All @@ -343,7 +344,7 @@ GEM
mini_portile2 (~> 2.4.0)
nokogiri (1.10.10-x86-mingw32)
mini_portile2 (~> 2.4.0)
os (1.0.1)
os (1.1.1)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
Expand All @@ -352,7 +353,7 @@ GEM
pg (1.2.3-x64-mingw32)
pg (1.2.3-x86-mingw32)
psych (3.1.0)
public_suffix (4.0.2)
public_suffix (4.0.6)
puma (4.3.1)
nio4r (~> 2.0)
puma (4.3.1-java)
Expand Down Expand Up @@ -461,7 +462,7 @@ GEM
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
sigdump (0.2.4)
signet (0.13.0)
signet (0.14.0)
addressable (~> 2.3)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.5, < 3.0)
Expand Down Expand Up @@ -509,9 +510,10 @@ GEM
useragent (0.16.10)
vegas (0.1.11)
rack (>= 1.0.0)
w3c_validators (1.3.5)
w3c_validators (1.3.6)
json (>= 1.8)
nokogiri (~> 1.6)
rexml (~> 3.2)
wdm (0.1.1)
webdrivers (4.1.3)
nokogiri (~> 1.6)
Expand Down Expand Up @@ -607,7 +609,7 @@ DEPENDENCIES
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
w3c_validators
w3c_validators (~> 1.3.6)
wdm (>= 0.1.0)
webdrivers
webmock
Expand Down

0 comments on commit f67d2bf

Please sign in to comment.