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
48 changes: 26 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
atomos (0.1.3)
babosa (1.0.2)
backports (3.15.0)
backports (3.23.0)
claide (1.0.3)
claide-plugins (0.9.2)
cork
Expand All @@ -17,7 +17,7 @@ GEM
colored2 (3.1.2)
commander-fastlane (4.4.6)
highline (~> 1.7.2)
connection_pool (2.2.2)
connection_pool (2.3.0)
cork (0.3.0)
colored2 (~> 3.1)
danger (6.0.9)
Expand All @@ -33,8 +33,7 @@ GEM
no_proxy_fix
octokit (~> 4.7)
terminal-table (~> 1)
declarative (0.0.10)
declarative-option (0.1.0)
declarative (0.0.20)
digest-crc (0.4.1)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
Expand All @@ -43,7 +42,7 @@ GEM
ethon (0.12.0)
ffi (>= 1.3.0)
excon (0.66.0)
faraday (0.15.4)
faraday (0.17.6)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
Expand Down Expand Up @@ -99,7 +98,9 @@ GEM
net-http-persistent (>= 2.7)
net-http-pipeline
gh_inspector (1.1.3)
git (1.5.0)
git (1.13.0)
addressable (~> 2.8)
rchardet (~> 1.8)
google-api-client (0.23.9)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.5, < 0.7.0)
Expand Down Expand Up @@ -133,29 +134,30 @@ GEM
kramdown (2.1.0)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
launchy (2.4.3)
addressable (~> 2.3)
memoist (0.16.0)
launchy (2.5.2)
addressable (~> 2.8)
memoist (0.16.2)
method_source (0.9.2)
mime-types (3.3)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0904)
mime-types-data (3.2022.0105)
mini_magick (4.9.5)
multi_json (1.13.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.0.0)
nanaimo (0.2.6)
nap (1.1.0)
naturally (2.2.0)
net-http-persistent (3.1.0)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
net-http-pipeline (1.0.1)
no_proxy_fix (0.1.2)
octokit (4.14.0)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
openssl (2.1.2)
os (1.0.1)
os (1.1.4)
plist (3.5.0)
pry (0.12.2)
coderay (~> 1.1.0)
Expand All @@ -164,9 +166,10 @@ GEM
pusher-client (0.6.2)
json
websocket (~> 1.0)
representable (3.0.4)
rchardet (1.8.0)
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.2)
rouge (2.0.7)
Expand All @@ -175,9 +178,9 @@ GEM
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
security (0.1.3)
signet (0.11.0)
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)
simctl (1.6.5)
Expand All @@ -187,6 +190,7 @@ GEM
terminal-notifier (2.0.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
trailblazer-option (0.1.2)
travis (1.8.10)
backports
faraday (~> 0.9)
Expand Down