Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
18 changes: 15 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down