diff --git a/Gemfile.lock b/Gemfile.lock index 2a0cdce..d9101ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,13 +7,13 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (4.2.3) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.3.8) + activesupport (7.0.3.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) autoparse (0.3.3) addressable (>= 2.3.1) extlib (>= 0.9.15) @@ -23,9 +23,10 @@ GEM debugger-linecache (~> 1.2) coderay (1.1.0) columnize (0.8.9) + concurrent-ruby (1.1.10) debugger-linecache (1.2.0) extlib (0.9.16) - faraday (0.9.1) + faraday (0.17.5) multipart-post (>= 1.2, < 3) google-api-client (0.8.6) activesupport (>= 3.2) @@ -38,27 +39,24 @@ GEM multi_json (~> 1.10) retriable (~> 1.4) signet (~> 0.6) - googleauth (0.4.1) - faraday (~> 0.9) - jwt (~> 1.4) - logging (~> 2.0) - memoist (~> 0.12) - multi_json (= 1.11) - signet (~> 0.6) - i18n (0.7.0) - json (1.8.3) - jwt (1.5.1) - launchy (2.4.3) - addressable (~> 2.3) - little-plugger (1.1.3) - logging (2.0.0) - little-plugger (~> 1.1) - multi_json (~> 1.10) - memoist (0.12.0) + googleauth (0.17.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.15) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + jwt (2.4.1) + launchy (2.5.0) + addressable (~> 2.7) + memoist (0.16.2) method_source (0.8.2) minitest (5.3.4) - multi_json (1.11.0) - multipart-post (2.0.0) + multi_json (1.15.0) + multipart-post (2.2.3) + os (1.1.4) pry (0.9.12.6) coderay (~> 1.0) method_source (~> 0.8) @@ -66,18 +64,17 @@ GEM pry-byebug (1.3.2) byebug (~> 2.7) pry (~> 0.9.12) + public_suffix (4.0.7) rake (10.3.2) retriable (1.4.1) - signet (0.6.1) - addressable (~> 2.3) - extlib (~> 0.9) - faraday (~> 0.9) - jwt (~> 1.5) + signet (0.17.0) + addressable (~> 2.8) + faraday (>= 0.17.5, < 3.a) + jwt (>= 1.5, < 3.0) multi_json (~> 1.10) slop (3.5.0) - thread_safe (0.3.5) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS ruby