Skip to content
Open
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
74 changes: 27 additions & 47 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ GIT
octokit (~> 4.7)
terminal-table (~> 1)

GIT
remote: https://github.com/krausefx/trainer
revision: 56432db48e8f110181b393b33490a3d4763982ec
specs:
fastlane-plugin-trainer (0.4.0)
trainer (>= 0.7.0)
trainer (0.7.0)
plist (>= 3.1.0, < 4.0.0)

GIT
remote: https://github.com/orta/danger-junit
revision: ec0b2ac254728a0b0fe44644186ce9a19e4ad342
Expand All @@ -32,11 +23,6 @@ GIT
danger (> 2.0)
ox (~> 2.0)

PATH
remote: fastlane-plugin-emoji_fetcher
specs:
fastlane-plugin-emoji_fetcher (0.2.0)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -46,8 +32,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
babosa (1.0.2)
claide (1.0.2)
claide-plugins (0.9.2)
Expand Down Expand Up @@ -97,14 +83,13 @@ GEM
colored2 (~> 3.1)
danger-device_grid (0.2.0)
fastlane (>= 2.0.0, < 3.0.0)
declarative (0.0.10)
declarative-option (0.1.0)
declarative (0.0.20)
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.2.1)
escape (0.0.4)
excon (0.60.0)
faraday (0.13.1)
faraday (0.17.5)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
Expand Down Expand Up @@ -159,74 +144,71 @@ GEM
mime-types (~> 3.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
googleauth (0.6.2)
faraday (~> 0.12)
googleauth (0.17.1)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
logging (~> 2.0)
memoist (~> 0.12)
memoist (~> 0.16)
multi_json (~> 1.11)
os (~> 0.9)
signet (~> 0.7)
os (>= 0.9, < 2.0)
signet (~> 0.15)
highline (1.7.10)
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (0.9.1)
concurrent-ruby (~> 1.0)
json (2.1.0)
jwt (2.1.0)
jwt (2.5.0)
kramdown (1.16.2)
little-plugger (1.1.4)
logging (2.2.2)
little-plugger (~> 1.1)
multi_json (~> 1.10)
memoist (0.16.0)
memoist (0.16.2)
method_source (0.9.0)
mime-types (3.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mime-types-data (3.2022.0105)
mini_magick (4.5.1)
minitest (5.11.1)
molinillo (0.5.7)
multi_json (1.13.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.0.0)
nanaimo (0.2.3)
nap (1.1.0)
netrc (0.11.0)
no_proxy_fix (0.1.2)
octokit (4.8.0)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
os (0.9.6)
os (1.1.4)
ox (2.8.2)
plist (3.4.0)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (2.0.5)
representable (3.0.4)
representable (3.2.0)
declarative (< 0.1.0)
declarative-option (< 0.2.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.1)
retriable (3.1.2)
rouge (2.0.7)
ruby-macho (1.1.0)
rubyzip (1.2.1)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
security (0.1.3)
signet (0.8.1)
addressable (~> 2.3)
faraday (~> 0.9)
signet (0.17.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
slack-notifier (2.3.2)
terminal-notifier (1.8.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
trailblazer-option (0.1.2)
tty-cursor (0.5.0)
tty-screen (0.6.4)
tty-spinner (0.8.0)
Expand Down Expand Up @@ -259,8 +241,6 @@ DEPENDENCIES
danger-device_grid
danger-junit!
fastlane
fastlane-plugin-emoji_fetcher!
fastlane-plugin-trainer!
pry

BUNDLED WITH
Expand Down