diff --git a/Gemfile b/Gemfile index e6f122df..a1dadbc7 100644 --- a/Gemfile +++ b/Gemfile @@ -5,3 +5,15 @@ gem "semantic" plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') eval_gemfile(plugins_path) if File.exist?(plugins_path) + +gem "logger", "~> 1.7" + +gem "mutex_m", "~> 0.3.0" + +gem "ostruct", "~> 0.6.3" + +gem "abbrev", "~> 0.1.2" + +gem "base64", "~> 0.3.0" + +gem "nkf", "~> 0.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index f753f3fa..d10ec99d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: CFPropertyList (3.0.6) rexml + abbrev (0.1.2) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) artifactory (3.0.15) @@ -24,6 +25,7 @@ GEM aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) + base64 (0.3.0) claide (1.1.0) colored (1.2) colored2 (3.1.2) @@ -55,13 +57,13 @@ GEM faraday-em_synchrony (1.0.0) faraday-excon (1.1.0) faraday-httpclient (1.0.1) - faraday-multipart (1.0.4) - multipart-post (~> 2) + faraday-multipart (1.2.0) + multipart-post (~> 2.0) faraday-net_http (1.0.1) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) - faraday-retry (1.0.3) + faraday-retry (1.0.4) faraday_middleware (1.2.0) faraday (~> 1.0) fastimage (2.3.0) @@ -152,14 +154,18 @@ GEM jmespath (1.6.2) json (2.7.1) jwt (2.7.1) + logger (1.7.0) mini_magick (4.12.0) mini_mime (1.1.5) multi_json (1.15.0) multipart-post (2.3.0) + mutex_m (0.3.0) nanaimo (0.3.0) naturally (2.2.1) + nkf (0.3.0) optparse (0.4.0) os (1.1.4) + ostruct (0.6.3) plist (3.7.1) public_suffix (5.0.4) rake (13.1.0) @@ -209,9 +215,15 @@ PLATFORMS ruby DEPENDENCIES + abbrev (~> 0.1.2) + base64 (~> 0.3.0) fastlane fastlane-plugin-automated_test_emulator_run fastlane-plugin-changelog + logger (~> 1.7) + mutex_m (~> 0.3.0) + nkf (~> 0.3.0) + ostruct (~> 0.6.3) semantic BUNDLED WITH