Skip to content
Merged
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
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
octokit (>= 4.0)
pstore (~> 0.1)
terminal-table (>= 1, < 5)
danger-swiftlint (0.37.4)
danger-swiftlint (0.37.5)
danger
rake (> 10)
thor (~> 1.4)
Expand Down Expand Up @@ -143,7 +143,7 @@ GEM
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.1)
faraday-excon (1.1.0)
faraday-http-cache (2.5.1)
faraday-http-cache (2.6.1)
faraday (>= 0.8)
faraday-httpclient (1.0.1)
faraday-multipart (1.2.0)
Expand Down Expand Up @@ -260,20 +260,21 @@ GEM
domain_name (~> 0.5)
httpclient (2.9.0)
mutex_m
i18n (1.14.7)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
json (2.18.1)
jwt (2.10.2)
base64
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown (2.5.2)
rexml (>= 3.4.4)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
logger (1.7.0)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.27.0)
minitest (6.0.1)
prism (~> 1.5)
molinillo (0.8.0)
multi_json (1.19.1)
multipart-post (2.4.1)
Expand All @@ -291,8 +292,9 @@ GEM
os (1.1.4)
ostruct (0.6.3)
plist (3.7.2)
prism (1.9.0)
process_executer (1.3.0)
pstore (0.2.0)
pstore (0.2.1)
public_suffix (4.0.7)
rake (13.3.1)
rchardet (1.10.0)
Expand Down Expand Up @@ -323,7 +325,7 @@ GEM
terminal-notifier (2.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.4.0)
thor (1.5.0)
trailblazer-option (0.1.2)
tty-cursor (0.7.1)
tty-screen (0.8.2)
Expand Down
Loading