From 6fd43cdf86ff056890761157445c1ab0ff8db00a Mon Sep 17 00:00:00 2001 From: Kristofer Rye Date: Fri, 10 Aug 2018 19:50:12 -0500 Subject: [PATCH 1/2] Update fastlane to 2.101.1 --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6c27a73547..cc039036a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) fastimage (2.1.3) - fastlane (2.100.1) + fastlane (2.101.1) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.3, < 3.0.0) babosa (>= 1.0.2, < 2.0.0) @@ -42,7 +42,7 @@ GEM faraday_middleware (~> 0.9) fastimage (>= 2.1.0, < 3.0.0) gh_inspector (>= 1.1.2, < 2.0.0) - google-api-client (>= 0.21.2, < 0.22.0) + google-api-client (>= 0.21.2, < 0.24.0) highline (>= 1.7.2, < 2.0.0) json (< 3.0.0) mini_magick (~> 4.5.1) @@ -68,14 +68,14 @@ GEM xml-simple gh_inspector (1.1.3) git (1.4.0) - google-api-client (0.21.2) + google-api-client (0.23.4) addressable (~> 2.5, >= 2.5.1) googleauth (>= 0.5, < 0.7.0) httpclient (>= 2.8.1, < 3.0) mime-types (~> 3.0) representable (~> 3.0) retriable (>= 2.0, < 4.0) - googleauth (0.6.2) + googleauth (0.6.4) faraday (~> 0.12) jwt (>= 1.4, < 3.0) logging (~> 2.0) From b32553a1135f2fc2ae8fb8c610e975678ed178fd Mon Sep 17 00:00:00 2001 From: Kristofer Rye Date: Fri, 10 Aug 2018 19:50:21 -0500 Subject: [PATCH 2/2] Update some other Ruby dependencies --- Gemfile.lock | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cc039036a6..37c6e79244 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) ast (2.4.0) - atomos (0.1.2) + atomos (0.1.3) babosa (1.0.2) claide (1.0.2) colored (1.2) @@ -67,7 +67,7 @@ GEM git xml-simple gh_inspector (1.1.3) - git (1.4.0) + git (1.5.0) google-api-client (0.23.4) addressable (~> 2.5, >= 2.5.1) googleauth (>= 0.5, < 0.7.0) @@ -78,10 +78,9 @@ GEM googleauth (0.6.4) faraday (~> 0.12) jwt (>= 1.4, < 3.0) - logging (~> 2.0) memoist (~> 0.12) multi_json (~> 1.11) - os (~> 0.9) + os (>= 0.9, < 2.0) signet (~> 0.7) highline (1.7.10) http-cookie (1.0.3) @@ -90,10 +89,6 @@ GEM jaro_winkler (1.5.1) json (2.1.0) jwt (2.1.0) - little-plugger (1.1.4) - logging (2.2.2) - little-plugger (~> 1.1) - multi_json (~> 1.10) memoist (0.16.0) mime-types (3.1) mime-types-data (~> 3.2015) @@ -104,7 +99,7 @@ GEM multipart-post (2.0.0) nanaimo (0.2.6) naturally (2.2.0) - os (0.9.6) + os (1.0.0) parallel (1.12.1) parser (2.5.1.2) ast (~> 2.4.0) @@ -118,7 +113,7 @@ GEM uber (< 0.2.0) retriable (3.1.2) rouge (2.0.7) - rubocop (0.58.1) + rubocop (0.58.2) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) @@ -126,7 +121,7 @@ GEM rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.9.0) + ruby-progressbar (1.10.0) rubyzip (1.2.1) security (0.1.3) signet (0.8.1)