Project

General

Profile

Bug #15490

Updated by nobu (Nobuyoshi Nakada) over 5 years ago

With Ruby 2.5.3p105 and now with Ruby 2.6.0 following our recent upgrade, we are sadly still seeing reasonably frequent segmentation faults from Ruby, specifically within socket.rb 

 Looking in socket.rb, it seems it's related to the address lookup: 

     Addrinfo.getaddrinfo(nodename, service, family, socktype, protocol, flags).each(&block) 

 Segfault report below in full.    Attached are diagnostic reports too.    If there is anything I can do to help reproduce I will, however sadly I have never been able to reproduce reliably, yet sadly it happens once every few days. 

 --- 

 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227: /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227: [BUG] Segmentation fault at 0x000000010f7e1a3a 
 ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-darwin18] 

 -- Crash Report log information -------------------------------------------- 
    See Crash Report log file under the one of following: 
      * ~/Library/Logs/DiagnosticReports                 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227:        [BUG]      Segmentation fault at 0x000000010f7e1a3a 
 ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-darwin18] 

      -- Crash Report log information -------------------------------------------- 
     See Crash Report log file under the one of following: 
        * /Library/Logs/DiagnosticReports 
        * ~/Library/Logs/DiagnosticReports 
      * /Library/Logs/DiagnosticReports 
    for more details. 
 Don't forget to include the above Crash Report log file in bug reports. 

 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227:    [BUG] [BUG]     Segmentation fault at 0x000000010f7e1a3aSegmentation fault at 0x000000010f7e1a3a 
 ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-darwin18] 


 ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-darwin18] 

     -- Crash Report log information ---------------------------------------------- Crash Report log information -------------------------------------------- 
    for more details. 

      See Crash Report log file under the one of following:     See Crash Report log file under the one of following: 

 Don't forget to include the above Crash Report log file in bug reports. 

 -- Control frame information ----------------------------------------------- 
 c:0045 p:---- s:0328 e:000327 CFUNC    :getaddrinfo 
 c:0044 p:0034 s:0318 e:000317 METHOD /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227 
 c:0043 p:0073 s:0307 e:000306 METHOD /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:631 
 c:0042 p:0123 s:0294 e:000293 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/session.rb:70 [FINISH] 
 c:0041 p:---- s:0287 e:000286 CFUNC    :new 
 c:0040 p:0341 s:0281 e:000280 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb:233 
 c:0039 p:0045 s:0269 e:000268 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:154 
 c:0038 p:0115 s:0265 e:000264 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:46 
 c:0037 p:0016 s:0250 e:000249 BLOCK    /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:455 
 c:0036 p:0005 s:0247 e:000246 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/shared/retriable.rb:7 
 c:0035 p:0140 s:0238 e:000237 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:454 
 c:0034 p:0007 s:0229 e:000228 BLOCK    /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:439 
 c:0033 p:0053 s:0225 e:000224 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:486 
 c:0032 p:0048 s:0216 e:000215 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:455 
 c:0031 p:0055 s:0203 e:000202 BLOCK    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:437 [FINISH] 
 c:0030 p:---- s:0200 e:000199 CFUNC    :fork 
 c:0029 p:0045 s:0196 e:000195 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:428 
 c:0028 p:0022 s:0184 e:000182 BLOCK    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:419 [FINISH] 
 c:0027 p:---- s:0178 e:000177 IFUNC 
 c:0026 p:---- s:0175 e:000174 CFUNC    :each 
 c:0025 p:---- s:0172 e:000171 CFUNC    :each_with_index 
 c:0024 p:0025 s:0168 e:000167 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418 
 c:0023 p:0025 s:0160 e:000159 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:358 
 c:0022 p:0289 s:0149 e:000148    METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:264 
     c:0021    p:0021    s:0138    e:000137    METHOD    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:217 

 c:0020 p:0117        * ~/Library/Logs/DiagnosticReportss:0131    E:0023e8    METHOD    /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:438 
     c:0019    p:0186    s:0126    e:000125    METHOD    /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:212 
           c:0018     p:0109    s:0121    e:000120    BLOCK    /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:78 [FINISH] 
 c:0017 
 p:---- s:0117 e:000116        * /Library/Logs/DiagnosticReports CFUNC     :each 
     c:0016    p:0302    s:0113    e:000112    METHOD    /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:62 
           c:0015    p:0088     s:0106    e:000105    METHOD    /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/deploy.rb:84 

 c:0014 p:0064      for more details.s:0100    e:000099    METHOD    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27 
          c:0013    p:0047     s:0092    e:000091    METHOD    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126 
       c:0012    p:0249    s:0085    e:000084    METHOD     /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359 
         c:0011    p:0202 s:0072         e:000071 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:115 
 c:0010 p:0064 s:0062 e:000061 BLOCK    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:235 [FINISH] 
 c:0009 p:0064 s:0057 e:000056 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27 
 c:0008 p:0047 s:0049 e:000048 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126 
 c:0007 p:0010 s:0042 e:000041 BLOCK    /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:140 
 c:0006 p:0013 s:0039 e:000038 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/exception_reporting.rb:49 
 c:0005 p:0011 s:0034 e:000033 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:139 
 c:0004 p:0249 s:0028 e:000027 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359 
 c:0003 p:0062 s:0015 e:000014 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/base.rb:440 
 c:0002 p:0140 s:0008 E:000040 EVAL     /Users/mattheworiordan/infrastructure/bin/acme-env:14 [FINISH] 
 c:0001 p:0000 s:0003 E:000950 (none) [FINISH] 

 -- Ruby level backtrace information ---------------------------------------- 
 /Users/mattheworiordan/infrastructure/bin/acme-env:14:in `<main>' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/base.rb:440:in `start' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:139:in `invoke_command' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/exception_reporting.rb:49:in `catch_and_report' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:140:in `block in invoke_command' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:235:in `block in subcommand' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:115:in `invoke' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run' 
 /User       * ~/Library/Logs/DiagnosticReports 
      * /Library/Logs/DiagnosticReports 
    for more details. 
 Don't forget to include the above Crash Report log file in bug reports.       -- Control frame information ----------------------------------------------- 


 -- Control frame information ----------------------------------------------- 
 c:0045 p:---- s:0328 c:0045 e:000327 p:---- CFUNC s:0328 e:000327    :getaddrinfoCFUNC 
  :getaddrinfo 
 c:0044 p:0034 c:0044 s:0318 p:0034 e:000317 s:0318 e:000317 METHODMETHOD /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227 

 c:0043 c:0043 p:0073 p:0073 s:0307 s:0307 e:000306 e:000306 METHODMETHOD /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:631 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:631 

 c:0042 c:0042 p:0123 p:0123 s:0294 s:0294 e:000293 e:000293 METHODMETHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/session.rb:70 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/session.rb:70 [FINISH] [FINISH] 

 c:0041 c:0041 p:---- p:---- s:0287 s:0287 e:000286 e:000286 CFUNC CFUNC    :new :new 

 c:0040 c:0040 p:0341 p:0341 s:0281 s:0281 e:000280 e:000280 METHODMETHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb:233 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb:233 

 c:0039 c:0039 p:0045 p:0045 s:0269 s:0269 e:000268 e:000268 METHODMETHOD /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:154 /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:154 

 c:0038 c:0038 p:0115 p:0115 s:0265 s:0265 e:000264 e:000264 METHODMETHOD /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:46 /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:46 

 c:0037 c:0037 p:0016 p:0016 s:0250 s:0250 e:000249 e:000249 BLOCK BLOCK    /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:455 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:455 

 c:0036 c:0036 p:0005 p:0005 s:0247 s:0247 e:000246 e:000246 METHODMETHOD /Users/mattheworiordan/infrastructure/lib/acme_env/shared/retriable.rb:7 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/retriable.rb:7 

 c:0035 c:0035 p:0140 p:0140 s:0238 s:0238 e:000237 e:000237 METHODMETHOD /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:454 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:454 

 c:0034 c:0034 p:0007 p:0007 s:0229 s:0229 e:000228 e:000228 BLOCK BLOCK    /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:439 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:439 

 c:0033 c:0033 p:0053 p:0053 s:0225 s:0225 e:000224 e:000224 METHODMETHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:486 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:486 

 c:0032 c:0032 p:0048 p:0048 s:0216 s:0216 e:000215 e:000215 METHODMETHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:455 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:455 

 c:0031 c:0031 p:0055 p:0055 s:0203 s:0203 e:000202 e:000202 BLOCK BLOCK    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:437 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:437 [FINISH] [FINISH] 

 c:0030 c:0030 p:---- p:---- s:0200 s:0200 e:000199 e:000199 CFUNC CFUNC    :fork 
  :fork 
 c:0029 p:0045 c:0029 s:0196 p:0045 e:000195 s:0196 METHODe:000195    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:428METHOD 
  /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:428 
 c:0028 p:0022 c:0028 s:0184 p:0022 e:000182 s:0184 BLOCK    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:419e:000182    [FINISH]BLOCK 
  /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:419c:0027    [FINISH]p:---- 
 s:0178 c:0027 e:000177 p:---- IFUNC s:0178 
 e:000177 IFUNC 
 c:0026 p:---- c:0026 s:0175 p:---- e:000174 s:0175 CFUNC e:000174    :eachCFUNC 
  :each 
 c:0025 p:---- s:0172 e:000171 c:0025 CFUNC p:----    :each_with_indexs:0172 
 e:000171 CFUNC    :each_with_indexc:0024 
 p:0025 s:0168 c:0024 e:000167 p:0025 METHODs:0168    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418e:000167 
 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418 
 c:0023 p:0025 s:0160 e:000159 METHODc:0023    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:358p:0025 
 s:0160 c:0022 e:000159 p:0289 METHODs:0149    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:358e:000148 
 METHODc:0022    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:264p:0289 
 s:0149 e:000148 METHODc:0021    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:264p:0021 
 s:0138 e:000137 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:217c:0021 
 p:0021 s:0138 c:0020 e:000137 p:0117 METHODs:0131    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:217E:0023e8 
 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:438 
 c:0020 p:0117 s:0131 c:0019 E:0023e8 p:0186 METHODs:0126    /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:438e:000125 
 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:212 
 c:0019 p:0186 s:0126 e:000125 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:212 
 c:0018 p:0109 s:0121 e:000120 BLOCK    /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:78 [FINISH] 
 c:0018 c:0017 p:0109 p:---- s:0121 e:000120 BLOCK s:0117    /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:78e:000116    [FINISH]CFUNC 
  :each 
 c:0017 p:---- s:0117 c:0016 e:000116 p:0302 CFUNC s:0113 e:000112    :eachMETHOD 
  /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:62 
 c:0016 p:0302 s:0113 e:000112 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:62 
 c:0015 p:0088 s:0106 e:000105 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/deploy.rb:84 
 c:0015 p:0088 s:0106 e:000105 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/deploy.rb:84c:0014 
 p:0064 s:0100 e:000099 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27 
 c:0014 p:0064 s:0100 e:000099 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27c:0013 
 p:0047 s:0092 e:000091 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126 
 c:0013 p:0047 s:0092 e:000091 c:0012 METHODp:0249    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126s:0085 
 e:000084 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359 
 c:0012 p:0249 c:0011 s:0085 p:0202 e:000084 s:0072 METHODe:000071    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359METHOD 
  /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:115 
 c:0011 c:0010 p:0202 p:0064 s:0072 s:0062 e:000071 e:000061 METHODBLOCK    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:115 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:235 
  [FINISH] 
 c:0009 p:0064 c:0010 s:0057 p:0064 e:000056 s:0062 METHODe:000061    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27BLOCK 
  /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:235c:0008    [FINISH]p:0047 
 s:0049 c:0009 e:000048 p:0064 METHODs:0057    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126e:000056 
 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27 
 c:0008 p:0047 s:0049 c:0007 e:000048 p:0010 METHODs:0042    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126e:000041 
 BLOCK    /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:140 
 c:0007 p:0010 s:0042 e:000041 c:0006 BLOCK p:0013    /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:140s:0039 
 e:000038 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/exception_reporting.rb:49 
 c:0005 p:0011 s:0034 e:000033 METHODc:0006    /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:139p:0013 
 s:0039 c:0004 e:000038 p:0249 METHODs:0028    /Users/mattheworiordan/infrastructure/lib/acme_env/exception_reporting.rb:49e:000027 
 METHODc:0005    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359p:0011 
 s:0034 e:000033 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:139 
 c:0003 c:0004 p:0062 p:0249 s:0015 s:0028 e:000014 e:000027 METHODMETHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/base.rb:440 
  /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359 
 c:0003 p:0062 c:0002 s:0015 p:0140 e:000014 s:0008 METHODE:000040    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/base.rb:440EVAL 
  /Users/mattheworiordan/infrastructure/bin/acme-env:14 [FINISH] 
 c:0001 p:0000 s:0003 E:000950 (none)c:0002    [FINISH]p:0140 
 s:0008 
 E:000040 -- Ruby level backtrace information ---------------------------------------- 
 EVAL     /Users/mattheworiordan/infrastructure/bin/acme-env:14 [FINISH]/Users/mattheworiordan/infrastructure/bin/acme-env:14:in `<main>' 

 c:0001 p:0000 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/base.rb:440:in `start' 
 s:0003 E:000950 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:139:in `invoke_command' 
 (none) [FINISH] 
 /Users/mattheworiordan/infrastructure/lib/acme_env/exception_reporting.rb:49:in `catch_and_report' 

 /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:140:in `block in invoke_command' 
 -- Ruby level backtrace information ---------------------------------------- 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run' 
 /Users/mattheworiordan/infrastructure/bin/acme-env:14:in `<main>' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:235:in `block in subcommand' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/base.rb:440:in `start' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:115:in `invoke' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/deploy.rb:84:in `manager' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:62:in `deploy' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:62:in `each' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:78:in `block in deploy' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:212:in `deploy' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:438:in `download_slugs_in_regions' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:217:in `each' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:264:in `map' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/paralles/mattheworiordan/infrastructure/lib/acme_env/cli_commands/deploy.rb:84:in `manager' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:62:in `deploy' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:62:in `each' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:78:in `block in deploy' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:212:in `deploy' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:438:in `download_slugs_in_regions' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:217:in `each' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:264:in `map' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:358:in `work_in_processes' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418:in `create_w/Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:139:in `invoke_command' 

 Don't forget to include the above Crash Report log file in bug reports. 

 -- Control frame information ----------------------------------------------- 
 c:0045 p:---- s:0328 e:000327 CFUNC    :getaddrinfo 
 c:0044 p:0034 s:0318 e:000317 METHOD /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227 
 c:0043 p:0073 s:0307 e:000306 METHOD /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:631 
 c:0042 p:0123 s:0294 e:000293 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/session.rb:70 [FINISH] 
 c:0041 p:---- s:0287 e:000286 CFUNC    :new 
 c:0040 p:0341 s:0281 e:000280 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb:233 
 c:0039 p:0045 s:0269 e:000268 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:154 
 c:0038 p:0115 s:0265 e:000264 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:46 
 c:0037 p:0016 s:0250 e:000249 BLOCK    /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:455 
 c:0036 p:0005 s:0247 e:000246 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/shared/retriable.rb:7 
 c:0035 p:0140 s:0238 e:000237 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:454 
 c:0034 p:0007 s:0229 e:000228 BLOCK    /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:439 
 c:0033 p:0053 s:0225 e:000224 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:486 
 c:0032 p:0048 s:0216 e:000215 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:455 
 c:0031 p:0055 s:0203 e:000202 BLOCK    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:437 [FINISH] 
 c:0030 p:---- s:0200 e:000199 CFUNC    :fork 
 c:0029 p:0045 s:0196 e:000195 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:428 
 c:0028 p:0022 s:0184 e:000182 BLOCK    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:419 [FINISH] 
 c:0027 p:---- s:0178 e:000177 IFUNC 
 c:0026 p:---- s:0175 e:000174 CFUNC    :each 
 c:0025 p:---- s:0172 e:000171 CFUNC    :each_with_index 
 c:0024 p:0025 s:0168 e:000167 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418 
 c:0023 p:0025 s:0160 e:000159 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:358 
 c:0022 p:0289 s:0149 e:000148 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:264 
 c:0021 p:0021 s:0138 e:000137 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:217 
 c:0020 p:0117 s:0131 E:0023e8 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:438 
 c:0019 p:0186 s:0126 e:000125 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:212 
 c:0018 p:0109 s:0121 e:000120 BLOCK    /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:78 [FINISH] 
 c:0017 p:---- s:0117 e:000116 CFUNC    :each 
 c:0016 p:0302 s:0113 e:000112 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:62 
 c:0015 p:0088 s:0106 e:000105 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/deploy.rb:84 
 c:0014 p:0064 s:0100 e:000099 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27 
 c:0013 p:0047 s:0092 e:000091 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126 
 c:0012 p:0249 s:0085 e:000084 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359 
 c:0011 p:0202 s:0072 e:000071 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:115 
 c:0010 p:0064 s:0062 e:000061 BLOCK    /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:235 [FINISH] 
 c:0009 p:0064 s:0057 e:000056 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27 
 c:0008 p:0047 s:0049 e:000048 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126 
 c:0007 p:0010 s:0042 e:000041 BLOCK    /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:140 
 c:0006 p:0013 s:0039 e:000038 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/exception_reporting.rb:49 
 c:0005 p:0011 s:0034 e:000033 METHOD /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:139 
 c:0004 p:0249 s:0028 e:000027 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359 
 c:0003 p:0062 s:0015 e:000014 METHOD /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/base.rb:440 
 c:0002 p:0140 s:0008 E:000040 EVAL     /Users/mattheworiordan/infrastructure/bin/acme-env:14 [FINISH] 
 c:0001 p:0000 s:0003 E:000950 (none) [FINISH] 

 -- Ruby level backtrace information ---------------------------------------- 
 /Users/mattheworiordan/infrastructure/bin/acme-env:14:in `<main>' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/base.rb:440:in `start' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:139:in `invoke_command' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/exception_reporting.rb:49:in `catch_and_report' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:140:in `block in invoke_command' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:235:in `block in subcommand' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:115:in `invoke' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command' 
 /Users//Users/mattheworiordan/infrastructure/lib/acme_env/exception_reporting.rb:49:in `catch_and_report' 
 l.rb:358:in `work_in_processes' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418:in `create_workers' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418:in `each_with_index' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418:in `each' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:419:in `block in create_workers' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:428:in `worker' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:428:in `fork' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:437:in `block in worker' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:455:in `process_incoming_jobs' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb:140:in `block in invoke_command' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:486:in `call_with_index' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:439:in `block in download_slugs_in_regions' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:235:in `block in subcommand' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:454:in `download_slugs' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:115:in `invoke' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/retriable.rb:7:in `with_retries' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:455:in `block in download_slugs' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/deploy.rb:84:in `manager' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:62:in `deploy' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:62:in `each' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:78:in `block in deploy' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:212:in `deploy' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:438:in `download_slugs_in_regions' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:217:in `each' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:264:in `map' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:358:in `work_in_processes' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418:in `create_workers' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418:in `each_with_index' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418:in `each' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:419:in `block in create_workers' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:428:in `worker' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:428:in `fork' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:437:in `block in worker' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:455:in `process_incoming_jobs' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:486:in `call_with_index' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:439:in `block in download_slugs_in_regions' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:454:in `download_slugs' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/retriable.rb:7:in `with_retries' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:455:in `block in download_slugs' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:46:in `run' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:154:in `ssh' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb:233:in `start' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb:233:in `new' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/session.rb:70:in `initialize' 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:631:in `tcp' 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227:in `foreach' 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227:in `getaddrinfo' 

 -- Machine register context ------------------------------------------------ 
  rax: 0x000000010f7e1a38 rbx: 0x00007fc6cce81850 rcx: 0x000000011cf7666c 
  rdx: 0x0000000000000000 rdi: 0x00007fc6cce81850 rsi: 0x00007ffee2a57fd0 
  rbp: 0x00007ffee2a58400 rsp: 0x00007ffee2a57fc0    r8: 0x00007ffee2a57c98 
   r9: 0x00007ffee2a57f10 r10: 0x00007ffee2a57f10 r11: 0x0000000000000247 
  r12: 0x00007fc6cce81850 r13: 0x0000000000000000 r14: 0x0000000000000002 
  r15: 0x000000010f7e1a3c rip: 0x00007fff6e31a588 rfl: 0x0000000000010202 

 -- C level backtrace information ------------------------------------------- 
 /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:46:in `run' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:154:in `ssh' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb:233:in `start' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb:233:in `new' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/session.rb:70:in `initialize' 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:631:in `tcp' 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227:in `foreach' 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227:in `getaddrinfo' 

 -- Machine register context ------------------------------------------------ 
  rax: 0x000000010f7e1a38 rbx: 0x00007fc6cce81850 rcx: 0x000000011cf7666c 
  rdx: 0x0000000000000000 rdi: 0x00007fc6cce81850 rsi: 0x00007ffee2a57fd0 
  rbp: 0x00007ffee2a58400 rsp: 0x00007ffee2a57fc0orkers' 
   r8: 0x00007ffee2a57c98 
   r9: 0x00007ffee2a57f10 r10: 0x00007ffee2a57f10 r11: 0x0000000000000247 
  r12: 0x00007fc6cce81850/Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418:in `each_with_index' 
  r13: 0x0000000000000000 r14: 0x0000000000000002/Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418:in `each' 

  r15: 0x000000010f7e1a3c/Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:419:in `block in create_workers' 
  rip: 0x00007fff6e31a588 rfl: 0x0000000000010202/Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:428:in `worker' 


 -- C level backtrace information ------------------------------------------- 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:428:in `fork' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:437:in `block in worker' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/deploy.rb:84:in `manager' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:62:in `deploy' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:62:in `each' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb:78:in `block in deploy' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:212:in `deploy' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:438:in `download_slugs_in_regions' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:217:in `each' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:264:in `map' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:358:in `work_in_processes' 
 /User.1/lib/parallel.rb:455:in `process_incoming_jobs' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:486:in `call_with_index' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:439:in `block in download_slugs_in_regions' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:454:in `download_slugs' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/retriable.rb:7:in `with_retries' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:455:in `block in download_slugs' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:46:in `run' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:154:in `ssh' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb:233:in `start' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb:233:in `new' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/session.rb:70:in `initialize' 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:631:in `tcp' 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227:in `foreach' 
 /Users/mattheworiordan/.rvm/rubiess/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418:in `create_workers' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418:in `each_with_index' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:418:in `each' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:419:in `block in create_workers' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:428:in `worker' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:428:in `fork' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:437:in `block in worker' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:455:in `process_incoming_jobs' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb:486:in `call_with_index' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:43/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227:in `getaddrinfo' 

 -- Machine register context ------------------------------------------------ 
  rax: 0x000000010f7e1a38 rbx: 0x00007fc6cce81850 rcx: 0x000000011cf7666c 
  rdx: 0x0000000000000000 rdi: 0x00007fc6cce81850 rsi: 0x00007ffee2a57fd0 
  rbp: 0x00007ffee2a58400 rsp: 0x00007ffee2a57fc0    r8: 0x00007ffee2a57c98 
   r9: 0x00007ffee2a57f10 r10: 0x00007ffee2a57f10 r11: 0x0000000000000247 
  r12: 0x00007fc6cce81850 r13: 0x0000000000000000 r14: 0x0000000000000002 
  r15: 0x000000010f7e1a3c rip: 0x00007fff6e31a588 rfl: 0x0000000000010202 

 -- C level backtrace information ------------------------------------------- 
 9:in `block in download_slugs_in_regions' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:454:in `download_slugs' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/retriable.rb:7:in `with_retries' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb:455:in `block in download_slugs' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:46:in `run' 
 /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb:154:in `ssh' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb:233:in `start' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb:233:in `new' 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/session.rb:70:in `initialize' 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:631:in `tcp' 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227:in `foreach' 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb:227:in `getaddrinfo' 

 -- Machine register context ------------------------------------------------ 
  rax: 0x000000010f7e1a38 rbx: 0x00007fc6cce81850 rcx: 0x000000011cf7666c 
  rdx: 0x0000000000000000 rdi: 0x00007fc6cce81850 rsi: 0x00007ffee2a57fd0 
  rbp: 0x00007ffee2a58400 rsp: 0x00007ffee2a57fc0    r8: 0x00007ffee2a57c98 
   r9: 0x00007ffee2a57f10 r10: 0x00007ffee2a57f10 r11: 0x0000000000000247 
  r12: 0x00007fc6cce81850 r13: 0x0000000000000000 r14: 0x0000000000000002 
  r15: 0x000000010f7e1a3c rip: 0x00007fff6e31a588 rfl: 0x0000000000010202 

 -- C level backtrace information ------------------------------------------- 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/libruby.2.6.dylib(rb_vm_bugreport+0x82) [0x10d3e3862]/ 
 U/sUesresr/sm/amtatthtehweowroiroirodradna/n./r.vrmv/mr/urbuibeise/sr/urbuyb-y2-.26..60./0l/ilbi/bl/ilbirburbuyb.y2..26..6d.ydlyilbi(br(br_bv_mb_ubgu_gcroenptoerxtt++00xx18d23))    [[00xx1100dd32e23f8b6023]] 

 //UUsseerrss//mmaatttthheewwoorriioorrddaann//..rrvvmm//rruubbiieess//rruubbyy--22..66..00//lliibb//lliibbrruubbyy..22..66..ddyylliibb((rsbi_gbsuegg_vc+o0nxt5e1x)t +[00xx11d03d)3 4[709xe110]d 
 2/2ufsbr0/3l]i 
 b//Ussyesrtse/mm/altitbhseywsotreimo_rpdlaant/f.orrvmm./dryulbiibe(s_/sriugbtyr-a2m.p6+.00x/1ldi)b /[l0ixb7rfufbfy6.e22.f67.b/d3yUdls]ie 
 br(s/s/uimsgarts/telhgievb+w/o0sxry5is1otr)ed ma[/0nl/xi.1br0svdym3s4/tr7e9umeb_1ite]r 
 sa//curesu.rbd/yyl-li2ib.b/6(s._0yo/sstl_ielmbo//gll_iipbbrsreuyfsbetyr.ee2mn_.cp6e.lsad_ytrfleiofrbr(mer.sdbhy_+vl0imxb_4b(cu_)sg ir[eg0ptxorra7tmf+pf+0f0x6x8e123)d1) a[ 5[08x08x1]70 
 fd/3fuefs36r8e/62lf2i]7bb 
 /3/sUdy]ss 
 et/reusm/s/mrla/itlbstiyhbse/tsweyomrs_titeorrmad/ce.dylib(0x7fff6e31adb4) [0x7fff6e31adb4] 
 /usr/lib/system/libsystem_info.dylib(si_destination_compare_statistics+0x67b) [0x7fff6e23305b] 
 /usr/lib/system/libsystem_info.dylib(0x7fff6e231bf3) [0x7fff6e231bf3] 
 /usr/lib/system/libsystem_info.dylib(0x7fff6e231762) [0x7fff6e231762] 
 /usr/lib/system/libsystem_info.dylib(0x7fff6e20f95f) [0x7fff6e20f95f] 
 /usr/lib/system/libsystem_c.dylib(_isort+0xc1) [0x7fff6e1b9a0f] 
 /usr/lib/system/libsystem_c.dylib(0x7fff6e1b993c) [0x7fff6e1b993c] 
 /usr/lib/syslibsystem_trace.dylib(_otse_ml/olgi_bpsryesfteerme_nicnefso_.rdeyflriebs(h0+x07xf4fcf)6 e[200x771f3f5f)6 e[301xa75f8f8f]6 
 e/2u0s7r1/3l5i]b 
 /s/yusstre/ml/ilbi/bssyysstteemm/_ltirbascyes.tdeyml_iibn(f0ox.7dfyflfi6be(301xa7dfbf4f)6 e[200x57bf8f8f)6 e[301xa7dfbf4f]6 
 e/2u0s5rb/8l8i]b 
 //suyssrt/elmi/bl/isbyssytsetme/ml_iibnsfyos.tdeyml_iibn(fsoi._ddyelsitbi(n0axt7ifofnf_6ceo2m0p5a2r6e2_)s t[a0txi7sftfifc6se+200x56276b2a]) 
  n[//u0.xsrr7v/fmlf/ifr6bu/eb2siy3e3ss0t/e5rmbu/]bl 
 yi/-ub2ss.yr6s/.lt0ei/mbl_/iisbyn/sfltoi.ebdmry/ullbiiybb.(s20y.xs67t.fedmfyf_li6ienbf2(o0.5r1db5y_dlbi)ub g([_00cxxo77nfftffeffx66tee+22030x511b1d5f3d3)]) 
  [[/00Uxxs1e70rfdfs2f/26mfaeb2t0t331h]eb 
 fw3o/]rU 
 is/oerurdssar/n/m/la.itrbtv/hsme/ywsroturebiimoe/rlsd/iarbnsu/yb.syrt-v2em.m/_6ri.u0nbf/iole.isbd//yrrluiubbbyy(-0/2x2.7.6f6..f00f/6/lexi82b63/1_l67i46b2-r)dua br[y0w.ix2n7.f168f.f/ds6yoelc2ik3be1(t7s6.i2bg]us 
 ne/dgulvse+(r0n/xol5ig1bv)/l s_[yg0sextt1ea0mdd/d3lr4ii7bn9sfeyo1s+]t0 
 xebm/5_u)is nr[f/0olx.i1db0y/flsbiyb6ste(m/0lxi7bfsfyfs6tee2m0_fp9l5aft)f o[r0mx.7dfyflfi6be(20_fs9i5gft]r 
 am/pu+s0rx/1ldi)b /[s0yxs7tfefmf/26le2i25bf5s7]yb 
 s3td/e]Ums 
 _ecr/.sud/symrl/ailtitbbh(/e_wsioysrsoitroetrm+/d0laxincb/1s.)yr vs[mt0/exrm7_uftbfrifae6csee/1.rbdu9byaly0-if2b].( 
 6_/o.us0s/_rll/iolbgi/_blp/irsbeyrfsuetbreeymn./c2le.is6b_.sdryyeslftirebem(s_hrc+b.0_dxty4hlcri)eb a([d00_xxc77afflfflf_f6w6eie13tb1h9ao95u38tc8_)]g 
 v[/l0u+xs07rxf/6f3lfi)6b e[/10sbxy91s90t3dec3m]8/ 
 5l/i8ub4ss3ry]/s 
 lt/ieUbsm/e_srtyrssa/tmceaemt./dtlyhilebiwsboy(rs0itxoer7mdf_afinfn6/f.eor3.1vdamyd/lrbiu4bb)(i 0e[xs07x/f7rffuffb6fye6-2e203.7161a.3d05b/)l4 i][ 
 b0//xru7usfbrf/yf/l62ie.b26/0.s70y1/s3xt58e]6m 
 _//l6ui4sb-rsd/yalsritwbie/mns_1yi8sn/tfseoomc./kdleyitlb.isbbyu(snstdiel_mde_(eirsnbt_ifgnoea.ttdiaydoldnir_bic(no0fmxop7+af0rfxef7_68sete2a)0t 5i[bs08tx8i1)c0 sf[+b060x2x760f7afbef)]6 
  e/[2U00sx5e7brf8sf8/f]m6 
 ea/t2u3ts3hr0e/5wlobir]bi 
 /o/sruydssartn/e/lm.i/rblv/imsby/ssryutsebtmie/emls_i/ibrnsufbyoys.-tde2ym.l_6ii.b0n(/f0lox.idb7y/flriufbbf(y0/6x2e72.05262) [60x7fff.60e/2x08562_6624]- 
 da/ruwsirn/1l8i/bs/oscyksette.mb/ulnidblsey(stresmo_cikn_fgoe.tdaydldirbi(n0fxo7+f0fxf966e)2 0[501x51d0)f b[602x572f6f]f 
 6e/2U0s5e1r5sd/]m 
 at/tUhseewrosr/imoartdatnh/e.wrovrmi/orrudbaine/s./rrvumb/yr-u2b.i6e.s0//rluibby/-r2u.b6y./02/.l6i.b0//rxu8b6y_/624.-6d.a0r/wxi8n61_86/4s-odcakrewti.nb1u8/nsdolcek(ecta.lblu_ngdeltea(ddnroignvflo_+g0extba6d)d r[i0nxf1o0+f0bx6b655)f 6[]0 
 x/1U0sfebr6s2/2m5a5t]t 
 h/eUwsoerriso/rmdaatnt/h.erwvomr/irourbdiaens//.rruvbmy/-r2u.b6i.e0s//lriubb/yr-u2b.y6/.20./6l.i0b//xl8i6b_r6u4b-yd.a2r.w6i.nd1y8l/isbo(crkbe_tt.hbruenaddl_ec(all_without_gvl+0x63) [0xa10ddd3r8i5n8f4o3_]s 
 _/gUesteardsd/rmiantftoh+e0wxo9r0i)o r[d0axn1/0.frbv6m4/9r0u0b]i 
 es//Ursuebrys-/2m.a6t.t0h/elwiobr/irourbdya/n2/..6r.v0m//xr8u6b_i6e4s-/draurbwyi-n21.86/.s0o/clkiebt/f.lfbif/Users/matthewor6ieo2r3d1abnf/3.)r v[m0/xru7bfifef6se/2r3u1bbyf-32]. 
 6.0//ulsirb//lliibb/rsuybsyt.e2m./6l.idbyslyisbt(emr_bi_nvfmo_.bduyglriebp(o0x7fff6e231762) [0xr7tff+f6e231762] 
 /usr/lib/system/libsystem_info.dylib(0x7fff6e20f95f) [0x07xf8f2f)6 e[200xf1905df3]e 
 38/6u2s]r 
 /l/iUbs/esryss/tmeamt/tlhiebwsoyrsitoermd_acn./d.yrlvimb/(r_uibsioerst/+r0uxbcy1-)2 .[60.x07/flfifb6/el1ibb9rau0bfy]. 
 2/.u6s.rd/ylliibb/(srybs_tbeumg/_lciobnstyesxttue+mn0_dxlc1e.d(d3yr)bl i_[gb0(ex0tx1a70dfddf2rbriuby.2.6.dylib(vm_call_cfunc+0x161) [0x10d3d62e1] 
 /Users/mattheworiordan/.rnvfm/rubies/ruby-2.6.0/lib/libruby.2.6.dylib(vm_exec_core+0x328f) [0o+0x78e) [0x10fb620ae] 
 /Users/mattheworiordan/.rvm/rubies/rubyf-26.e61.b09/9l3icb) /[0x7fff6e1b993cr]u 
 by//u2s.r6/.l0i/bx/8s6y_s6t4e-md/alriwbisny1s8t/2seomfc_bki0ne3tf].o 
 .bdu/ynUdlslieebr((s0r/xsm7oafctfktf_h6geeew2toa0rd7id1or3ri5d)naf no[/+0.x0rx7vf9mf6/f)r6 ue[b20i0xe71s10/f3rb5u6]b2 
 y5/-2u26s.]r6 
 /.l/0iU/bsl/eisrybss/t/lmeiambt/rtluhibebysw.yo2sr.it6oe.rmdd_yailnni/fb.o(.rsvdiymgl/sirebugb(vi0+xe07sxf/5rf1fu)b6 ey[2-020x.51b60.8d803)/4l 7i[9b0e/x1r7]uf 
 bfyf//6u2es.2r60/.5lb0i8/bx8/]8s 
 6y/_s6uts4e-rmd//allriiwbbi/snsyy1ss8t/teesmmo_/cplkleiabtts.fbyosurtnedmlm._edi(ycnlfailob.l(_dgy_elstiiabg(dtd0rrxai7mfnpff+of06+x0ex21b0d65))2 6 [2[0)0x x71[f00ffxfb76f6ef62f5ff676eb]23 
 0d/]5U 
 2s6e/2ru]ss/ 
 rm//ualtsitrbh//elsiwybos/rtsieoymrs/dtlaeinmb//s.lyirsbvtmsey/mrs_tutbermiae_cisen/.rfdouyb.lydi-yb2l(.i_6bo.(s00_x/ll7ofigbf_/fpr6ruee2bf0ye5/r21e5.nd6c).e 0s[/_x0r8xe67f_frf6e4fs6-hed+a20r0xw541ic5n)1d 8][ 
 /0/sxUo7scfekferfts6./emb3ua1ntatd5hl8ee8(w]ao 
 dr/iduorsrirdn/aflnoi/_b.s/r_svgyemst/taredumbd/irlieisnb/fsroyu+s0btxye9-m20_.)t6 r.[a00xcx/e1l1.0i0ddbfb64900] 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/libruby.2.6.dylib(vm_call_cfunc+0x161) [0x10d3d62e1] 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/libruby.2.6.dylib(vm_exec_core+0x328f) [0x10d3bcaaf] 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/l3yblciaba(f0]x 
 7f/fUfs6eer3s1/amdabt4t)h e[w0oxr7ifofrfd6aen3/1.ardvbm4/]r 
 ubi/euss/rr/ulbiyb-/2s.y6s.t0e/ml/ilbi/blsiybsrtuebmy_.i2n.f6o..ddyylliibb((rsbii_b_v/dlmei_sebtxrieunbcay+t.0ix2oa.n66_e.c)do yml[p0iabxr(1e0r_dbs3_tdva0mt_die5sext]ei 
 cc/+sU0+sx0eaxr66es7/)b m)a[ 0t[xt0h1xe07dwfo3frdf0i6ode5r2ed3a]3n 
 0//5.Ubrs]ev 
 rms///ruumsbarti/etlhsi/ebwr/ousrbyyiso-t2red.m6a/n.l/0i/.blrsviymbs//tlreuimbb_irieunsbfy/or..u2db.y6yl-.id2by.(l60i.x0b7(/flrfibf_b6/feul2ni3bc1rabluflb3vy).+ 02[.x062x.770df)yf lfi[60be(x2r13b01_db3ffcu3n5]7c 
 a1/0lul]sv 
 r+//0Ulxsi2eb7r/0ss)/y ms[at0textmh1e0/wdlo3ircb5iso7yr1s0dt]aen 
 m//_U.irsnvefrmo/s./rdumybaltiietbhs(e/0rwxuo7rbfiyfo-fr26.dea62.n3/01./7lr6iv2mb)// lr[ui0bbxri7eufbsfy/f.r62ue.b26y3.-1d27y.6l62i.]b0 
 (//rluibs_br/c/llliaisbbrs/u_sbsy_ys.nte2e.wm+6/.0ldxi2ybl9s)iyb s([tr0ebxm1__c0ildn2afsboes._2d8sy_9ln]ie 
 bw/(U+0s0xxe7r2f9sf/)fm 6a[et02tx0h1fe09wd5o2frb)ie o2[r80d9x]a7 
 nf//f.Ufrs6veerm2/s0r/fmu9ba5tifet]sh 
 e/wr/ouurbsiyro-/2rl.di6ab.n//0./rlvimsb/yr/slutbieibmer/usl/birybu.s2by.ys-6t2.ed.my6_l.ci0.b/d(lyvilmbi/_blc(ia_lbilrsu_obcrfytu.+2n0c.x+6c.01dx)1y 6l[1i)b0 (xv[70mf_xfc1f0a6ldel31_dbc69f2aeu0n1fc]]+ 

 0//Uxu1sse6r1r/)sl/ i[mba0/xts1ty0hsedt3weodmr6/i2loeir1bd]sa 
 yn/s/Ut.seremrv_msc//.rmduaybtlitiehbse(w/0orxur7ibfoyf-rf2d6.aen61./b.09/r9vl3imcb/)/r lu[ib0ibxer7sufb/fyrfu.6b2e.y16-b2.9d.9y63l.ci0]b/ 
 (lvi/mbu_/selrxi/eblcir_buc/bosyry.es2+t.0ex6m3./d2l8yilfb)isb y[(s0vtmxe1_me0_dxie3nbcf_coac.oadrfye]l 
 +i0/bxU(3s02ex8r7sff/)f mfa[60tetx2h100e7wd13o3rb5ic)oa ra[df0a]xn 
 7//fU.fsrfev6rmes/2r/0um7ba1ti3et5sh]/e 
 rwuo/bruiys-or2r/d.l6ain.b0//./srlyvismbt//erlmiu/bblirieubbssy/yr.s2utb.ey6m-._2diy.nl6fi.o0b./(dlryiblb_iv/bml(_i0ebxxr7eufcbf+yf0.6x2ea.2660.e5d)by 8l[8i0)bx (1[r00dbx3_7vdfm0f_df5e6xee]e2c 
 0+/5U0bsx8ea8r6]es 
 /)/ mua[s0trtx/h1l0eidwb3o/rds0iyodsr5tedea]mn 
 ///lU.isrbevsrmyss//trmeuambt_itiehnesfw/oro.rudbiyyolridba(n0/x.r7vffmf6e2052/6r2u)b [0x7fff6e20526i2e]s 
 /r/uubsyr-/2l.i/6b./r0su/yblsyit/be2/m./l6l.i0b/sxy8s6ti_eb6mr4_u-ibdnyafr.ow2.i.dn6y.1ld8iy/bsl(oi0cbxk(e7rtfb.f_bfyu6niede2ll0de5(+10n5xod9g)ve l)[ _0g[xe0tx7a1fd0fddfr36cie9n2ff0o95+e1]05 
 xdb/]5U 
 s)e /r[Us0s/xem1ra0stf/tbmh6ae2tw2t5oh5re]iw 
 oor/rdUiasoner/rds.a/rnmv/am.t/rtrvhumbe/iwroeursbi/iroerusdb/rubayyn--/22...r66v..m00///rlluiibbbi//elrsiub/bryur/b2y-..62u..b0y6/-.x2d8y.266l._.i660b.4/(-0lrd/ibalb_ri/pwblri/ionlbt1ire8buc/rbtsuy+ob.0cy2xk..1e265t..4.6d)b.y udl[nyi0dlbxli(1eb0r((db2_rnt3bohb_gr5yve7ila4e_d]lg 
 _de/c+tUa0aslxdel9dr_ersw)i/i nmt[fah0otox+tu01htxe_0bwgd5ov)3rl ci+[9o00frxx9d61ea30]n)f 
 / b/.[6Ur02svx2em15r/05srd]/u3m 
 b8a/5itUe8tssh4/ee3rrw]uso 
 b/r/ymiU-aos2tretdrahsne//w.orrvimo/rrduabni/e.sr/vrmu/bryu-b2i.e6s.0/lib/libruby.2.6.dylib/(rrubb_yp-r2o.t6e.c0t/+l0ixb1/5l4i)b r[u0bxy1.02d.263.bd5y7l4i]b 
 (/rUbs_etrhsr/emaadt_tchaelwlo_rwiiotrhdoaunt/_.grvvlm+/0rxu6b3i)e s[/0rxu1b0yd-328.568.403/]l 
 i/bU/sleirbsr/umbayt.t2h.6.0/lib/libruby.2.6.dylib(rb_f_fork+0x8e) [0x10d2f7f2e] 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/libruby.2.6.dylib(vm_call_cfunc+0x161) [0x10d3d62e1] 
 /Users/mattheworiordan/.rvm/rubies/ruby-.26..6d.y0l/ilbi(b/rlbi_bfr_ufboyr.k2+.06x.8dey)l i[b0(xv1m0_de2xfe7cf_2ceo]r 
 e/+U0sxe2rfsd/fm)a t[t0hxe1w0odr3ibocr7dfafn]/ 
 ./rUvsme/rrsu/bmiaetst/hreuwboyr-i2o.r6d.a0n//l.irbv/ml/irburbuibeys./2r.ueb6y.w-do2yr.li6io.br0(d/valmni_/cb.a/rllvlim/b_rrcuufbubinyec.s+2/.0r6xu.1bd6yy1-)l2i .[b60(.xr01b/0_ldvi3mb_d/e6rx2ueebc1y+]/ 
 02/x.Ua6s6.ee0r)/s x/[8m06ax_t160t4dh-3eddwao0rrdwi5ieonr]1 
 d8a//nUs/so.ecrrkvsem/tm/.rabtuubtnhideelswe/o(rriurobbyr_-dga2e.nt6/a..d0rd/vrmli/inbrf/uolb+ii0ebxrs7/u8rbeuy)b. y2[-.026x..1d60y.fl0bi/6bl2(i0vba/me_l]ei 
 xb/erUcus_becyro.s2/r.m6a.tdtyhleiwbo(rrb_ey+i0exl2df_dvfa)l u[e0sx21+00dx34bac)i7 of[rf0d]xa 
 1n0//d.U3rscveamr1/scr/aum]ba 
 it/etUshs/eerwruosbr/yim-oa2rt.dt6ah.en0w//o.lrriivbom/r/rdruaubnby/i/.e2rs.v/6mr./u0rb/uyxb-8i26e._s66/.4r0-u/dblayir-bw2/i.ln6i1.b80r/u/sbloyic.bk2/e.lt6i..bbdruyunlbdiyl.be2((.r6br._svdomyc_lkei_xbge(ecet+aa0cdxhdra_i6wneif)to h+_[00ixnx9d16me0)adx t3_[tdi0h0+exd0w15xo0e1rf]0ib 
 co6/)2r U5d[s2a0e6nxr/]1s 
 .0/rdm/v2aUm2ts/5terhfrue8sbcw/i]ome 
 rasi/t/oUtrrshudeebarwynso-//r2.m.ira6ovt.rmtd0/ha/renluw/ibo.birr/eivrsoum/rb/rdyrua/ubn2by/.i-.6er2s.v./0m6r//.uxr08bu/6ybl_-ii62eb.4s/6-/l.dri0aub/rbrlwyuii-bnb2y1/..8r26/u..sb60oy.//cdl2kyi.elb6ti/..bl0b(i/urbxnbr8d_u6lyb_eiy6(e.42l-r.ddb6_a_.vrgdwayiellntiu1abe8d(sd/i2sr+noi0vcnxokf4keoaet+_)0.b xbl[7uo08nxcde1k)l_ ef0[(rd0co3xamc1l_a0lc1_fc_gbabe6]ht2 
 +a0/0daUxdes4r]e7i 
 r4n/s)fU/ osm[a0+etx0rt1sxh0/bedm6w3a)odt ret[id0hodxer41wd]0oa 
 frn/ib/Uo6.sr6red5vrafmsn6///]rm. 
 uar/btvUitmseh/eserr/wusrob/urimibeaoystr-t/d2hr.aeu6nwb./oy-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/socket.bundle(rsock_getaddrinfo+0x96) [0.xr1v0mf/br6u2b5i2e6s]/r 
 u/bUys-e2r.s6/.m0a/tltihbe/wloirbirourbdya.n2/..6r.vdmy/lriubb(iersb/_ryuibeyl-d2+.06x.90e/)l i[b0/xr1u0bdy3/c29.f69.e0]/ 
 x8/6U_s6e4r-sd/amrawtitnh1e8w/osroicokredta.nb/u.nrdvlme/(rcuabilels_/greutbayd-d2r.i6n.f0o/+l0ixbb/6l)i b[r0uxb1y0.f2b.666.5dfy6l]i 
 b/(Ursbe_rasr/ym_aetatchhe+w0oxr3i9o)r d[a0nx/1.0rdv1ma/er01u7b9i]e 
 s//Ursuebrys-/2m.a6t.t0h/elwiobr/irourbdya/n2//rliiobr/dlainb/r.urbvym..r/2rv.um6b/.ridueybsli/irebus(b/yre-ua2bc.yh6-_.2w0.i/6tl.hi0_/bil/nirdubeb/xyl_/ii2b+.r06ux.b1y00./c2x).8 66[._0d6x4y1l-0iddba2(r2wv5imfn_81cc8a]/l 
 sl/0oUc_skbeeortds.y/b+mu0axnt2dt5lhcee)(w o[ar0dixdo1rr0idndaf3noc/_7.s2r_9vgcme]/t 
 ra/udUbdsireeirsns/f/romu+ab0tyxt-9h20e.)w6 o.[r00i/xol1ri0dbfa/bnl6/i4.b9rr0vum0b/]yr 
 .u/2bU.is6ee.srds/y/rlmuiabbyt(t-ih2ne.v6wo.ok0re/i_lobirlbdo/aclnki/_b.frrruvobmmy/_.rcu2_b.bi6he.+sd0/yxrl4iu7bb4(y)r- b2[_.0c6x.a10l0/ld+l30idxbe4/dald5i4)b] r 
 [u/b0Uyxs.1e20r.ds63/.cmd9ay3tlbti5hb]e( 
 wv/omUr_siecorarsldl/a_mnac/tf.turhnvecmw+/o0rrxui1bo6ir1ed)sa /n[r/0u.xbr1yv0-md2/3.rd6u6.b20ie/1el]si/ 
 br//uUlsbieybr-rs2u/.b6my.a.0t2/t.lh6ie.bwd/oylrliiibobrr(udrbabyn_./y2.i.re6vl.mdd/+yr0luxib9bie(e)sr /b[r_0uixtb1ey0r-da23t.ce690.f+090/exl]ei 
 eb//)Ul si[eb0rrxsu1/b0myda.3t2ct.ah65e.6wdeoy]rl 
 ii/obUr(sdveamrn_s/e/.xmreavctmt_/hcroeurwboei+rei0sox/r3r2du8abfny)/- .2[r.0v6xm.1/00r/du3lbbicieaabf/]l 
 ib/rUusbeyr.s2/.m6a.tdtyhleiwbo(rirobr_daarny/_.eravcmh/+r0uxb3i9e)s /[r0uxb1y0-d21.a6e.107/9l]i 
 b//Ulsiebrrsu/bmya.t2t.h6e.wdoyrliiobr(drabn_/v.mr_vemx/ercu+b0ixeas6/er)u b[y0-x21.06d.30d/0ldi5be/]l 
 i/bUrsuebrys./2m.a6t.tdhyelwiobr(iovrmd_acna/l.lr0v_mb/orduyb+i0exs2/5rcu)b y[-02x.61.00d/3lci7b2/9lci]b 
 r/uUbsye.r2s./6m.adtytlhiebw(orrbi_ofrudnacna/l.lrvv+m0/xr2u7b0i)e s[/0rxu1b0yd-32c.567.100/]l 
 i/bU/sleirbsr/umbayt.t2h.e6w.odryiloirbd(arnb/_.cravlml/+r0uxb4iae5s)/ r[u0bxy1-02d.36c.90/3lbi5b]/ 
 l/iUbsreurbsy/.m2a.t6t.hdeywloirbi(orrbd_acnl/a.srsv_ms/_rnuebwi+e0sx/2r9u) b[y0-x21.06d.20b/el2i8b9/]l 
 i/bUrsuebrys./2m.a6t.tdhyelwiobr(irobr_diatne/r.artvem/0r+u0bxieees)/ r[u0bxy1-02d.36c.a05/6lei]b 
 //lUisberrusb/ym.a2t.t6h.edwyolriibo(rvdma_nc/a.lrlv_mc/fruunbci+e0sx/1r6u1b)y -[20.x61.00d/3ldi6b2/el1i]b 
 r/uUbsyer.s2/.m6a.tdtyhleiwb(rb_obrlioocrdan/.rvkm_call+0/xr5uab)i e[s0/xr1u0bdy3-c2a.66a.a0]/ 
 li/bU/sleirbsr/umbayt.t2h.e6w.odryiloirbd(anv/m._revxme/cr_ucboirees+/0rxu3b2y8-f2). 6[.00x/1l0idb3/blciabarfu]b 
 y/.U2s.e6r.sd/ymlaitbt(heenwuomr_ieoarcsdh/a_rnwu/i.btryh-v_2mi/.nr6d.ue0bx/i+el0ixb.4/6c.l)i0 b/[rx08ux6b1y_0.6d242.-2d61a.9dr1wycil]ni 
 b1s/8(/U/rssrueobbrc_yskb-/el2mto.a.c6tbk.tu_0hnc/edalwllioelbr(+/i0aolxdri5dbdrarai)unn /bf[.yo0r._xv2s1m._0/6gdr.e3dutcybaalid6iedabsra(/i]rr 
 nbu/f_bUovys+m-e0_2rxe.s9x6/0e.)mc0 a+/[t0l0txixhab1e6/0welfo)ibr bi6[ro40ur9xbd01ya00.n]d2/ 
 3../drU60vs.dmed5/ryesrl]/ui 
 mbb/ai(Utesvtsemh/r_erscwu/aobmlryali-t_o2tcr.hfd6eua.wnn0oc//r+.li0rioxvbr1/md6l/a1rin)ub/ br[.iu0rebxvsy1m./0/r2rdu.u3b6bdy.i6-de22yse.l/16ir].bu 
 0(b//eUylns-iue2bmr._/s6el/.aim0cba/hrtl_utiwbhbiye/.twl2hoi._rb6iirn.uoddbryeydlxa.i+n2b0/.(x.6v4r.mcvd_)myc /la[ril0ublxb(_1irc0ebdfs_2u/y2nri1cue9+bl10dyxc+-1]026 
 x.1/96U)e.s )0e[ /r0[lsx0i/1xbm01/ad0lt3ditd3bh6cr2e9uewfb1o9y]re. 
 i]2/o 
 .Ur/6sdU.easdrneys/rl/.simr/bavm(tmavt/tmhr_teuehwbxeioewercosi_r/ocirrooudrrbaedyn+a-/0n2./x.r.26vrf.mvd0/mf/r/)lu rbi[uib0be/xilse1/is0rb/durr3buubybbc-yy72.-f.22f6..]6.6 
 .0./d/0Uly/sillebiir/bbsl(//ivlmbmia_rbtcurtabuhylbe.lyw2_.o.c2r6f.i.u6odn.rycddl+ylib(rb_protect+0x154) [0x10d23b574] 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/libruby.2.6.dylib(rb_f_fork+0x8e) [0x10d2f7f2e] 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/libruby.2.6.dylib(vm_call_cfunc+0x161) [0x10d3d62e1] 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/libruby.2.6.dylib(vm_exec_core+0x2fdf) [0x10d3bc7ff] 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/libruby.2.6.dylib(rb_vm_exec+0xa6e) [0x10d3d0d5e] 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/libruby.2.6.dylib(rb_yield_values2+0x4a) [0xa10d3ca1ca] 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/libruby.2.6.dylib(each_with_index_i+0x10c) [0x10d225f8c] 
 /Users/matthewornio/r.dravnm//.rruvbmi/ersu/briuebsy/-r2u.b6y.-02/.l6ib./0l/ilbirbu/blyi.b2r.u6b.yd.y2l.i6b.(dyrlbi_bv(m_ienxveock+e0_xbal6oec)k _[f0rxo1m0_dc3_db0hd+50ex] 
 4/7U4is)e br[(s0/vxmm1a_0tedtx3hedecew_docdro4ir]oe 
 r+/d0Uaxsn3e/2r.8sr/fvm)ma /t[rt0uhxbe1iw0eodsr3/ibrocurabdayaf-n]2/ 
 ../6rU.vs0me//rlrsiu/bbm/ialetistb/hrreuuwbboyyr.-i22o..r66d.a.dn0y//l.liribvb(m/r/lbir_buyrbiuiebelysd./+2r0.ux6b9.yed-)y2 l.[i60b.x(01r/0bld_i3ybci/9elfli9dber+]u0 
 bx/9yUe.s)2e .r[6s0./xdm1ya0ltdit3bhc(e9rwfbo9_revi]mo 
 _r/edUxaesnce/+r.0srx/vamm6a/etr)tu hb[eiw0eoxsr1/i0rodur3bddya0-nd2/5..e6r].v 
 0m///Ulrsiuebbr/isle/ismba/rtrutubhbyey.w-2o2.r.6i6.o.dr0yd/lalinib/b(./rrlbvi_mba/rrruyub_byei.ae2cs.h/6+r.0udxby3yl9-i)2b .([6r0.bx0_1a/0rldyi1b_a/eela1ic7bh9r+]u0 
 bx/y3U.9s2)e. r6[s.0dxy1l0i/dbm1(aartebt1_h7feu9wn]oc 
 ra/ilUolsrved+ra0snx//2m.7ar0tvt)mh /e[rw0uoxbr1ii0eodsr3/dcr5au7nb1/y0.-]r2v. 
 m6//.rUus0beir0se/sx/m1ar6tu1tb)yh e-[w20oxr1i0odr3dda6n2/e.1]r 
 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/libruby.2.6.dylib(vm_exec_core+0x2fdf) [0x10d3bc7ff] 
 /Users/mattheworvimo/rrduabni/e.sr/vrmu/bryu-b2i.e6s./0r/ulbiyb-/2l.i6b.r0u/blyi.b2/.l6i.bdryulbiyb.(2.r6b._dcyllaisbs(_rsb__nvemw_+e0xxe2c9+)0 x[a06xe1)0 d[20bxe1208d93]d 
 0/dU5see]r 
 s//Umsaetrtsh/emwaotrtihoerwdoarni/..orr6vd.am0n//r/l.uirbbvi/emls/ir/brurububibeyy-s./22r..u66b..0yd-/y2lli.i6bb./(l0i/blvrimbu_/bcylai.lb2l.r0u6_b.bydo.ydl2y.i+b60(.xvd2ym5l_cci)ba (l[rl0b_x_c1fy0uidne3clc+d70+2x091xc96]1e 
 ))/    U[[s00exxr11s00/ddm33acdt96t2fhe9ee1w]]o 

 r//iUUossreedrrassn/.r//vmmmaa/ttrttuhhbeeiwweoosrr/iiroourrbddyaa-nn2//..6.r.rv0vm/m/l/rirubbu/iblieiesbs/rr/uurbbuyyb.-y2-2..266...6d0.y/0l/liilbib(b/rl/bil_bicbraurlbulyb+y.0.2x.24.6a.6d.5yd)ly li[ib0(bxv(1rm0b_de_3xacer9cy3__bce5ao]rc 
 he/++U00sxxe33r92s)8/ fm[)a0 tx[t10h0xed1w10odare3i1bo7cr9ad]aa 
 fn]// 
 U./srUevsrmes/r/rmsua/btmitaehtste/whroeurwboiyor-ri2do.ra6dn./a0.n/r/l.vimrb/v/rml/uirbbiurbeuisbe/yrs./u2br.yu6b-.y2d-.y26l..i60b.(/0r/lbli_ibib/t/leliribabrtruebu0yb+.y02.x2..6e.6e.d)dy yl[li0bixb(1v(0mrdb_3c_cavaml5l_6e_ecx]ef 
 ucn+/c0U+xs0aex6re1s)6/ 1m[)a 0tx[t01hx0e1dw03oddr03iddo56r2ede]a 
 1n/]/U 
 .s/reUvrsmse//rrmsua/btmiatethste/hwroeuwrbioyor-ri2do.ra6dn./a0n.//rl.virmb/v/rmlu/ibrbiurbeusibe/yrs./u2br.uy6-b.2yd.-y26l..i06b./(l0ri/bbl_/ibblli/oblcirkub_rbcyua.bl2yl..+260..x6d5.yald)yi bl[i(0brx(b1v_0mydi_3eeclxade6+ca0_axc]9o 
 er/)eU +s0[ex0r2xsf1/d0mdfa3)tc t9[h0fex9w1eo]0rd 
 i3/oUbrcsd7eafrnsf//].m 
 ra/vUtmts/ehrreuswb/oimreaisto/rtrhduaebnwy/o-r.2ir.ov6rm.d/0ar/nul/bi.ibre/vsl/mi/rbrurbuubyb-iy2e.s.26/.r.60u.b/dyly-ilb2i/.b6l(i.e0bnr/ulumbi_bye./a2lci.hb6_.rwudiybtlyh.i_2bi(.n6rdb.e_dxpy+rl0ioxtb4e(ccr)bt +_[v00xmx1_1e50x4d)2e 2c[1+090x1x1ca0]d6 
 2e/3)U bs[5e70rx4s1]/0 
 md/a3Utdst0ehrde5sw/eo]mra 
 i/totUrhsdeearwnso//r.miroavrtmtd/harneuw/b.oirrevimos/r/drruaubnb/iye.-sr2v/.rm6/u.rb0uy/b-li2i.be6/s.l/0ir/bulrbiuybb/-yl2..i2b6..r60u.b/dlyy.il2bi/.b6l(i.vdbmyr_lucibaybl(.lr2_.bc6_ff.ud_nyfclo+ir0bkx(+1r06xb1_8)ev )m[_ 0[ixn01xv01odk03ded2_6fb27meef12t]eh 
 ]o/ 
 dU/s+Ue0srxes7r/4sm4/a)mt att[ht0ehxw1eow0rdoi3rociroedr5ad2na4/]n. 
 /r/.vUrmvs/emr/rusrbu/ibmeaiset/tsrhuebwyo-r2ior.6d/lib/libruby.2.6.dyan/.rvlmi/br(ubvime_sc/arlulb_yc-f2u.n6c.+00/xl1i6b1/)l i[b0rxu1b0yd.32d.662.ed1y]l 
 ib/(Usvemr_sc/amlalt_tbhmeewtohroido+r0dxabn4/). r[v0mx/1r0udb3ide6sa/dr4u]b 
 y-/2U.s6e.r0s//lmiabt/tlhiebwrourbiyo.r2d.a6n./d.yrlvimb/(rvumb_ieexse/cr_ucboyr-e2+.06x.20f/dlfi)b /[l0ixb1r0udb3yb.c27.f6f.]d 
 y/lUisbe(rvsm/_mcaatltlh_eowpotr_isoerndda+n0/x.2r8v6m)/ r[u0bxi1e0sd/3rdu7b1y9-62]. 
 6/.U0s/elrisb//mlaitbtrhuebwyo.r2i.o6r.ddaynl/i.br(vrmb/_rvumb_ieexse/cr+u0bxya-62e.)6 .[00/xl1i0bd/3ldi0bdr5ueb]y 
 ./2U.s6e.rdsy/lmiabt(tvhme_weoxreico_rcdoarne+/0.xr3v2m8/fr)u b[i0exs1/0rdu3bbyc-a2a.f6]. 
 0//Ulsiebr/sl/imbartutbhye.w2o.r6i.odrydlainb/(.rrbv_mv/mr_uibniveosk/er_ubbmye-t2h.o6d.+00/xl7i4b4/)l i[b0rxu1b0yd.32c.e65.2d4y]l 
 i/bU(srebr_sv/mm_aetxtehce+w0oxrai6oer)d a[n0/x.1r0vdm3/dr0udb5iee]s 
 /r/uUbsye-r2s./6m.a0t/tlhiebw/olriiborrudbayn./2..r6v.md/yrulbiibe(sv/mr_ucbayl-l2_.b6m.e0t/hloidb+/0lxibb4r)u b[y0.x21.06d3.dd6yaldi4b]( 
 ru/bUys_eerxse/cm_aitnttheerwnoarli+o0rxdea8n)/ .[r0vxm./1r0udb2i3easb/br8u]b 
 y/-U2s.e6r.s0//mlaitbt/hleiwborriuobryd.a2n./6..rdvyml/irbu(bvime_sc/arlulb_yo-p2t._6s.e0n/dl+i0bx/2l8i6b)r u[b0yx.120.d63.dd7y1l9i6b]( 
 r/uUbsye_rrsu/nm_antotdhee+w00oxr4i9o)r d[a0nx/1.0rdv2m3/arau2b9i]e 
 s//Ursuebrys-/2m.a6t.t0h/elwiobr/iloirbdraunb/y..r2v.m6/.rduybliiebs(/vrmu_beyx-e2c._6c.o0r/eb+i0nx/3r2u8bfy)( m[a0ixn1+00dx35bdc)a a[f0]x 
 1/0Uds1ea/lib//lirburbuyb-y2..26..60./dlyilbi/bl(ivbmr_uebxye.c2_.c6o.rdey+l0ixb2(fdvfm)_ c[a0lxl1_0cdf3ubnc7cf+f0]x 
 1/6U1s)e r[s0/xm1a0tdt3hde6w2oer1i]o 
 rd/aUns/e.rrsv/mm/artutbhieewso/rriuobryd-a2n./6..r0v/ml/irbu/bliiebsr/urbuyb.y2-.26..6d.y0l/ilbi(br/bl_ivbmr_uebxye.c2+.06x.ad6yel)i b[(0vxm1_0edx3edc_0cdo5ree]+ 
 0/xU2sfedrfs)/ m[a0txt1h0edw3obrci7ofrfd]a 
 n//U.srevmr/sr/umbaitetsh/erwuobryi-o2r.d6a.n0//.lrivbm/l/irburbuibeys./2r.u6b.yd-y2l.i6b.(0r/b_lyiibe/lldi+b0rxu9bey). 2[.06x.1d0ydl3icb9(fr9be_]v 
 m/_Uesxeercs+/0mxaat6teh)e w[o0rxi1o0rdd3adn0/d.5rev]m 
 //rUusbeiress//mrautbtyh-e2w.o6r.i0o/rldiabn//l.irbvrmu/bryu.b2i.6e.sd/yrluibby(-r2b._6a.r0y/_leiabc/hl+i0bxr3u9b)y .[20.x61.0ddy1laieb1(7r9b]_ 
 y/iUesledr_sv/amlautetsh2e+w0oxr4iao)r d[a0nx/.1r0vdm3/crau1bciae]s 
 //rUusbeyr-s2/.m6a.t0t/hleiwbo/rliiobrrduabny/..2r.v6m./dryulibbi(evsm/_rcuacmel-_2c.f6u.n0c/+l0ixb1/6l1i)b r[u0bxy1.02d.36d.6d2yel1i]b 
 /(Uesaecrhs_/wmiattht_hienwdoerxi_oir+d0axn1/0.cr)v m[/0rxu1b0ide2s2/5rfu8bcy]- 
 2/.U6s.e0r/sl/imba/tltihberwuobryi.o2r.d6a.nd/y.lrivbm(/vrmu_beixeesc/_rcuobrye-+20.x62.f0d/fl)i b[/0lxi1b0rdu3bbyc.72f.f6]. 
 d/yUlsiebr(si/nmvaotkteh_ebwloorciko_rfdraonm/_.cr_vbmh/+r0uxb4i7e4s)/ r[u0bxy1-02d.36d.e0d/dl4i]b 
 //lUisberrusb/ym.a2t.t6h.edwyolriibo(rrdba_nv/m._revxme/cr+u0bxiae6se/)r u[b0yx-120.d63.d00/dl5ieb]/ 
 l/Uisberrusb/ym.a2t.t6h.edwyolriibor(drabn_/y.irevlmd/+r0uxb9iee)s /[r0uxb1y0-d23.c69.f09/el]i 
 b//Ulsiebrrsu/bmya.t2t.h6e.wdoyrliiobr(drabn_/v.mr_vimn/vroukbei_ebmse/trhuobdy+-02x.764.40)/ l[i0bx/1l0idb3rcueb5y2.42]. 
 6/.Udsyelrisb/(mrabt_tahreyw_oeraicohr+d0axn3/9.)r v[m0/xr1u0bdi1ease/1r7u9b]y 
 -/2U.s6e.r0s//lmiabt/tlhiebwrourbiyo.r2d.a6n./d.yrlvimb/(rvumb_iceasl/lr_ubbmye-t2h.o6d.+00/xlbi4b)/ l[i0bxr1u0bdy3.d26.a6d.4d] 
 y/lUisbe(rvsm/_mcaatltlh0e_wboordiyo+r0dxa2n5/c.)r v[m0/xr1u0bdi3ecs7/2r9ucb]y 
 -/2U.s6e.r0s//lmiabt/tlhiebwrourbiyo.r2d.a6n./d.yrlvimb/(rvumb_iceasl/lr_uobpyt-_2s.e6n.d0+/0lxi2b8/6l)i b[r0uxb1y0.d23d.761.9d6y]l 
 i/bU(srebr_sc/amlalt+t0hxe4wao5r)i o[r0dxa1n0/d.3rcv9m3/br5u]b 
 i/eUss/errusb/ym-a2t.t6h.e0w/olriibo/rldiabnr/u.bryv.m2/.r6u.bdiyelsi/br(uvbmy_-e2x.e6c._0c/olrieb+/0lxi3b2r8ufb)y .[20.x61.0ddy3lbicba(arfb]_ 
 i/tUesreartse/0m+a0txtehee)w o[r0ixor1d0adn3/c.ar5v6me/]r 
 u/bUiseesr/sr/umbayt-t2h.e6w.o0r/iloirbd/alni/b.rruvbmy/.r2u.6b.ideysl/irbu(bryb-_2v.m6_.e0x/elci+b0/xlai6ber)u b[y0.x21.06d.3ddy0ldi5be(]r 
 b/_Ubsleorcsk/_mcaatltlh+e0wxo5rai)o r[d0axn/1.0rdv3mc/ar6uabai]e 
 s//Ursuebrys-/2m.a6t.t0h/elwiobr/iloirbdraunb/y..r2v.m6/.rduylbiib(ersu/bryu_beyx-e2c._6i.n0t/elrinba/ll+0ixber8u)b y[.02x.160.dd2y3laibbb(8e]n 
 u/mU_seearcsh/_mwaittthh_eiwnodreixo+r0dxa4nc/). r[v0mx/1r0udb2i2e1s9/1rcu]b 
 y/-U2s.e6r.s0//mlaitbt/hleiwborruiboyr.d2a.n6/..dryvlmi/b(rruubbiye_sr/urnu_bnyo-d2e.+60.x04/9l)i b[/0lxi1b0rdu2b3ya.a22.96]. 
 d/yUlsiebr(sv/mm_actatlhle_wcofruinocr+d0axn1/6.1r)v m[/0rxu1b0ide3sd/6r2ueb1y]- 
 2/.U6s.e0r/sb/imn/artutbhye(wmoariino+r0dxa5nd/). r[v0mx/1r0udb1iae3sf/0rdu]b 
 y-2.6.0/lib/libruby.2.6.dy 
 li-- Other runtime information ----------------------------------------------- 

 b(v* Loaded script: /Users/mattheworiordan/infrastructure/bin/acme-env 
 m_ 
 e* Loaded features: 

 xec_core+0x      0 enumerator.so 
 2fdf      1 thread.rb 
 ) [0x1      2 rational.so 
 0d3b      3 complex.so 
 c7ff      4 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/enc/encdb.bundle 
 ] 
 /User      5 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/enc/trans/transdb.bundle 
 s/ma      6 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/rbconfig.rb 
 ttheworio      7 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/compatibility.rb 
 rd      8 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/defaults.rb 
 an/.      9 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/deprecate.rb 
 rvm/     10 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/errors.rb 
 rubie     11 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/version.rb 
 s/ruby     12 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/requirement.rb 
 -2.6.0/     13 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/platform.rb 
 lib/lib     14 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/basic_specification.rb 
 ruby.2.     15 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/stub_specification.rb 
 6.dylib     16 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/delegate.rb 
 (rb_vm     17 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/rfc2396_parser.rb 
 _exe     18 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/rfc3986_parser.rb 
 c+0xa6e     19 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/common.rb 
 ) [0     20 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/generic.rb 
 x10d3     21 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/file.rb 
 d0d5e]     22 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/ftp.rb 
    23 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/http.rb 
    24 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/https.rb 
    25 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/ldap.rb 
    26 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/ldaps.rb 
    27 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/mailto.rb 
    28 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri.rb 
    29 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/specification_policy.rb 
    30 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/util/list.rb 
    31 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/stringio.bundle 
    32 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/specification.rb 
    33 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/exceptions.rb 
    34 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/util.rb 
    35 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/bundler_version_finder.rb 
    36 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/dependency.rb 
    37 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/core_ext/kernel_gem.rb 
    38 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/monitor.rb 
    39 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb 
    40 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/core_ext/kernel_warn.rb 
    41 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems.rb 
    42 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/path_support.rb 
    43 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/version.rb 
    44 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/core_ext/name_error.rb 
    45 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/levenshtein.rb 
    46 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/jaro_winkler.rb 
    47 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checker.rb 
    48 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb 
    49 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb 
    50 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers.rb 
    51 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/method_name_checker.rb 
    52 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/key_error_checker.rb 
    53 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/null_checker.rb 
    54 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/formatters/plain_formatter.rb 
    55 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean.rb 
    56 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/version.rb 
    57 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/compatibility_guard.rb 
    58 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/etc.bundle 
    59 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/fileutils/lib/fileutils.rb 
    60 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendored_fileutils.rb 
    61 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/pathname.bundle 
    62 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/pathname.rb 
    63 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/errors.rb 
    64 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/environment_preserver.rb 
    65 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/plugin/api.rb 
    66 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/plugin.rb 
    67 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/git.rb 
    68 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/installed.rb 
    69 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/specific_file.rb 
    70 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/local.rb 
    71 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/lock.rb 
    72 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/vendor.rb 
    73 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source.rb 
    74 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/gem_helpers.rb 
    75 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/match_platform.rb 
    76 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/rubygems_ext.rb 
    77 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/user_interaction.rb 
    78 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/config_file.rb 
    79 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/rubygems_integration.rb 
    80 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/constants.rb 
    81 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/current_ruby.rb 
    82 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/build_metadata.rb 
    83 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler.rb 
    84 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/settings.rb 
    85 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/shared_helpers.rb 
    86 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/ext/builder.rb 
    87 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/feature_flag.rb 
    88 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source.rb 
    89 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/path.rb 
    90 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/git.rb 
    91 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/rubygems.rb 
    92 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/lockfile_parser.rb 
    93 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/set.rb 

 r     94 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/definition.rb 
 s/     95 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/dependency.rb 
 matthe     96 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ruby_dsl.rb 
 worior     97 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/dsl.rb 
 dan/     98 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source_list.rb 
 .rvm/r     99 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/metadata.rb 
 ubies/r    100 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ruby_version.rb 
 uby    101 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/uri_credentials_filter.rb 
 -2.6.0/    102 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/lazy_specification.rb 
 lib/libr    103 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/index.rb 
 uby.2.6    104 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/tsort.rb 
 .dylib    105 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/forwardable/impl.rb 
 (rb    106 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/forwardable.rb 
 _vm_    107 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/spec_set.rb 
 exec+0    108 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/shellwords.rb 
 xa6e)     109 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/fileutils/version.rb 
 [0x10d3    110 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/fileutils.rb 
 d0d5e]    111 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/tmpdir.rb 

 /Use    112 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/tempfile.rb 
 rs/mat    113 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/git/git_proxy.rb 
 thewo    114 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/digest.bundle 
 riord    115 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/digest.rb 
 an/.rv    116 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/digest/sha1.bundle 
 m/rubi    117 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/compatibility.rb 
 es/rub    118 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb 
 y-2.6.0/l    119 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb 
 ib/lib    120 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/errors.rb 
 ruby.2    121 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb 
 .6.dyl    122 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb 
 ib(rub    123 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb 
 y_exec_    124 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb 
 intern    125 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb 
 al+0xe8)    126 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb 
  [0x10    127 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb 
 d23abb8    128 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb 
 ] 
 /User    129 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb 
 s/matthe    130 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb 
 woriord    131 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/state.rb 
 an/.rv    132 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb 
 m/rubie    133 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb 
 s/ruby-2    134 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/resolution.rb 
 .6.0/li    135 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/resolver.rb 
 b/libr    136 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb 
 uby.2.    137 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo.rb 
 6.dyl    138 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendored_molinillo.rb 
 ib(r    139 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/resolver/spec_group.rb 
 uby_r    140 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/resolver.rb 
 un_node    141 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/gemspec.rb 
 +0x49)     142 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/runtime.rb 
 [0x1    143 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/dep_proxy.rb 
 0d23    144 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ui.rb 
 aa29] 
   145 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ui/silent.rb 
 /Use    146 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ui/rg_proxy.rb 
 rs/matt    147 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/remote_specification.rb 
 he    148 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/stub_specification.rb 
 wori    149 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/endpoint_specification.rb 
 ordan/    150 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http_parser.rb-0.6.0/lib/ruby_http_parser.bundle 
 .rvm    151 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http_parser.rb-0.6.0/lib/http_parser.rb 
 /rub    152 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http_parser.rb-0.6.0/lib/http/parser.rb 
 ies/    153 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/errors.rb 
 ruby-2    154 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/io/wait.bundle 
 .6.0/bi    155 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/timeout/null.rb 
 n/ruby(    156 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/timeout.rb 
 mai    157 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/timeout/per_operation.rb 
 n+0x    158 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/timeout/global.rb 
 5d) [0    159 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/base64.rb 
 x10d1a    160 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/headers/mixin.rb 
 3f0d]    161 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/headers/known.rb 

   162 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/headers.rb 
   163 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/chainable.rb 
   164 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/file.rb 
   165 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/securerandom.rb 

 -- Other runtime information ----------------------------------------------- 

   166 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/multipart/param.rb 
 * Loaded script: /Users/mattheworiordan/infrastructure/bin/acme-env 

 * Loaded features: 

   167 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/multipart.rb 
   168 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/urlencoded.rb 
     0 enumerator.so 
   169 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/version.rb 
     1 thread.rb 
   170 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data.rb 
     2 rational.so 
   171 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/openssl.bundle 
     3 complex.so 
     4 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/enc/encdb.bundle 
   172 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/bn.rb 
   173 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/pkey.rb 
     5 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/enc/trans/transdb.bundle 
   174 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/cipher.rb 
     6 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/rbconfig.rb 
   175 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/config.rb 
   176 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/digest.rb 
     7 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/compatibility.rb 
     8 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/defaults.rb 
   177 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/x509.rb 
     9 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/deprecate.rb 
    10 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/errors.rb 
   178 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/buffering.rb 
    11 /Users/mattheworiordan3f0d] 
 /Users/mattheworiorda 
 n/-- Other runtime information ----------------------------------------------- 

 .r* Loaded script: /Users/mattheworiordan/infrastructure/bin/acme-env 
 v 
 m* Loaded features: 

 /rubies/ru      0 enumerator.so 
 by-2.      1 thread.rb 
 6.0/lib      2 rational.so 
 /lib      3 complex.so 
 ruby      4 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/enc/encdb.bundle 
 .2.6.dy      5 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/enc/trans/transdb.bundle 
 lib(r      6 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/rbconfig.rb 
 b_yield+0      7 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/compatibility.rb 
 x9      8 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/defaults.rb 
 e) [0      9 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/deprecate.rb 
 x10d     10 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/errors.rb 
 3c9f9e]     11 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/version.rb 

 /User     12 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/requirement.rb 
 s/matth     13 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/platform.rb 
 eworio     14 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/basic_specification.rb 
 rdan/.r     15 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/stub_specification.rb 
 vm/rubie     16 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/delegate.rb 
 s/ruby-     17 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/rfc2396_parser.rb 
 2.6.0     18 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/rfc3986_parser.rb 
 /lib/li     19 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/common.rb 
 bruby     20 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/generic.rb 
 .2.6.d     21 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/file.rb 
 ylib(rb     22 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/ftp.rb 
 _ary_e     23 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/http.rb 
 ach+0x     24 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/https.rb 
 39)      25 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/ldap.rb 
 [0x10d1     26 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/ldaps.rb 
 ae179     27 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/mailto.rb 
 ] 
 /U     28 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri.rb 
 sers/ma     29 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/specification_policy.rb 
 tthewor     30 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/util/list.rb 
 iordan     31 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/stringio.bundle 
 /.rvm/     32 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/specification.rb 
 rubies/r     33 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/exceptions.rb 
 uby-     34 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/util.rb 
 2.6.0/l     35 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/bundler_version_finder.rb 
 ib/l     36 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/dependency.rb 
 ibruby     37 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/core_ext/kernel_gem.rb 
 .2.6.dyl     38 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/monitor.rb 
 ib(vm_     39 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb 
 call_c     40 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/core_ext/kernel_warn.rb 
 func     41 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems.rb 
 +0x161     42 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/path_support.rb 
 ) [0x     43 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/version.rb 
 10d3d62     44 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/core_ext/name_error.rb 
 e1] 
 /Us     45 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/levenshtein.rb 
 ers/mat     46 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/jaro_winkler.rb 
 thewor     47 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checker.rb 
 iordan     48 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb 
 /.rvm/r     49 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb 
 ubies     50 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers.rb 
 /ruby     51 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/method_name_checker.rb 
 -2.6.     52 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/key_error_checker.rb 
 0/lib     53 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/null_checker.rb 
 /libr     54 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/formatters/plain_formatter.rb 
 uby.2.6     55 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean.rb 
 .d     56 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/version.rb 
 ylib(     57 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/compatibility_guard.rb 
 vm_ex     58 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/etc.bundle 
 ec_c     59 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/fileutils/lib/fileutils.rb 
 ore+0x     60 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendored_fileutils.rb 
 2fdf)      61 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/pathname.bundle 
 [0x1     62 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/pathname.rb 
 0d3b     63 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/errors.rb 
 c7ff] 
    64 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/environment_preserver.rb 
 /Use     65 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/plugin/api.rb 
 rs/matt     66 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/plugin.rb 
 hewo     67 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/git.rb 
 riorda     68 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/installed.rb 
 n/     69 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/specific_file.rb 
 .rvm/ru     70 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/local.rb 
 bies/r     71 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/lock.rb 
 uby-2.6     72 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/vendor.rb 
 .0/lib     73 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source.rb 
 /libru     74 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/gem_helpers.rb 
 by.2.6     75 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/match_platform.rb 
 .dyli     76 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/rubygems_ext.rb 
 b(rb_v     77 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/user_interaction.rb 
 m_ex     78 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/config_file.rb 
 ec+0x     79 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/rubygems_integration.rb 
 a6e)      80 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/constants.rb 
 [0     81 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/current_ruby.rb 
 x10d3d     82 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/build_metadata.rb 
 0d5e]     83 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler.rb 

 /     84 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/settings.rb 
 Users/     85 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/shared_helpers.rb 
 matthew     86 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/ext/builder.rb 
 oriord     87 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/feature_flag.rb 
 an/.     88 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source.rb 
 rvm/rub     89 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/path.rb 
 ies/ru     90 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/git.rb 
 by-2.6.     91 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/rubygems.rb 
 0/lib/     92 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/lockfile_parser.rb 
 libr     93 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/set.rb 
 uby.2.6     94 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/definition.rb 
 .dyli     95 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/dependency.rb 
 b(rb_v     96 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ruby_dsl.rb 
 m_invo     97 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/dsl.rb 
 ke_bm     98 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source_list.rb 
 ethod+     99 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/metadata.rb 
 0x744)    100 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ruby_version.rb 
  [0x    101 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/uri_credentials_filter.rb 
 10d3ce    102 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/lazy_specification.rb 
 524] 
 /    103 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/index.rb 
 Users/matthew    104 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/tsort.rb 
 oriorda    105 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/forwardable/impl.rb 
 n/.r    106 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/forwardable.rb 
 vm/r    107 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/spec_set.rb 
 ubies/r    108 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/shellwords.rb 
 uby-    109 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/fileutils/version.rb 
 2.6.0/l    110 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/fileutils.rb 
 i/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/version.rb 
 b/lib    111 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/tmpdir.rb 
 ruby.2.    112 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/tempfile.rb 
 6.dylib    113 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/git/git_proxy.rb 
 (vm_    114 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/digest.bundle 
 call    115 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/digest.rb 
 _bmet    116 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/digest/sha1.bundle 
 hod+0x    117 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/compatibility.rb 
 b4) [0    118 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb 
 x10d3     12 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/requirement.rb 
 d6a    119 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb 
 d4] 
 /    120 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/errors.rb 
 Users/    121 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb 
 matthew    122 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb 
    13 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/platform.rb 
   123 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb 
    14 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/basic_specification.rb 
   124 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb 
    15 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/stub_specification.rb 
   125 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb 
    16 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/delegate.rb 
    17 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/rfc2396_parser.rb 
   126 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/r    179 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/io/nonblock.bundle 
   180 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/socket.bundle 
   181 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb 
   182 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/ipaddr.rb 
   183 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/ssl.rb 
   184 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/pkcs5.rb 
   185 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl.rb 
   186 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/version.rb 
   187 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/idna/pure.rb 
   188 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/idna.rb 
   189 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/uri.rb 
   190 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/uri.rb 
   191 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/options.rb 
   192 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/parser.rb 
   193 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/connection.rb 
   194 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/redirector.rb 
 uby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb 
   195 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/client.rb 
   196 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/date_core.bundle 
   197 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/date.rb 
   127 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb 
   198 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/time.rb 
   199 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/request/writer.rb 
   200 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/version.rb 
   201 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/request.rb 
   202 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/content_type.rb 
   203 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/version.rb 
   128 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb 
   204 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/ostruct.rb 
   205 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/generic_object.rb 
    18 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/rfc3986_parser.rb 
   206 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/common.rb 
   207 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/json/ext/parser.bundle 
    19 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/common.rb 
    20 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/generic.rb 
    21 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/file.rb 
    22 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/ftp.rb 
    23 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/http.rb 
    24 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/https.rb 
    25 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/ldap.rb 
    26 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/ldaps.rb 
    27 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/mailto.rb 
    28 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri.rb 
    29 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/specification_policy.rb 
    30 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/util/list.rb 
    31 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/stringio.bundle 
    32 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/specification.rb 
    33 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/exceptions.rb 
    34 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/util.rb 
    35 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/bundler_version_finder.rb 
    36 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/dependency.rb 
    37 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/core_ext/kernel_gem.rb 
    38 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/monitor.rb 
    39 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb 
    40 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/core_ext/kernel_warn.rb 
    41 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems.rb 
    42 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/path_support.rb 
    43 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/version.rb 
    44 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/core_ext/name_error.rb 
    45 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/levenshtein.rb 
   129 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb 
   130 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb 
   131 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/state.rb 
   132 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb 
   133 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb 
   134 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/resolution.rb 
   135 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/resolver.rb 
   136 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb 
   137 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo.rb 
    46 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/jaro_winkler.rb 
   138 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendored_molinillo.rb 
   139 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/resolver/spec_group.rb 
    47 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checker.rb 
   140 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/resolver.rb 
    48 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb 
   141 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/gemspec.rb 
    49 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb 
    50 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers.rb 
   142 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/runtime.rb 
    51 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/method_name_checker.rb 
   143 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/dep_proxy.rb 
    52 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/key_error_checker.rb 
   144 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ui.rb 
    53 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/null_checker.rb 
   145 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ui/silent.rb 
   146 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ui/rg_proxy.rb 
    54 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/formatters/plain_formatter.rb 
   147 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/remote_specification.rb 
   148 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/stub_specification.rb 
   149 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/endpoint_specification.rb 
   150 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http_parser.rb-0.6.0/lib/ruby_http_parser.bundle 
   151 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http_parser.rb-0.6.0/lib/http_parser.rb 
   152 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http_parser.rb-0.6.0/lib/http/parser.rb 
   153 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/errors.rb 
   154 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/io/wait.bundle 
   155 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/timeout/null.rb 
   156 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/timeout.rb 
   157 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/timeout/per_operation.rb 
   158 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/timeout/global.rb 
   159 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/base64.rb 
   160 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/headers/mixin.rb 
   161 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/headers/known.rb 
   162 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/headers.rb 
   163 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/chainable.rb 
   164 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/file.rb 
   165 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/securerandom.rb 
   166 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/multipart/param.rb 
   167 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/multipart.rb 
   168 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/urlencoded.rb 
   169 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/version.rb 
   170 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data.rb 
   171 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/openssl.bundle 
   172 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/bn.rb 
   173 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/pkey.rb 
   174 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/cipher.rb 
   175 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/config.rb 
   176 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/digest.rb 
   177 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/x509.rb 
   178 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/buffering.rb 
   179 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/io/nonblock.bundle 
   180 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/socket.bundle 
   181 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb 
   182 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/ipaddr.rb 
   183 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/ssl.rb 
   184 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/pkcs5.rb 
   185 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl.rb 
   186 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/version.rb 
   187 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/idna/pure.rb 
   188 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/idna.rb 
   189 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/uri.rb 
    55 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean.rb 
   190 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/uri.rb 
    56 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/version.rb 
   191 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/options.rb 
    57 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/compatibility_guard.rb 
   192 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/parser.rb 
    58 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/etc.bundle 
   193 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/connection.rb 
    59 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vori    208 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/json/ext/generator.bundle 
 ordan/.r    209 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/ext.rb 
 vm/ru    210 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json.rb 
 bies/ru    211 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/singleton.rb 
 by-2.6    212 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/mime_type/adapter.rb 
 .0/lib/    213 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/mime_type/json.rb 
 libr    214 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/mime_type.rb 
 uby.2    215 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/status/reasons.rb 
 .6.dyl    216 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/status.rb 
 ib(vm    217 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie/version.rb 
 _call    218 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name/version.rb 
 _opt_se    219 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name/punycode.rb 
 nd+0x2    220 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name/etld_data.rb 
 86)     221 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/unf-0.1.4/lib/unf/version.rb 
 [0x1    222 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/unf-0.1.4/lib/unf.rb 
 0d3d71    223 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name.rb 
 96] 
 /    224 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie/ruby_compat.rb 
 User    225 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie.rb 
 s/ma    226 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie_jar.rb 
 tthewor    227 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response.rb 
 io    228 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/body.rb 
 rdan    229 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http.rb 
 /.    230 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel/version.rb 
 rv    231 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel/processor_count.rb 
 m/    232 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb 
 ru    233 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb 
 bies/r    234 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thendor/fileutils/lib/fileutils.rb 
 or-0.19.1/lib/thor/core_ext/hash_with_indifferent_access.rb 
    60 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendored_fileutils.rb 
   235 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/core_ext/ordered_hash.rb 
   236 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/error.rb 
   237 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb 
    61 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/pathname.bundle 
   238 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/argument.rb 
    62 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/pathname.rb 
   239 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/arguments.rb 
    63 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/errors.rb 
    64 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/environment_preserver.rb 
   240 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/option.rb 
    65 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/plugin/api.rb 
   241 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/options.rb 
   242 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser.rb 
   243 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/shell.rb 
   244 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/line_editor/basic.rb 
   245 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/readline.bundle 
   246 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/line_editor/readline.rb 
   247 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/line_editor.rb 
   248 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/util.rb 
   249 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/base.rb 
   250 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb 
   251 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/regexp.rb 
   252 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/object/blank.rb 
   253 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/string/strip.rb 
   254 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/toggler.rb 
   255 /Users/mattheworiordan/infrastructure/lib/acme_env/logger.rb 
   256 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/protocol.rb 
   257 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/zlib.bundle 
   258 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/exceptions.rb 
   259 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/header.rb 
   260 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/enc/windows_31j.bundle 
   261 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/generic_request.rb 
   262 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/request.rb 
   263 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/requests.rb 
   264 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/r     66 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/plugin.rb 
 ub    194 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/redirector.rb 
    67 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/git.rb 
    68 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/installed.rb 
   195 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/client.rb 
    69 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/specific_file.rb 
   196 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/date_core.bundle 
   197 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/date.rb 
    70 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/local.rb 
   198 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/time.rb 
    71 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/lock.rb 
   199 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/request/writer.rb 
   200 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/version.rb 
   201 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/request.rb 
    72 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/vendor.rb 
    73 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source.rb 
   202 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/content_type.rb 
   203 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/version.rb 
    74 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/gem_helpers.rb 
   204 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/ostruct.rb 
   205 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/generic_object.rb 
   206 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/common.rb 
   207 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/json/ext/parser.bundle 
    75 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/match_platform.rb 
    76 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/rubygems_ext.rb 
   208 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/json/ext/generator.bundle 
   209 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/ext.rb 
    77 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/user_interaction.rb 
 y-2.6.0/lib/libruby.2.6.dylib(vm_exec_core+0x328f) [0x10d3bcaaf] 
 /Users/mattheworiordan     78 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/config_file.rb 
 /.rvm/     79 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/rubygems_integration.rb 
 rubie     80 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/constants.rb 
 s/     81 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/current_ruby.rb 
 ruby-2     82 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/build_metadata.rb 
 .6.0     83 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler.rb 
 /l     84 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/settings.rb 
 ib/lib     85 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/shared_helpers.rb 
 ruby.     86 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/ext/builder.rb 
 2.6.dy     87 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/feature_flag.rb 
 lib     88 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source.rb 
 (rb_v     89 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/path.rb 
 m_exec     90 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/git.rb 
 +0xa6e     91 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/rubygems.rb 
 ) [0x     92 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/lockfile_parser.rb 
 10d3     93 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/set.rb 
 d0d5e]     94 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/definition.rb 

 /U     95 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/dependency.rb 
 sers/m     96 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ruby_dsl.rb 
 atthew     97 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/dsl.rb 
 orio     98 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source_list.rb 
 rdan/.     99 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/metadata.rb 
 rvm/ru    100 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ruby_version.rb 
 bi    101 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/uri_credentials_filter.rb 
 es/rub    102 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/lazy_specification.rb 
 y-2.6.    103 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/index.rb 
 0/lib/    104 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/tsort.rb 
 librub    105 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/forwardable/impl.rb 
 y.2.    106 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/forwardable.rb 
 6.d    107 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/spec_set.rb 
 ylib(r    108 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/shellwords.rb 
 uby    109 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/fileutils/version.rb 
 _exec_    110 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/fileutils.rb 
 inter    111 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/tmpdir.rb 
 nal+0x    112 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/tempfile.rb 
 e8) [    113 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/git/git_proxy.rb 
 0x10    114 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/digest.bundle 
 d23    115 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/digest.rb 
 abb8    116 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/digest/sha1.bundle 
 ] 
 /U    117 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/compatibility.rb 
 sers/m    118 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb 
 atthewo    119 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb 
 riord    120 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/errors.rb 
 an/.rv    121 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb 
 m/rubi    122 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb 
 es/rub    123 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb 
 y-2.6    124 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb 
 .0/lib    125 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb 
 /librub    126 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb 
 y.2.6    127 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb 
 .dylib    128 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb 
 (ruby_    129 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb 
 run_no    130 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb 
 de+0x4    131 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/state.rb 
 9) [0x    132 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb 
 10d23    133 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb 
 aa29] 
 /    134 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/resolution.rb 
 Users/    135 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/resolver.rb 
 matthe    136 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb 
 worior    137 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo.rb 
 dan/    138 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendored_molinillo.rb 
 .rvm    139 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/resolver/spec_group.rb 
 /rubi    140 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/resolver.rb 
 es/ru    141 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/gemspec.rb 
 b    142 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/runtime.rb 
 y-2.    143 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/dep_proxy.rb 
 6.0/    144 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ui.rb 
 bin/ru    145 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ui/silent.rb 
 by(m    146 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ui/rg_proxy.rb 
 ain+0x    147 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/remote_specification.rb 
 5d    148 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/stub_specification.rb 
 ) [0x    149 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/endpoint_specification.rb 
 10d1a3    150 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http_parser.rb-0.6.0/lib/ruby_http_parser.bundle 
 f0d]    151 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http_parser.rb-0.6.0/lib/http_parser.rb 

   152 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http_parser.rb-0.6.0/lib/http/parser.rb 
   153 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/errors.rb 
   154 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/io/wait.bundle 
   155 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/timeout/null.rb 

 -- Other runtime information ----------------------------------------------- 

   156 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/timeout.rb 
 * Loaded script: /Users/mattheworiordan/infrastructure/bin/acme-env 

 * Loaded features: 

   157 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/timeout/per_operation.rb 
   158 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/timeout/global.rb 
     0 enumerator.so 
   159 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/base64.rb 
     1 thread.rb 
   160 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/headers/mixin.rb 
     2 rational.so 
   161 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/headers/known.rb 
     3 complex.so 
     4 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/enc/encdb.bundle 
   162 /Users/mattheworiordan/.rvm      5 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/enc/trans/transdb.bundle 
 /gems/ruby-2.6.0/gems/http-1.0.2/lib/http/headers.rb 
     6 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/rbconfig.rb 
 uby/2.6.0/net/http/response.rb 
   265 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/responses.rb 
     7 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/compatibility.rb 
   266 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/proxy_delta.rb 
     8 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/defaults.rb 
     9 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/deprecate.rb 
   267 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/backward.rb 
    10 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/errors.rb 
   268 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http.rb 
   269 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/slack-notifier-1.4.0/lib/slack-notifier/default_http_client.rb 
    11 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/version.rb 
   270 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/slack-notifier-1.4.0/lib/slack-notifier/link_formatter.rb 
    12 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/requirement.rb 
   271 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/slack-notifier-1.4.0/lib/slack-notifier.rb 
    13 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/platform.rb 
   272 /Users/mattheworiordan/infrastructure/lib/acme_env/notifier.rb 
   273 /Users/mattheworiordan/infrastructure/lib/acme_env.rb 
   274 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/logger.rb 
    14 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/basic_specification.rb 
   275 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/config.rb 
   276 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/errors.rb 
    15 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/stub_specification.rb 
   277 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/loggable.rb 
    16 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/delegate.rb 
   278 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/version.rb 
   279 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/ruby_compat.rb 
    17 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/rfc2396_parser.rb 
   280 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/openssl.rb 
    18 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/rfc3986_parser.rb 
    19 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/common.rb 
   281 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/certificate.rb 
   210 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json.rb 
   282 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/ed25519_loader.rb 
   283 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/buffer.rb 
   211 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/singleton.rb 
   284 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/strscan.bundle 
   212 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/mime_type/adapter.rb 
   285 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/known_hosts.rb 
   213 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/mime_type/json.rb 
   286 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/ctr.rb 
   214 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/mime_type.rb 
   287 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/key_expander.rb 
   215 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/status/reasons.rb 
   288 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/identity_cipher.rb 
   289 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/cipher_factory.rb 
   290 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/constants.rb 
   291 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/abstract.rb 
   292 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/md5.rb 
   293 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/md5_96.rb 
   294 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha1.rb 
   295 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha1_96.rb 
   296 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_256.rb 
   297 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_256_96.rb 
   298 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_512.rb 
   299 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_512_96.rb 
   300 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/ripemd160.rb 
   301 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/none.rb 
   302 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac.rb 
   303 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb 
   304 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb 
   305 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb 
   306 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb 
   307 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb 
   308 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb 
   309 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb 
   310 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex.rb 
   311 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/server_version.rb 
   216 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/status.rb 
   312 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/algorithms.rb 
   217 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie/version.rb 
   313 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/buffered_io.rb 
   218 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name/version.rb 
   314 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/constants.rb 
   219 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name/punycode.rb 
   315 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/constants.rb 
    20 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/generic.rb 
   220 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name/etld_data.rb 
   316 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/packet.rb 
   221 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/unf-0.1.4/lib/unf/version.rb 
   317 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/state.rb 
   222 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/unf-0.1.4/lib/unf.rb 
   318 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/packet_stream.rb 
   223 /Users/mattheworiordan/.rvm/gems/rub     21 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/file.rb 
 y-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name.rb 
   319 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/null.rb 
   320 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/secure.rb 
   224 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie/ruby_compat.rb 
   225 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie.rb 
   321 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/strict.rb 
   226 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie_jar.rb 
   322 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/lenient.rb 
   323 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/session.rb 
   227 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response.rb 
   324 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64     22 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/ftp.rb 
 -darwin18/io/console.bundle 
   228 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/body.rb 
   229 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http.rb 
   325 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/prompt.rb 
   230 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel/version.rb 
   231 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel/processor_count.rb 
   326 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/key_factory.rb 
   232 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb 
   233 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb 
   327 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/agent.rb 
   234 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/core_ext/hash_with_indifferent_access.rb 
   328 /Users/mattheworiordan/.rvm/    235 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/core_ext/ordered_hash.rb 
 gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/key_manager.rb 
   163 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/chainable.rb 
   236 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/error.rb 
   237 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb 
   238 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/argument.rb 
   164 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/file.rb 
   239 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/arguments.rb 
   165 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/securerandom.rb 
   240 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/option.rb 
   166 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/multipar    329 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/abstract.rb 
 t/param.rb 
   241 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/options.rb 
   242 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser.rb 
   167 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/multipart.rb 
   243 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/shell.rb 
   244 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/line_editor/basic.rb 
   168 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/urlencoded.rb 
   245 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/readline.bundle 
   169 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/version.rb 
   246 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/line_editor/readline.rb 
   170 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data.rb 
   247 /Users/matthew     23 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/http.rb 
 oriordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/line_editor.rb 
   171 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/openssl.bundle 
   248 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/util.rb 
   172 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/bn.rb 
   249 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/base.rb 
   173 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/pkey.rb 
   250 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb 
   251 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/regexp.rb 
   174 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/cipher.rb 
   175 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/config.rb 
   252 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/object/blank.rb 
   253 /Users/mattheworiordan/.r     24 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/https.rb 
 vm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/string/strip.rb 
   176 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/digest.rb 
   177 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/x509.rb 
   254 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/toggler.rb 
   255 /Users/mattheworiordan/infrastructure/lib/acme_env/logger.rb 
   178 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/buffering.rb 
   256 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/protocol.rb 
   179 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/io/nonblock.bundle 
   257 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/zlib.bundle 
   180 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/socket.bundle 
   258 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/exceptions.rb 
   181 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb 
   259 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/header.rb 
   330 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/none.rb 
   260 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/enc/windows_31j.bundle 
   331 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/publickey.rb 
   261 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/generic_request.rb 
   332 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/hostbased.rb 
   262 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/request.rb 
   333 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/password.rb 
   263 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/requests.rb 
   334 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/keyboard_interactive.rb 
   264 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/response.rb 
   335 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/session.rb 
   265 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/responses.rb 
   266 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/proxy_delta.rb 
   336 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/term.rb 
   337 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/channel.rb 
   267 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/backward.rb 
   338 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/service/forward.rb 
   268 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http.rb 
   339 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/conne    269 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/slack-notifier-1.4.0/lib/slack-notifier/default_http_client.rb 
    25 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/ldap.rb 
    26 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/ldaps.rb 
   270 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/slack-notifier-1.4.0/lib/slack-notifier/link_formatter.rb 
    27 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri/mailto.rb 
   271 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/slack-notifier-1.4.0/lib/slack-notifier.rb 
    28 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/uri.rb 
   272 /Users/mattheworiordan/infrastructure/lib/acme_env/notifier.rb 
    29 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/specification_policy.rb 
   182 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/ipaddr.rb 
   273 /Users/mattheworiordan/infrastructure/lib/acme_env.rb 
   274 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/logger.rb 
   275 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/config.rb 
    30 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/util/list.rb 
 ction/keepalive.rb 
   276 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/errors.rb 
   340 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/event_loop.rb 
    31 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/stringio.bundle 
   341 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/session.rb 
   277 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/loggable.rb 
   342 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb 
    32 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/specification.rb 
   343 /Users/mattheworiordan/infrastructure/lib/acme_env/shared.rb 
   278 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/version.rb 
    33 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/exceptions.rb 
   344 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/core_ext/io_binary_read.rb 
   279 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/ruby_compat.rb 
   345 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb 
    34 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/util.rb 
   280 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/openssl.rb 
   346 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/create_file.rb 
    35 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/bundler_version_finder.rb 
   281 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/certificate.rb 
   347 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/create_link.rb 
    36 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/dependency.rb 
   183 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/ssl.rb 
   184 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/pkcs5.rb 
    37 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/core_ext/kernel_gem.rb 
   185 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl.rb 
    38 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/monitor.rb 
   186 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/version.rb 
   187 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/idna/pure.rb 
    39 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb 
   188 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/idna.rb 
   189 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/uri.rb 
    40 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/core_ext/kernel_warn.rb 
   282 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/ed25519_loader.rb 
    41 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems.rb 
   283 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/buffer.rb 
    42 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/path_support.rb 
    43 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/version.rb 
   284 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/strscan.bundle 
    44 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/core_ext/name_error.rb 
   285 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/known_hosts.rb 
    45 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/levenshtein.rb 
   286 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/ctr.rb 
   348 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/directory.rb 
   349 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/cgi/escape.bundle 
   287 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/key_expander.rb 
   288 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/identity_cipher.rb 
   350 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi/util.rb 
   351 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/erb.rb 
   289 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/cipher_factory.rb 
   352 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/open-uri.rb 
   290 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/constants.rb 
   353 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/file_manipulation.rb 
   190 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/uri.rb 
   354 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb 
   191 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/options.rb 
   355 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions.rb 
   192 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/parser.rb 
   356 /Users/mattheworiordan/infrastructure/lib/acme_env/actions.rb 
   193 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/connection.rb 
   357 /Users/mattheworiordan/infrastructure/lib/acme_env/config.rb 
   194 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/redirector.rb 
   358 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/colorize-0.8.1/lib/colorize/class_methods.rb 
   359 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/colorize-0.8.1/lib/colorize/instance_methods.rb 
   195 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/client.rb 
   196 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/date_core.bundle 
   360 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/colorize-0.8.1/lib/colorize.rb 
   197 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/date.rb 
   361 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/sub_command_base.rb 
   198 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/time.rb 
   362 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/table.rb 
   363 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/row.rb 
   364 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/cell.rb 
   199 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/request/writer.rb 
   200 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/version.rb 
   365 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/enumerable.rb 
   201 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/request.rb 
   366 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/symbol.rb 
   202 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/content_type.rb 
   367 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table.rb 
   203 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/version.rb 
   368 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/account.rb 
   204 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/ostruct.rb 
   205 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/generic_object.rb 
   369 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/ami.rb 
   206 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/common.rb 
   370 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/constants.rb 
    46 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/jaro_winkler.rb 
   371 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/utility/engine.rb 
    47 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checker.rb 
   372 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/abstract_object.rb 
    48 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb 
   373 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/utility/native_extension_loader.rb 
    49 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.    207 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/json/ext/parser.bundle 
 rb 
   291 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/abstract.rb 
   374 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_object.rb 
    50 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers.rb 
   292 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/md5.rb 
   208 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/json/ext/generator.bundle 
    51 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/method_name_checker.rb 
    52 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/key_error_checker.rb 
   209 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/ext.rb 
   293 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/md5_96.rb 
   210 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json.rb 
   294 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha1.rb 
   211 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/singleton.rb 
   295 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha1_96.rb 
   296 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_256.rb 
   212 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/mime_type/adapter.rb 
   297 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_256_96.rb 
   213 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/mime_type/json.rb 
   298 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_512.rb 
   299 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_512_96.rb 
   300 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/ripemd160.rb 
   301 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/none.rb 
   302 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac.rb 
   303 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb 
   304 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb 
   305 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb 
   306 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb 
   307 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb 
    53 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/null_checker.rb 
   308 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb 
   309 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb 
    54 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/formatters/plain_formatter.rb 
    55 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean.rb 
    56 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/version.rb 
    57 /Users/mattheworiordan/.rvm/rubies/    310 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex.rb 
   375 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/jruby_object.rb 
 ruby-2.6.0/lib/ruby/2.6.0/bundler/compatibility_guard.rb 
   376 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/rbx_object.rb 
   377 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/truffle_object.rb 
   378 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/object.rb 
   379 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/volatile.rb 
   380 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/abstract_lockable_object.rb 
   381 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_loc    214 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/mime_type.rb 
   215 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/status/reasons.rb 
   311 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/server_version.rb 
   216 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/status.rb 
   312 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/algorithms.rb 
   217 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie/version.rb 
   218 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name/version.rb 
   313 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/buffered_io.rb 
   314 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/constants.rb 
   219 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name/punycode.    315 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/constants.rb 
 kable_object.rb 
   382 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/jruby_lockable_object.rb 
   316 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/packet.rb 
   317 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/state.rb 
   318 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/packet_stream.rb 
   319 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/null.rb 
   383 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/rbx_lockable_object.rb 
   320 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/secure.rb 
   321 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/strict.rb 
   384 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/truffle_lockable_object.rb 
   385 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/lockable_object.rb 
   322 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/lenient.rb 
   323 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/session.rb 
   386 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/condition.rb 
   387 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/lock.rb 
   324 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/io/console.bundle 
   388 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization.rb 
   389 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/map/non_concurrent_map_backend.rb 
   325 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/prompt.rb 
   326 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/key_factory.rb 
   390 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/map/mri_map_backend.rb 
   391 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/map.rb 
   327 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/agent.rb 
   392 /Users/mattheworiordan/     58 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/etc.bundle 
   328 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/key_manager.rb 
    59 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/fileutils/lib/fileutils.rb 
   329 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/abstract.rb 
    60 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendored_fileutils.rb 
   330 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/none.rb 
   331 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/publickey.rb 
    61 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/pathname.bundle 
    62 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/pathname.rb 
    63 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/errors.rb 
   332 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/hostbased.rb 
    64 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/environment_preserver.rb 
   333 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/password.rb 
    65 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/plugin/api.rb 
   334 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/keyboard_interactive.rb 
    66 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/plugin.rb 
   335 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/session.rb 
    67 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/git.rb 
   336 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/term.rb 
    68 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/so.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/array/prepend_and_append.rb 
 urce/installed.rb 
    69 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/specific_file.rb 
    70 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/local.rb 
   393 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/hash/deep_merge.rb 
   394 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/hash/except.rb 
    71 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/lock.rb 
   395 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/hash/slice.rb 
    72 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source/vendor.rb 
   396 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/version.rb 
    73 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/source.rb 
   397 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi/core.rb 
   398 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi/cookie.rb 
    74 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/gem_helpers.rb 
   337 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/channel.rb 
   338 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/service/forward.rb 
   399 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi.rb 
   339 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/keepalive.rb 
   400 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/exceptions.rb 
   340 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/event_loop.rb 
   341 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/session.rb 
   401 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/interpolate/ruby.rb 
   342 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb 
    75 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/match_platform.rb 
   343 /Users/mattheworiordan/infrastructure/lib/acme_env/shared.rb 
    76 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/rubygems_ext.rb 
   344 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/core_ext/io_binary_read.rb 
   345 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb 
   346 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/create_file.rb 
    77 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/user_interaction.rb 
    78 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/config_file.rb 
   347 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/create_link.rb 
    79 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/rubygems_integration.rb 
   348 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gem     80 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/constants.rb 
 s/thor-0.19.1/lib/thor/actions/directory.rb 
    81 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/current_ruby.rb 
   349 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/cgi/escape.bundle 
    82 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/build_metadata.rb 
   350 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi/util.rb 
    83 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler.rb 
    84 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/settings.rb 
   351 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/erb.rb 
   352 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/open-uri.rb 
    85 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/shared_helpers.rb 
   353 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/file_manipulation.rb 
    86 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/ext/builder.rb 
   354 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb 
    87 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/feature_flag.rb 
   355 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions.rb 
    88 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source.rb 
   356 /Users/mattheworiordan/infrastructure/lib/acme_env/actions.rb 
   357 /Users/mattheworiordan/infrastructure/lib/acme_env/config.rb 
    89 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/path.rb 
   358 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/colorize-0.8.1/lib/colorize/class_methods.rb 
    90 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/git.rb 
   359 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/colorize-0.8.1/lib/colorize/instance_methods.rb 
    91 /Userb 
   402 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n.rb 
 rs/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/rubygems.rb 
    92 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/lockfile_parser.rb 
   403 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/lazy_load_hooks.rb 
    93 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/set.rb 
   404 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/config.rb 
    94 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/definition.rb 
   405 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/i18n.rb 
    95 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/dependency.rb 
   406 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector/inflections.rb 
   407 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_s    220 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name/etld_data.rb 
   360 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/colorize-0.8.1/lib/colorize.rb 
   361 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/sub_command_base.rb 
   362 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/table.rb 
   363 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/row.rb 
   364 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/cell.rb 
   365 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/enumerable.rb 
   366 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/symbol.rb 
   367 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table.rb 
   368 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/account.rb 
   369 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/ami.rb 
   370 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/constants.rb 
   371 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/utility/engine.rb 
   372 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/abstract_object.rb 
   373 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/utility/native_extension_loader.rb 
   374 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_object.rb 
   375 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/jruby_object.rb 
   376 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/rbx_object.rb 
   377 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/truffle_object.rb 
   378 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/object.rb 
   379 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/volatile.rb 
   380 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/abstract_lockable_object.rb 
   381 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_lockable_object.rb 
   382 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/jruby_lockable_object.rb 
   383 upport/multibyte.rb 
   221 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/unf-0.1.4/lib/unf/version.rb 
   222 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/unf-0.1.4/lib/unf.rb 
   408 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/string/multibyte.rb 
   223 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name.rb 
   409 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector/transliterate.rb 
   224 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie/ruby_compat.rb 
   410 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflections.rb 
   225 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie.rb 
   411 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector/methods.rb 
   226 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.    412 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/string/inflections.rb 
    96 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ruby_dsl.rb 
    97 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/dsl.rb 
    98 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source_list.rb 
    99 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/metadata.rb 
   100 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ruby_version.rb 
   101 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/uri_credentials_filter.rb 
   102 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/lazy_specification.rb 
   103 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/index.rb 
   104 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/tsort.rb 
   105 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/forwardable/impl.rb 
   106 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/forwardable.rb 
   107 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/spec_set.rb 
   108 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/shellwords.rb 
   109 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/fileutils/version.rb 
   110 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/fileutils.rb 
   111 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/tmpdir.rb 
   112 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/tempfile.rb 
   113 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/git/git_proxy.rb 
   114 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/digest.bundle 
   115 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/digest.rb 
   116 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/digest/sha1.bundle 
   117 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/compatibility.rb 
   118 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb 
   119 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb 
   120 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/errors.rb 
   121 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb 
   413 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector.rb 
   122 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb 
   414 /Users/mattheworiordan/infrastructure/manager/lib/manager/shared/env.rb 
   123 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb 
   415 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/autoscaling.rb 
   124 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb 
   416 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/cert.rb 
   125 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb 
   417 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/ci.rb 
   418 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/endpoint_provider.rb 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/rbx_lockable_object.rb 
   419 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/partition.rb 
   384 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/truffle_lockable_object.rb 
   420 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/partition_list.rb 
   385 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/lockable_object.rb 
   421 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/region.rb 
   386 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/condition.rb 
   422 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/service.rb 
   387 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/lock.rb 
 3/lib/http/cookie_jar.rb 
   388 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization.rb 
   227 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response.rb 
   228 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/body.rb 
   389 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/map/non_concurrent_map_backend.rb 
   229 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http.rb 
   230 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel/version.rb 
   390 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/map/mri_map_backend.rb 
   231 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel/processor_count.rb 
   232 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb 
   391 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/map.rb 
   233 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb 
   392 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/array/prepend_and_append.rb 
   393 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/hash/deep_merge.rb 
   234 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/core_ext/hash_with_indifferent_access.rb 
   394 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/hash/except.rb 
   395 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/hash/slice.rb 
   235 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/core_ext/ordered_hash.rb 
   236 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/error.rb 
   396 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/version.rb 
   237 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb 
   397 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi/core.rb 
   238 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/argument.rb 
   398 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi/cookie.rb 
   239 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/arguments.rb 
   399 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi.rb 
   240 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/option.rb 
   400 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/exceptions.rb 
   241 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/options.rb 
   401 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/interpolate/ruby.rb 
   242 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser.rb 
   402 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n.rb 
   243 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/shell.rb 
   244 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/line_editor/basic.rb 
   403 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/lazy_load_hooks.rb 
   245 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/readline.bundle 
   404 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/config.rb 
   246 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/line_editor/readline.rb 
   405 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/i18n.rb 
   247 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/line_editor.rb 
   406 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector/inflections.rb 
   248 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/util.rb 
   407 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/multibyte.rb 
   249 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/base.rb 
   250 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb 
   408 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/string/multibyte.rb 
   251 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/regexp.rb 
   409 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector/transliterate.rb 
   252 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/object/blank.rb 
   410 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflections.rb 
   253 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/string/strip.rb 
   411 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector/methods.rb 
   126 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb 
   254 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/toggler.rb 
   255 /Users/mattheworiordan/infrastructure/lib/acme_env/logger.rb 
   127 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb 
   256 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/protocol.rb 
   128 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb 
   257 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/zlib.bundle 
   129 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb 
   258 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/exceptions.rb 
   259 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/header.rb 
   130 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb 
   260 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/enc/windows_31j.bundle 
   261 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/generic_request.rb 
   131 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/state.rb 
   262 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/request.rb 
   132 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb 
   263 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/requests.rb 
   133 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb 
   134 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/resolution.rb 
   135 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/resolver.rb 
   136 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb 
   137 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo.rb 
   138 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/vendored_molinillo.rb 
   139 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/resolver/spec_group.rb 
   140 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/resolver.rb 
   141 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/source/gemspec.rb 
   142 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/runtime.rb 
   143 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/dep_proxy.rb 
   144 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ui.rb 
   145 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ui/silent.rb 
   146 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/ui/rg_proxy.rb 
   147 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/remote_specification.rb 
   148 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/stub_specification.rb 
   149 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bundler/endpoint_specification.rb 
   150 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http_parser.rb-0.6.0/lib/ruby_http_parser.bundle 
   151 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http_parser.rb-0.6.0/lib/http_parser.rb 
   152 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http_parser.rb-0.6.0/lib/http/parser.rb 
   153 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/errors.rb 
   154 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/io/wait.bundle 
   155 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/timeout/null.rb 
   156 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/timeout.rb 
   157 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/timeout/per_operation.rb 
   158 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/timeout/global.rb 
   159 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/base64.rb 
   160 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/headers/mixin.rb 
   161 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/headers/known.rb 
   162 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/headers.rb 
   163 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/chainable.rb 
   164 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/file.rb 
   165 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/securerandom.rb 
   166 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/multipart/param.rb 
   167 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/multipart.rb 
   168 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/urlencoded.rb 
   169 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data/version.rb 
   170 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-form_data-1.0.1/lib/http/form_data.rb 
   171 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/openssl.bundle 
   172 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/bn.rb 
   173 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/pkey.rb 
   174 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/cipher.rb 
   175 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/config.rb 
   176 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/digest.rb 
   177 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/x509.rb 
   178 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/buffering.rb 
   179 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/io/nonblock.bundle 
   180 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/socket.bundle 
   181 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/socket.rb 
   182 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/ipaddr.rb 
   183 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/ssl.rb 
   184 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl/pkcs5.rb 
   185 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/openssl.rb 
   186 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/version.rb 
   187 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/idna/pure.rb 
   188 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/idna.rb 
   189 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/addressable-2.4.0/lib/addressable/uri.rb 
   190 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/uri.rb 
   191 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/options.rb 
   192 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/parser.rb 
   193 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/connection.rb 
   194 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/redirector.rb 
   195 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/client.rb 
   423 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions.rb 
   196 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/date_core.bundle 
   264 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/response.rb 
   197 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/date.rb 
   424 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/util.rb 
   198 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/time.rb 
   425 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/block_io.rb 
   426 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/configuration.rb 
   199 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/request/writer.rb 
   200 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/version.rb 
   427 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler.rb 
   201 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/request.rb 
   428 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler_builder.rb 
   202 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/content_type.rb 
   429 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler_list.rb 
   203 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/version.rb 
   430 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler_list_entry.rb 
   204 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/ostruct.rb 
   205 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/generic_object.rb 
   431 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/managed_file.rb 
   412 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/string/inflections.rb 
   206 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/common.rb 
   432 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/networking_error.rb 
   207 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/json/ext/parser.bundle 
   413 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector.rb 
   433 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugin.rb 
   414 /Users/mattheworiordan/infrastructure/manager/lib/manager/shared/env.rb 
   434 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugin_list.rb 
   435 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/request.rb 
   415 /Users/matthewori    436 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/request_context.rb 
 ordan/infrastructure/lib/acme_env/cli_commands/autoscaling.rb 
   265 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/responses.rb 
   266 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/proxy_delta.rb 
   437 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/response.rb 
   267 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/backward.rb 
   438 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/http/headers.rb 
   268 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http.rb 
   439 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/http/request.rb 
   269 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/slack-notifier-1.4.0/lib/slack-notifier/default_http_client.rb 
   270 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/slack-notifier-1.4.0/lib/slack-notifier/link_formatter.rb 
   440 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/http/response.rb 
   208 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/json/ext/generator.bundle 
   209 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json/ext.rb 
   441 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/logging/handler.rb 
   210 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/json.rb 
   442 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/logging/formatter.rb 
   211 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/singleton.rb 
   443 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/https.rb 
   212 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/mime_type/adapter.rb 
   444 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/net_http/patches.rb 
   213 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/mime_type/json.rb 
   445 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/net_http/connection_pool.rb 
   214 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/mime_type.rb 
   446 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/net_http/handler.rb 
   215 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/status/reasons.rb 
   447 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/content_length.rb 
   216 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/status.rb 
   448 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/endpoint.rb 
   217 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie/version.rb 
   449 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/logging.rb 
   416 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/cert.rb 
   450 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/net_http.rb 
   271 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/slack-notifier-1.4.0/lib/slack-notifier.rb 
   218 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name/version.rb 
   417 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/ci.rb 
   451 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/raise_response_errors.rb 
   418 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/endpoint_provider.rb 
   452 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/response_target.rb 
   219 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name/punycode.rb 
   419 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/partition.rb 
   453 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/api.rb 
   272 /Users/mattheworiordan/infrastructure/lib/acme_env/notifier.rb 
   220 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name/etld_data.rb 
   420 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/partition_list.rb 
   454 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/operation.rb 
   221 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/unf-0.1.4/lib/unf/version.rb 
   273 /Users/mattheworiordan/infrastructure/lib/acme_env.rb 
   421 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/region.rb 
   455 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/authorizer.rb 
   222 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/unf-0.1.4/lib/unf.rb 
   456 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/shapes.rb 
   223 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/domain_name-0.5.20170404/lib/domain_name.rb 
   457 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/base.rb 
   224 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie/ruby_compat.rb 
   458 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse.rb 
   225 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie.rb 
   459 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/caching_parser.rb 
   226 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-cookie-1.0.3/lib/http/cookie_jar.rb 
   460 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/errors.rb 
   227 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response.rb 
   274 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/logger.rb 
   422 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/service.rb 
   275 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/config.rb 
   423 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions.rb 
   461 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/lexer.rb 
   228 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http/response/body.rb 
   424 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/util.rb 
   462 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/subexpression.rb 
   229 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/http-1.0.2/lib/http.rb 
   425 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/block_io.rb 
   230 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel/version.rb 
   231 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel/processor_count.rb 
   426 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/configuration.rb 
   232 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/parallel-1.12.1/lib/parallel.rb 
   233 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/command.rb 
   427 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler.rb 
   428 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler_builder.rb 
   234 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/core_ext/hash_with_indifferent_access.rb 
   429 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler_list.rb 
   235 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/core_ext/ordered_hash.rb 
   463 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/and.rb 
   236 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/error.rb 
   237 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/invocation.rb 
   464 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/comparator.rb 
   238 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/argument.rb 
   465 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/condition.rb 
   239 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/arguments.rb 
   430 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler_list_entry.rb 
   240 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/option.rb 
   431 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/managed_file.rb 
   241 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser/options.rb 
   432 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/networking_error.rb 
   242 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/parser.rb 
   243 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/shell.rb 
   433 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugin.rb 
   244 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/line_editor/basic.rb 
   434 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugin_list.rb 
   435 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/request.rb 
   245 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/readline.bundle 
   436 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/request_context.rb 
   246 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/line_editor/readline.rb 
   437 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/response.rb 
   247 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/line_editor.rb 
   438 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/http/headers.rb 
   248 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/util.rb 
   439 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/http/request.rb 
   249 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/base.rb 
   250 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor.rb 
   440 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/http/response.rb 
   251 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/regexp.rb 
   441 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/logging/handler.rb 
   252 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/object/blank.rb 
   442 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/logging/formatter.rb 
   253 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/string/strip.rb 
   443 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/https.rb 
   254 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/toggler.rb 
   255 /Users/mattheworiordan/infrastructure/lib/acme_env/logger.rb 
   444 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/net_http/patches.rb 
   445 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/net_http/connection_pool.rb 
   256 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/protocol.rb 
   466 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/current.rb 
   257 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/zlib.bundle 
   467 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/expression.rb 
   258 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/exceptions.rb 
   259 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/header.rb 
   468 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/field.rb 
   260 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/enc/windows_31j.bundle 
   469 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/flatten.rb 
   261 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/generic_request.rb 
   470 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/function.rb 
   262 /Users/mattheworiordan/.rvm/rub    471 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/index.rb 
 ies/ruby-2.6.0/lib/ruby/2.6.0/net/http/request.rb 
   276 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/errors.rb 
   277 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/loggable.rb 
   263 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/requests.rb 
   264 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/response.rb 
   278 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/version.rb 
   265 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/responses.rb 
   266 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/proxy_delta.rb 
   279 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/ruby_compat.rb 
   267 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http/backward.rb 
   280 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/openssl.rb 
   268 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/http.rb 
   269 /Users/mat    472 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/literal.rb 
 theworiordan/.rvm/gems/ruby-2.6.0/gems/slack-notifier-1.4.0/lib/slack-notifier/default_http_client.rb 
   281 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/certificate.rb 
   270 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/slack-notifier-1.4.0/lib/slack-notifier/link_formatter.rb 
   271 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/slack-notifier-1.4.0/lib/slack-notifier.rb 
   282 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/ed25519_loader.rb 
   272 /Users/mattheworiordan/infrastructure/lib/acme_env/notifier.rb 
   283 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/buffer.rb 
   273 /Users/mattheworiordan/infrastructure/lib/acme_env.rb 
   274 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/logger.rb 
   275 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/config.rb 
   284 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby    276 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/errors.rb 
 /2.6.0/x86_64-darwin18/strscan.bundle 
   446 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/net_http/handler.rb 
   277 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/loggable.rb 
   447 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/content_length.rb 
   278 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/version.rb 
   448 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/endpoint.rb 
   279 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/ruby_compat.rb 
   449 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/logging.rb 
   280 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/openssl.rb 
   450 /Users/mattheworiordan/.rvm/gem    285 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/known_hosts.rb 
 s/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/net_http.rb 
   281 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/certificate.rb 
   451 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/raise_response_errors.rb 
   282 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/ed25519_loader.rb 
   452 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/response_target.rb 
   283 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/buffer.rb 
   453 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/api.rb 
   284 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/strscan.bundle 
   454 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/operation.rb 
   285 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/known_hosts.rb 
   455 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/authorizer.rb 
   456 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/shapes.rb 
   286 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/ctr.rb 
   457 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/base.rb 
   287 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/key_expander.rb 
   458 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse.rb 
   288 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/identity_cipher.rb 
   459 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/caching_parser.rb 
   289 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/cipher_factory.rb 
   460 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/ge    290 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/constants.rb 
 ms/jmespath-1.4.0/lib/jmespath/errors.rb 
   473 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/multi_select_hash.rb 
   461 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/lexer.rb 
   474 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/multi_select_list.rb 
   462 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/subexpression.rb 
   475 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/not.rb 
   463 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/and.rb 
   476 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/or.rb 
   464 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/comparator.rb 
   477 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/pipe.rb 
   465 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/condition.rb 
   478 /    466 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/current.rb 
   286 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/ctr.rb 
   467 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/expression.rb 
   287 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/key_expander.rb 
   468 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/field.rb 
   288 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/identity_cipher.rb 
   469 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/flatten.rb 
   289 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/cipher_factory.rb 
   470 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/function.rb 
   290 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transpor    291 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/abstract.rb 
 t/constants.rb 
   471 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/index.rb 
   472 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/literal.rb 
   291 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/abstract.rb 
   473 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/multi_select_hash.rb 
   292 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/md5.rb 
   474 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/multi_select_list.rb 
   293 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/md5_96.rb 
   475 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/not.rb 
   294 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha1.rb 
   476 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/or.rb 
   295 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha1_96.rb 
   477 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/pipe.rb 
   296 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_256.rb 
   297 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_256_96.rb 
   478 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/projection.rb 
   298 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_512.rb 
   479 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/slice.rb 
   299 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_512_96.rb 
   480 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes.rb 
   300 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4    292 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/md5.rb 
 .1.0/lib/net/ssh/transport/hmac/ripemd160.rb 
   481 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/parser.rb 
   301 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/none.rb 
   482 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/runtime.rb 
   302 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac.rb 
   483 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/token.rb 
   303 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb 
   484 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/token_stream.rb 
   304 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb 
   485 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/util.rb 
   486 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/version.rb 
   305 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb 
   487 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath.rb 
   306 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb 
   488 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/deprecations.rb 
   307 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb 
   489 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/credential_provider.rb 
   308 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb 
   490 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/refreshing_credentials.rb 
   309 /Users/mattheworiordan/.rvm/gems    491 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/assume_role_credentials.rb 
 /ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb 
 Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/projection.rb 
   492 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/credentials.rb 
   479 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/slice.rb 
   493 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/credential_provider_chain.rb 
   480 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes.rb 
   494 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/ecs_credentials.rb 
   481 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/parser.rb 
   495 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/instanc    310 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex.rb 
 e_profile_credentials.rb 
   482 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/runtime.rb 
   483 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/token.rb 
   496 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/ini_parser.rb 
   497 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/shared_credentials.rb 
   484 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/token_stream.rb 
   498 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/open3.rb 
   485 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/util.rb 
   499 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/process_credentials.rb 
   486 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/version.rb 
   500 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/client_stubs.rb 
   487 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath.rb 
   501 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/eager_loader.rb 
   488 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/deprecations.rb 
   489 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/credential_provider.rb 
   502 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/errors.rb 
   503 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/pageable_response.rb 
   490 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/refreshing_credentials.rb 
   504 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/pager.rb 
   491 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/assume_role_credentials.rb 
   492 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/credentials.rb 
   505 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/param_converter.rb 
   493 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/credential_provider_chain.rb 
   506 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/param_validator.rb 
   494 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/ecs_credentials.rb 
   507 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/shared_config.rb 
   495 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/instance_profile_credentials.rb 
   508 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/structure.rb 
   496 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/ini_parser.rb 
   509 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/type_builder.rb 
   293 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/md5_96.rb 
   510 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/util.rb 
   294 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha1.rb 
   511 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/resources/collection.rb 
   295 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha1_96.rb 
   296 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_256.rb 
   512 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/log/formatter.rb 
   297 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_256_96.rb 
   513 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/log/par    311 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/server_version.rb 
 am_filter.rb 
   298 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_512.rb 
   312 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/algorithms.rb 
   299 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/sha2_512_96.rb 
   313 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/buffered_io.rb 
   300 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/ripemd160.rb 
   314 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/constants.rb 
   301 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac/none.rb 
   315 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/constants.rb 
   302 /Users/mattheworiordan/.rvm/gems/ruby-2    497 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/shared_credentials.rb 
 .6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/hmac.rb 
   316 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/packet.rb 
   317 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/state.rb 
   303 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb 
   318 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/packet_stream.rb 
   304 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb 
   319 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/null.rb 
   305 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb 
   306 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb 
   320 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/secure.rb 
   307 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb 
   321 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/strict.rb 
   308 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb 
   322 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/lenient.rb 
   309 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb 
   323 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/session.rb 
   324 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/io/console.bundle 
   310 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/kex.rb 
   325 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/prompt.rb 
   311 /User    498 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/open3.rb 
 s/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/server_version.rb 
   514 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/log/param_formatter.rb 
   499 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/process_credentials.rb 
   515 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/empty_stub.rb 
   500 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/client_stubs.rb 
   516 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/data_applicator.rb 
   501 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/eager_loader.rb 
   517 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/stub_data.rb 
   502 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/errors.rb 
   518 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/xml_error.rb 
   326 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/key_factory.rb 
   519 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/ec2.rb 
   327 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/agent.rb 
   520 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/json.rb 
   328 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/key_manager.rb 
   521 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/query.rb 
   329 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/abstract.rb 
   522 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-e    312 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/algorithms.rb 
   503 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/pageable_response.rb 
 ventstream-1.0.1/lib/aws-eventstream/decoder.rb 
   523 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/encoder.rb 
   313 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/buffered_io.rb 
   524 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/bytes_buffer.rb 
   314 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/constants.rb 
   315 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/constants.rb 
   525 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/message.rb 
   526 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/header_value.rb 
   316 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/packet.rb 
   317 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/state.rb 
   527 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/types.rb 
   318 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/packet_stream.rb 
   528 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/errors.rb 
   319 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/null.rb 
   529 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream.rb 
   320 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/secure.rb 
   530 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/rest.rb 
   321 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/strict.rb 
   531 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/rest_json.rb 
   322 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/verifiers/lenient.rb 
   323 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/transport/session.rb 
   324 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/io/console.bundle 
   532 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/rest_xml.rb 
   325 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/prompt.rb 
   533 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/api_gateway.rb 
   326 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/key_factory.rb 
   534 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/handler.rb 
   327 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/agent.rb 
   535 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/body.rb 
   504 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/pager.rb 
   330 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/none.rb 
   331 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/publickey.rb 
   505 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/param_converter.rb 
   506 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/param_validator.rb 
   332 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/hostbased.rb 
   507 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/shared_config.rb 
   333 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/password.rb 
   334 /Users/mattheworiordan    536 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/builder.rb 
 /.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/keyboard_interactive.rb 
   508 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/structure.rb 
   335 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/session.rb 
   509 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/type_builder.rb 
   336 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/term.rb 
   510 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/util.rb 
   337 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/channel.rb 
   338 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/service/forward.rb 
   511 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/resources/collection.rb 
   339 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net    512 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/log/formatter.rb 
 /ssh/connection/keepalive.rb 
   328 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/key_manager.rb 
   513 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/log/param_filter.rb 
   329 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/abstract.rb 
   514 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/log/param_formatter.rb 
   330 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/none.rb 
   515 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/empty_stub.rb 
   331 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/publickey.rb 
   516 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/data_applicator.rb 
   332 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/hostbased.rb 
   333 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/password.rb 
   334 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/methods/keyboard_interactive.rb 
   517 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/stub_data.rb 
   335 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/authentication/session.rb 
   336 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/term.rb 
   337 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/channel.rb 
   338 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/service/forward.rb 
   339 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/keepalive.rb 
   340 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/event_loop.rb 
   341 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/session.rb 
   537 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/endpoint.rb 
   342 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb 
   343 /Users/mattheworiordan/infrastructure/lib/acme_env/shared.rb 
   538 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/headers.rb 
   344 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/core_ext/io_binary_read.rb 
   345 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb 
   539 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/querystring_builder.rb 
   346 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/create_file.rb 
   540 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/body.rb 
   347 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/create_link.rb 
   541 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/headers.rb 
   348 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/directory.rb 
   542 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/parser.rb 
   349 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/cgi/escape.bundle 
   543 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/status_code.rb 
   350 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi/util.rb 
   351 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/erb.rb 
   544 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest.rb 
   352 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/open-uri.rb 
   545 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/builder.rb 
   353 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/file_manipulation.rb 
   546 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/default_list.rb 
   354 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb 
   547 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/default_map.rb 
   355 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions.rb 
   548 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/doc_builder.rb 
   356 /Users/mattheworiordan/infrastructure/lib/acme_env/actions.rb 
   549 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/error_handler.rb 
   357 /Users/mattheworiordan/infrastructure/lib/acme_env/config.rb 
   550 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/nokogiri.bundle 
   358 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/colorize-0.8.1/lib/colorize/class_methods.rb 
   359 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/colorize-0.8.1/lib/colorize/instance_methods.rb 
   551 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/version.rb 
   360 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/colorize-0.8.1/lib/colorize.rb 
   552 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/syntax_error.rb 
   361 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/sub_command_base.rb 
   553 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/pp/node.rb 
   362 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/table.rb 
   363 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/row.rb 
   364 /Users/mattheworiordan/.rvm    518 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/xml_error.rb 
 /gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/cell.rb 
   365 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/enumerable.rb 
   366 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/symbol.rb 
   367 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table.rb 
   368 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/account.rb 
   369 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/ami.rb 
   370 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/constants.rb 
   371 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/utility/engine.rb 
   372 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/abstract_object.rb 
   373 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/utility/native_extension_loader.rb 
   374 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_object.rb 
   375 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/jruby_object.rb 
   376 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/rbx_object.rb 
   377 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/truffle_object.rb 
   378 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/object.rb 
   379 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/volatile.rb 
   380 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/abstract_lockable_object.rb 
   381 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_lockable_object.rb 
   519 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/ec2.rb 
   382 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/jruby_lockable_object.rb 
   520 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/json.rb 
   383 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/rbx_lockable_object.rb 
   521 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/query.rb 
   384 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/truffle_lockable_object.rb 
   522 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/decoder.rb 
   385 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurren    523 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/encoder.rb 
   554 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/pp/character_data.rb 
   524 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/bytes_buffer.rb 
   555 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/pp.rb 
   525 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/message.rb 
   526 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/header_value.rb 
   527 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/types.rb 
   556 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/parse_options.rb 
   528 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/errors.rb 
   557 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0    340 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/event_loop.rb 
 t-ruby-1.0.5/lib/concurrent/synchronization/lockable_object.rb 
   386 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/condition.rb 
   387 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/lock.rb 
   388 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization.rb 
   389 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/map/non_concurrent_map_backend.rb 
   390 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/map/mri_map_backend.rb 
   391 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/map.rb 
   392 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/array/prepend_and_append.rb 
   393 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/hash/deep_merge.rb 
   394 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gem    341 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh/connection/session.rb 
   342 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-ssh-4.1.0/lib/net/ssh.rb 
   343 /Users/mattheworiordan/infrastructure/lib/acme_env/shared.rb 
   344 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/core_ext/io_binary_read.rb 
   345 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb 
   346 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/create_file.rb 
   347 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/create_link.rb 
   348 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/directory.rb 
   349 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/cgi/escape.bundle 
   350 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi/util.rb 
   351 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/erb.rb 
   352 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/open-uri.rb 
   353 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/file_manipulation.rb 
   354 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb 
   355 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/actions.rb 
   356 /Users/mattheworiordan/infrastructure/lib/acme_env/actions.rb 
   357 /Users/mattheworiordan/infrastructure/lib/acme_env/config.rb 
   358 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/colorize-0.8.1/lib/colorize/class_methods.rb 
   359 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/colorize-0.8.1/lib/colorize/instance_methods.rb 
   360 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/colorize-0.8.1/lib/colorize.rb 
   361 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/sub_command_base.rb 
   362 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/table.rb 
   363 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/row.rb 
   364 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/cell.rb 
   365 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/enumerable.rb 
 /gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/document.rb 
   366 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table/symbol.rb 
   367 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/text-table-1.2.4/lib/text-table.rb 
   558 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/parser_context.rb 
   368 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/account.rb 
   369 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/ami.rb 
   559 /Users/mat    529 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream.rb 
 theworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/parser.rb 
   530 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/rest.rb 
   560 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/push_parser.rb 
   531 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/rest_json.rb 
   561 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax.rb 
   532 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/rest_xml.rb 
   533 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/api_gateway.rb 
   534 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/handler.rb 
   535 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/body.rb 
   536 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/builder.rb 
   562 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/searchable.rb 
   537 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/endpoint.rb 
   563 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/node/save_options.rb 
   538 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/headers.rb 
   564 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/node.rb 
   539 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/querystring_builder.rb 
   565 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/attribute_decl.rb 
   540 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/body.rb 
   541 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/headers.rb 
   566 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/element_decl.rb 
   542 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/parser.rb 
   567 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/element_content.rb 
   543 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/status_code.rb 
   568 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/character_data.rb 
   544 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest.rb 
   545 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/builder.rb 
   569 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/namespace.rb 
   570 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/attr.rb 
   546 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/default_list.rb 
   571 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/dtd.rb 
   547 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/default_map.rb 
   572 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/cdata.rb 
   548 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-s/activesupport-5.1.0/lib/active_support/core_ext/hash/except.rb 
 core/xml/doc_builder.rb 
   370 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/constants.rb 
   549 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/error_handler.rb 
   371 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/utility/engine.rb 
   550 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/nokogiri.bundle 
   372 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/abstract_object.rb 
   551 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/version.rb 
   373 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/utility/native_extension_loader.rb 
   552 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/syntax_error.rb 
   374 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_object.rb 
   375 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/jruby_object.rb 
   573 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/text.rb 
   376 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/rbx_object.rb 
   574 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/document.rb 
   377 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/truffle_object.rb 
   575 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/document_fragment.rb 
   378 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/object.rb 
   379 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/volatile.rb 
   380 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/abstract_lockable_object.rb 
   576 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/processing_instruction.rb 
   381 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_lockable_object.rb 
   577 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/node_set.rb 
   382 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/jruby_lockable_object.rb 
   578 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/syntax_error.rb 
   383 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/rbx_lockable_object.rb 
   579 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/xpath/syntax_error.rb 
   384 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/truffle_lockable_object.rb 
   580 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/xpath.rb 
   385 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/lockable_object.rb 
   581 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/xpath_context.rb 
   386 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/condition.rb 
   387 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/lock.rb 
   582 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/builder.rb 
   388 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization.rb 
   583 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/reader.rb 
   389 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/map/non_concurrent_map_backend.rb 
   584 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/notation.rb 
   390 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/collection/map/mri_map_backend.rb 
   391 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/concurrent-ruby-1.0.5/lib/concurrent/map.rb 
   585 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/entity_decl.rb 
   392 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/array/prepend_and_append.rb 
   586 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/schema.rb 
   393 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/hash/deep_merge.rb 
   394 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/hash/except.rb 
   587 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/relax_ng.rb 
   395 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/hash/slice.rb 
   588 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml.rb 
   396 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/version.rb 
   397 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi/core.rb 
   589 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xslt/stylesheet.rb 
   398 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi/cookie.rb 
   590 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xslt.rb 
   399 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi.rb 
   591 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/entity_lookup.rb 
   400 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/exceptions.rb 
   592 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/document.rb 
   401 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/interpolate/ruby.rb 
   593 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/document_fragment.rb 
   402 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n.rb 
   594 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/sax/parser_context.rb 
   403 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/lazy_load_hooks.rb 
   595 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/sax/parser.rb 
   404 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/config.rb 
   596 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/sax/push_parser.rb 
   405 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/i18n.rb 
   597 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/element_description.rb 
   406 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector/inflections.rb 
   598 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/element_description_defaults.rb 
   407 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/multibyte.rb 
   599 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html.rb 
   408 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/string/multibyte.rb 
   600 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/decorators/slop.rb 
   409 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector/transliterate.rb 
   601 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/node.rb 
   410 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflections.rb 
   602 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/xpath_visitor.rb 
   411 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector/methods.rb 
   603 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/racc/cparse.bundle 
   604 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/racc/parser.rb 
   412 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/string/inflections.rb 
   605 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/parser_extras.rb 
   413 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector.rb 
   606 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/parser.rb 
   607 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/tokenizer.rb 
   414 /Users/mattheworiordan/infrastructure/manager/lib/manager/shared/env.rb 
   608 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/syntax_error.rb 
   415 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/autoscaling.rb 
   609 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css.rb 
   416 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/cert.rb 
   610 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/builder.rb 
   417 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/ci.rb 
   611 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri.rb 
   418 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/endpoint_provider.rb 
   612 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/engines/nokogiri.rb 
   419 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/partition.rb 
   613 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser.rb 
   420 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/partition_list.rb 
   614 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/stack.rb 
   421 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/region.rb 
   615 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/frame.rb 
   422 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/service.rb 
   616 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/parsing_error.rb 
   423 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions.rb 
   617 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml.rb 
   424 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/util.rb 
   618 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/builder.rb 
   619 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/error_handler.rb 
   425 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/block_io.rb 
   620 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/handler.rb 
   621 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/parser.rb 
   622 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json.rb 
   623 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary/decode_handler.rb 
   624 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary/event_stream_decoder.rb 
   625 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary/event_parser.rb 
   626 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary.rb 
   627 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/event_emitter.rb 
   628 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/endpoint_cache.rb 
   629 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/client_side_monitoring/request_metrics.rb 
   630 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/client_side_monitoring/publisher.rb 
   631 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/types.rb 
   632 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/client_api.rb 
   633 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/credentials_configuration.rb 
   634 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/logging.rb 
   635 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/param_converter.rb 
   636 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/param_validator.rb 
   637 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/user_agent.rb 
   638 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/helpful_socket_errors.rb 
   639 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/pl    395 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/hash/slice.rb 
   396 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/version.rb 
   397 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi/core.rb 
   398 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi/cookie.rb 
   399 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/cgi.rb 
   400 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/exceptions.rb 
   401 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/interpolate/ruby.rb 
   402 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n.rb 
   403 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/lazy_load_hooks.rb 
   404 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/i18n-0.8.1/lib/i18n/config.rb 
   405 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/i18n.rb 
   406 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector/inflections.rb 
   407 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/multibyte.rb 
   408 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/string/multibyte.rb 
   409 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector/transliterate.rb 
   410 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflections.rb 
   411 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector/methods.rb 
   412 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/string/inflections.rb 
   413 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/inflector.rb 
   414 /Users/mattheworiordan/infrastructure/manager/lib/manager/shared/env.rb 
   415 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/autoscaling.rb 
   416 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/cert.rb 
   417 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/ci.rb 
   418 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/endpoint_provider.rb 
   419 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/partition.rb 
   420 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/partition_list.rb 
   421 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/region.rb 
   422 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions/service.rb 
   423 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-partitions-1.127.0/lib/aws-partitions.rb 
   424 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/util.rb 
   425 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/block_io.rb 
   426 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/configuration.rb 
   427 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler.rb 
   428 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler_builder.rb 
   429 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler_list.rb 
   430 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler_list_entry.rb 
   431 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/managed_file.rb 
   432 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/networking_error.rb 
   433 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugin.rb 
   434 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugin_list.rb 
   435 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/request.rb 
   436 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/request_context.rb 
   437 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/response.rb 
   438 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/http/headers.rb 
   439 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/http/request.rb 
   440 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/http/response.rb 
   441 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/logging/handler.rb 
   442 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/logging/formatter.rb 
   443 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/https.rb 
   444 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/net_http/patches.rb 
   445 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/net_http/connection_pool.rb 
   446 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/net_http/handler.rb 
   447 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/content_length.rb 
   448 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/endpoint.rb 
   449 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/logging.rb 
   450 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/net_http.rb 
   451 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/raise_response_errors.rb 
   452 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/response_target.rb 
   453 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/api.rb 
   454 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/operation.rb 
   455 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/authorizer.rb 
   456 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/shapes.rb 
    553 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/pp/node.rb 
   554 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/pp/character_data.rb 
 ugins/retry_errors.rb 
   640 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/global_configuration.rb 
   641 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/regional_endpoint.rb 
   642 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/endpoint_discovery.rb 
   643 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/endpoint_pattern.rb 
   644 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/response_paging.rb 
   645 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/stub_responses.rb 
   646 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/idempotency_token.rb 
   647 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/jsonvalue_converter.rb 
   648 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/client_metrics_plugin.rb 
   649 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/client_metrics_send_plugin.rb 
   650 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/credentials.rb 
   651 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/errors.rb 
   652 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/signature.rb 
   653 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/signer.rb 
   654 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4.rb 
   655 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/signature_v4.rb 
   656 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/ec2_param_builder.rb 
   657 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/handler.rb 
   658 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/param.rb 
   659 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/param_builder.rb 
   660 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/param_list.rb 
   661 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query.rb 
   662 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/protocols/query.rb 
   663 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/client.rb 
   664 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/errors.rb 
   665 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/resource.rb 
   666 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/customizations.rb 
   667 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts.rb 
   668 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core.rb 
   669 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-resources-3.36.0/lib/aws-sdk-resources.rb 
   670 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-3.0.1/lib/aws-sdk.rb 
   671 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/version.rb 
   672 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/extensions/uri.rb 
   673 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/base.rb 
   674 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/expects.rb 
   675 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/idempotent.rb 
   676 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/instrumentor.rb 
   677 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/mock.rb 
   678 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/response_parser.rb 
   679 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/constants.rb 
   680 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/utils.rb 
   681 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/connection.rb 
   682 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/error.rb 
   683 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/headers.rb 
   684 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/response.rb 
   685 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/decompress.rb 
   686 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/escape_path.rb 
   687 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/redirect_follower.rb 
   688 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/capture_cookies.rb 
   689 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/pretty_printer.rb 
   690 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/socket.rb 
   691 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/ssl_socket.rb 
   692 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/instrumentors/standard_instrumentor.rb 
   426 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/configuration.rb 
   693 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/instrumentors/logging_instrumentor.rb 
  457 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/base.rb 
   694 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/unix_socket.rb 
   458 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse.rb 
   695 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon.rb 
   696 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/formatador-0.2.5/lib/formatador/table.rb 
   459 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/caching_parser.rb 
   697 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/formatador-0.2.5/lib/formatador/progressbar.rb 
   4    427 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler.rb 
 60 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/errors.rb 
   555 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/pp.rb 
   461 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/lexer.rb 
   556 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/parse_options.rb 
   462 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/subexpression.rb 
   557 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/document.rb 
   463 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/and.rb 
   558 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/parser_context.rb 
   464 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/comparator.rb 
   559 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/parser.rb 
   465 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/condition.rb 
   560 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/push_parser.rb 
   698 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/formatador-0.2.5/lib/formatador.rb 
   466 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/current.rb 
   699 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/version.rb 
   561 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax.rb 
   700 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/services_mixin.rb 
   467 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/expression.rb 
   562 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/searchable.rb 
   701 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes.rb 
   468 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/field.rb 
   563 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/node/save_options.rb 
   469 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/flatten.rb 
   702 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/default.rb 
   564 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/node.rb 
   470 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/function.rb 
   703 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/array.rb 
   565 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/attribute_decl.rb 
   704 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/boo    428 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler_builder.rb 
 lean.rb 
   471 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/index.rb 
   429 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler_list.rb 
   472 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/literal.rb 
   430 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/handler_list_entry.rb 
   473 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/multi_select_hash.rb 
   431 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/managed_file.rb 
   474 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/multi_select_list.rb 
   432 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/networking_error.rb 
   475 /Users/matthew    433 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugin.rb 
 oriordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/not.rb 
   566 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/element_decl.rb 
   434 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugin_list.rb 
   435 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/request.rb 
   436 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/request_context.rb 
   567 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/element_content.rb 
   437 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/response.rb 
   568 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/character_data.rb 
   438 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/li    569 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/namespace.rb 
 b/seahorse/client/http/headers.rb 
   705 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/float.rb 
   570 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/attr.rb 
   706 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/integer.rb 
   571 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/dtd.rb 
   707 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/string.rb 
   708 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/time.rb 
   572 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/cdata.rb 
   709 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/timestamp.rb 
   476 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/or.rb 
   573 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/text.rb 
   477 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/pipe.rb 
   574 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/document.rb 
   478 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/projection.rb 
   575 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/document_fragment.rb 
   479 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/slice.rb 
   576 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/processing_instruction.rb 
   480 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes.rb 
   577 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/node_set.rb 
   481 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/parser.rb 
   439 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/http/request.rb 
   710 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/default.rb 
   440 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/http/response.rb 
   711 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/many_identities.rb 
   441 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/logging/handler.rb 
   712 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/many_models.rb 
   442 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/logging/formatter.rb 
   713 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/one_model.rb 
   714 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/on    443 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/net/https.rb 
   578 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/syntax_error.rb 
 e_identity.rb 
   444 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/net_http/patches.rb 
   579 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/xpath/syntax_error.rb 
   715 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/deprecated_connection_accessors.rb 
   445 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/net_http/connection_pool.rb 
   716 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/collection.rb 
   580 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/xpath.rb 
   446 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/net_http/handler.rb 
   717 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/association.rb 
   581 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/xpath_context.rb 
   718 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/connection.rb 
   447 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/content_length.rb 
   582 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/builder.rb 
   719 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/versions.rb 
   720 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/exception.rb 
   448 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/endpoint.rb 
   583 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/rea    482 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/runtime.rb 
 der.rb 
   721 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/syntax_error.rb 
   483 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/token.rb 
   722 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/psych.bundle 
   723 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/omap.rb 
   484 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/token_stream.rb 
   724 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/set.rb 
   485 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/util.rb 
   725 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/class_loader.rb 
   486 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/version.rb 
   726 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/scalar_scanner.rb 
   727 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/node.rb 
   487 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath.rb 
   449 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/logging.rb 
   488 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/deprecations.rb 
   450 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/net_http.rb 
   489 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/credential_provider.rb 
   451 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/raise_response_errors.rb 
   490 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/refreshing_credentials.rb 
   452 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/plugins/response_target.rb 
   453 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/api.rb 
   491 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/assume_role_credentials.rb 
   454 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/operation.rb 
   492 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/credentials.rb 
   455 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/authorizer.rb 
   584 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/notation.rb 
   493 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/credential_provider_chain.rb 
   456 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/model/shapes.rb 
   494 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/ecs_credentials.rb 
   585 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/entity_decl.rb 
   457 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse/client/base.rb 
   458 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/seahorse.rb 
   586 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/schema.rb 
   459 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/caching_parser.rb 
   587 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/relax_ng.rb 
   460 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/errors.rb 
   588 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml.rb 
   461 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/lexer.rb 
   589 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xslt/stylesheet.rb 
   462 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/subexpression.rb 
   728 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/stream.rb 
   463 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/and.rb 
   729 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/document.rb 
   464 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/comparator.rb 
   730 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/sequence.rb 
   465 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/condition.rb 
   731 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/scalar.rb 
   466 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/current.rb 
   495 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/instance_profile_credentials.rb 
   732 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/mapping.rb 
   467 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/expression.rb 
   733 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/alias.rb 
   734 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes.rb 
   468 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/field.rb 
   590 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xslt.rb 
   735 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/streaming.rb 
   469 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/flatten.rb 
   736 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/visitor.rb 
   591 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/entity_lookup.rb 
   470 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/function.rb 
   737 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/to_ruby.rb 
   738 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/emitter.rb 
   471 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/index.rb 
   739 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/handler.rb 
   472 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/literal.rb 
   740 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/tree_builder.rb 
   496 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/ini_parser.rb 
   473 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/multi_select_hash.rb 
   741 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/yaml_tree.rb 
   497 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/shared_credentials.rb 
   474 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/multi_select_list.rb 
   742 /Users/matt    592 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/document.rb 
 heworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/ruby_events.rb 
   498 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/open3.rb 
   593 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/document_fragment.rb 
   499 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/process_credentials.rb 
   594 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/sax/parser_context.rb 
   500 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/client_stubs.rb 
   595 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/sax/parser.rb 
   501 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/eager_loader.rb 
   596 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/sax/push_parser.rb 
   502 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/errors.rb 
   597 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/element_description.rb 
   503 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/pageable_response.rb 
   598 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/element_description_defaults.rb 
   504 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/pager.rb 
   599 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html.rb 
   505 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/param_converter.rb 
   600 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/decorators/slop.rb 
   601 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/node.rb 
   506 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/param_validator.rb 
   602 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/xpath_visitor.rb 
   603 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/racc/cparse.bundle 
   507 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/shared_config.rb 
   604 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/racc/parser.rb 
   508 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/structure.rb 
   605 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/parser_extras.rb 
   509 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/type_builder.rb 
   606 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/parser.rb 
   510 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/util.rb 
   607 /Users/mattheworiordan/.rvm/gems    475 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/not.rb 
 /ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/tokenizer.rb 
   511 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/resources/collection.rb 
   476 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/or.rb 
   512 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/log/formatter.rb 
   477 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/pipe.rb 
   513 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/log/param_filter.rb 
   478 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/projection.rb 
   514 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/log/param_formatter.rb 
   479 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes/slice.rb 
   515 /Us    608 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/syntax_error.rb 
 ers/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/empty_stub.rb 
   480 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/nodes.rb 
   516 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/data_applicator.rb 
   481 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/parser.rb 
   517 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/stub_data.rb 
   482 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/runtime.rb 
   518 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/xml_error.rb 
   483 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/token.rb 
   519 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/ec2.rb 
   484 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/li    520 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/json.rb 
 b/jmespath/token_stream.rb 
   609 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css.rb 
   521 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/query.rb 
   610 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/builder.rb 
   522 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/decoder.rb 
   611 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri.rb 
   523 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/encoder.rb 
   612 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/engines/nokogiri.rb 
   524 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/bytes_buffer.rb 
   613 /Users/ma    485 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/util.rb 
 ttheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser.rb 
   525 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/message.rb 
   614 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/stack.rb 
   526 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/header_value.rb 
   615 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/frame.rb 
   527 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/types.rb 
   616 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/parsing_error.rb 
   528 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/errors.rb 
   617 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml.rb 
   529 /Users/mattheworiordan/.rvm/gems/ruby-2.6    618 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/builder.rb 
 .0/gems/aws-eventstream-1.0.1/lib/aws-eventstream.rb 
   486 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath/version.rb 
   619 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/error_handler.rb 
   620 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/handler.rb 
   487 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jmespath-1.4.0/lib/jmespath.rb 
   621 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/parser.rb 
   622 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json.rb 
   488 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/deprecations.rb 
   623 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary/decode_handler.rb 
   489 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/credential_provider.rb 
   624 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary/event_stream_decoder.rb 
   625 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary/event_parser.rb 
   626 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary.rb 
   490 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/refreshing_credentials.rb 
   627 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/event_emitter.rb 
   491 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/assume_role_credentials.rb 
   628 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/endpoint_cache.rb 
   492 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/credentials.rb 
   629 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/client_side_monitoring/request_metrics.rb 
   743 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/json_tree.rb 
   630 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/client_side_monitoring/publisher.rb 
   744 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/depth_first.rb 
   631 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/types.rb 
   745 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors.rb 
   632 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/client_api.rb 
   746 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/parser.rb 
   747 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/coder.rb 
   633 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/credentials_configurat    748 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/core_ext.rb 
 ion.rb 
   493 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/credential_provider_chain.rb 
   749 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/stream.rb 
   494 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/ecs_credentials.rb 
   750 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/yaml_events.rb 
   495 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/instance_profile_credentials.rb 
   751 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/tree_builder.rb 
   752 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/stream.rb 
   496 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/ini_parser.rb 
   753 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/handlers/document_stream.rb 
   754 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych.rb 
   497 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/shared_credentials.rb 
   530 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/rest.rb 
   498 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/open3.rb 
   531 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/rest_json.rb 
   499 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/process_credentials.rb 
   532 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/rest_xml.rb 
   500 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/client_stubs.rb 
   533 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/api_gateway.rb 
   501 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/eager_loader.rb 
   534 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/handler.rb 
   502 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/errors.rb 
   535 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/body.rb 
   503 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/pageable_response.rb 
   536 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/builder.rb 
   504 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/pager.rb 
   537 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/endpoint.rb 
   505 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/param_converter.rb 
   538 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/headers.rb 
   506 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/param_validator.rb 
   539 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/querystring_builder.rb 
   507 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/shared_config.rb 
   508 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/structure.rb 
   540 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/body.rb 
   541 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/headers.rb 
   509 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/type_builder.rb 
   542 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/parser.rb 
   510 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/g    634 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/logging.rb 
 ems/aws-sdk-core-3.44.1/lib/aws-sdk-core/util.rb 
   755 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/yaml.rb 
   756 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/deprecation.rb 
   635 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/param_converter.rb 
   757 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/credentials.rb 
   636 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/param_validator.rb 
   758 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/current_machine.rb 
   637 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/user_agent.rb 
   759 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/errors.rb 
   638 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/helpful_socket_errors.rb 
   760 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/hmac.rb 
   639 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/retry_errors.rb 
   761 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/logger.rb 
   640 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/global_configuration.rb 
   641 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/regional_endpoint.rb 
   762 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/cache.rb 
   642 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/endpoint_discovery.rb 
   763 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/model.rb 
   643 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/    543 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/status_code.rb 
 lib/aws-sdk-core/plugins/endpoint_pattern.rb 
   511 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/resources/collection.rb 
   544 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest.rb 
   512 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/log/formatter.rb 
   545 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/builder.rb 
   513 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/log/param_filter.rb 
   546 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/default_list.rb 
   514 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/log/param_formatter.rb 
   547 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib    644 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/response_paging.rb 
 /aws-sdk-core/xml/default_map.rb 
   515 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/empty_stub.rb 
   548 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/doc_builder.rb 
   516 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/data_applicator.rb 
   549 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/error_handler.rb 
   517 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/stub_data.rb 
   550 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/nokogiri.bundle 
   518 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/xml_error.rb 
   551 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib    519 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/ec2.rb 
 /nokogiri/version.rb 
   764 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/mock.rb 
   520 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/json.rb 
   765 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/provider.rb 
   521 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/query.rb 
   766 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/utils.rb 
   522 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/decoder.rb 
   767 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/service.rb 
   523 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/encoder.rb 
   768 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/ssh.rb 
   524 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/bytes_buffer.rb 
   769 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/scp.rb 
   525 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/message.rb 
   770 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/time.rb 
   526 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/header_value.rb 
   771 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/wait_for.rb 
   527 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/types.rb 
   772 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/wait_for_defaults.rb 
   528 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream/errors.rb 
   773 /Users/mattheworiordan/.rvm/gems/ruby-2    645 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/stub_responses.rb 
 .6.0/gems/fog-core-2.1.0/lib/fog/core/uuid.rb 
   552 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/syntax_error.rb 
   646 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/idempotency_token.rb 
   553 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/pp/node.rb 
   647 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/jsonvalue_converter.rb 
   648 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/client_metrics_plugin.rb 
   554 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/pp/character_data.rb 
   649 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/client_metrics_send_plugin.rb 
   555 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/pp.rb 
   650 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/credentials.rb 
   529 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-eventstream-1.0.1/lib/aws-eventstream.rb 
   651 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/errors.rb 
   530 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/rest.rb 
   652 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/signature.rb 
   653 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/signer.rb 
   531 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/rest_json.rb 
   654 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4.rb 
   532 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/rest_xml.rb 
   655 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.    533 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/stubbing/protocols/api_gateway.rb 
 1/lib/aws-sdk-core/plugins/signature_v4.rb 
   774 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/stringify_keys.rb 
   534 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/handler.rb 
   775 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/whitelist_keys.rb 
   535 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/body.rb 
   776 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/account.rb 
   536 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/builder.rb 
   777 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/baremetal.rb 
   537 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/endpoint.rb 
   778 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/billing.rb 
   538 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/headers.rb 
   779 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/cdn.rb 
   539 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/request/querystring_builder.rb 
   780 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/compute.rb 
   781 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/dns.rb 
   540 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/body.rb 
   782 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/identity.rb 
   541 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/headers.rb 
   783 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/image.rb 
   784 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/introspection.rb 
   542 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/parser.rb 
   785 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/metering.rb 
   543 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest/response/status_code.rb 
   786 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/monitoring.rb 
   787 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/nfv.rb 
   544 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/rest.rb 
   788 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/network.rb 
   545 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/builder.rb 
   789 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/orchestration.rb 
   556 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/parse_options.rb 
   546 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/default_list.rb 
   790 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/type.rb 
   656 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/ec2_param_builder.rb 
   547 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/default_map.rb 
   557 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/document.rb 
   657 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/handler.rb 
   791 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/cache.rb 
   548 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/doc_builder.rb 
   558 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/parser_context.rb 
   658 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/param.rb 
   549 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/error_handler.rb 
   792 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/container.rb 
   659 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/param_builder.rb 
   793 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-data-3.2016.0521/lib/mime/types/data.rb 
   550 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/nokogiri.bundle 
   794 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/loader.rb 
   551 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/version.rb 
   795 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/logger.rb 
   552 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/syntax_error.rb 
   796 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/type/columnar.rb 
   553 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/pp/node.rb 
   797 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/_columnar.rb 
   798 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/registry.rb 
   554 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/pp/character_data.rb 
   799 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types.rb 
   559 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/parser.rb 
   555 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/pp.rb 
   800 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/columnar.rb 
   556 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/parse_options.rb 
   801 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/storage.rb 
   802 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/support.rb 
   557 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/document.rb 
   558 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/parser_context.rb 
   559 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/parser.rb 
   560 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/push_parser.rb 
   561 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax.rb 
   562 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/searchable.rb 
   563 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/node/save_options.rb 
   564 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/node.rb 
   565 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/attribute_decl.rb 
   566 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/element_decl.rb 
   567 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/element_content.rb 
   568 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/character_data.rb 
   569 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/namespace.rb 
   570 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/attr.rb 
   571 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/dtd.rb 
   572 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/cdata.rb 
   573 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/text.rb 
   574 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/document.rb 
   575 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/document_fragment.rb 
   576 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/processing_instruction.rb 
   577 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/node_set.rb 
   578 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/syntax_error.rb 
   579 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/xpath/syntax_error.rb 
   580 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/xpath.rb 
   581 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/xpath_context.rb 
   582 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/builder.rb 
   583 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/reader.rb 
   584 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/notation.rb 
   585 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/entity_decl.rb 
   586 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/schema.rb 
   587 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/relax_ng.rb 
   588 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml.rb 
   589 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xslt/stylesheet.rb 
   590 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xslt.rb 
   591 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/entity_lookup.rb 
   592 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/document.rb 
   593 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/document_fragment.rb 
   594 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/sax/parser_context.rb 
   595 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/sax/parser.rb 
   596 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/sax/push_parser.rb 
   597 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/element_description.rb 
   598 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/element_description_defaults.rb 
   599 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html.rb 
   600 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/decorators/slop.rb 
   601 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/node.rb 
   602 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/xpath_visitor.rb 
   603 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/racc/cparse.bundle 
   604 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/racc/parser.rb 
   605 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/parser_extras.rb 
   606 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/parser.rb 
   607 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/tokenizer.rb 
   608 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/syntax_error.rb 
   609 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css.rb 
   610 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/builder.rb 
   611 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri.rb 
   612 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/engines/nokogiri.rb 
   803 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/volume.rb 
   613 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser.rb 
   804 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/vpn.rb 
   660 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/param_list.rb 
   805 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/formatador.rb 
   806 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core.rb 
   661 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query.rb 
   807 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml/version.rb 
   662 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/protocols/query.rb 
   663 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/client.rb 
   664 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/errors.rb 
   560 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax/push_parser.rb 
   614 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/stack.rb 
   561 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/sax.rb 
   615 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/frame.rb 
   616 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/parsing_error.rb 
   562 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/searchable.rb 
   617 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml.rb 
   563     618 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/builder.rb 
 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/node/save_options.rb 
   619 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/error_handler.rb 
   620 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/handler.rb 
   564 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/node.rb 
   621 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/parser.rb 
   622 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json.rb 
   565 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/attribute_decl.rb 
   623 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary/decode_handler.rb 
   624 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary/event_stream_decoder.rb 
   566 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/element_decl.rb 
   567 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/element_content.rb 
   568 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/character_data.rb 
   569 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/namespace.rb 
   570 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/attr.rb 
   625 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary/event_parser.rb 
   571 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/dtd.rb 
   626 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary.rb 
   572 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/cdata.rb 
   627 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/event_emitter.rb 
   573 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/text.rb 
   574 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/document.rb 
   628 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/endpoint_cache.rb 
   575 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/document_fragment.rb 
   576 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/processing_instruction.rb 
   577 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/node_set.rb 
   578 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/syntax_error.rb 
   579 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/xpath/syntax_error.rb 
   580 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/xpath.rb 
   581 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/noko    808 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml.rb 
   629 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/client_side_monitoring/request_metrics.rb 
   630 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/client_side_monitoring/publisher.rb 
   809 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/options.rb 
   631 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/types.rb 
   665 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/resource.rb 
   810 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/version.rb 
 giri/xml/xpath_context.rb 
   666 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/customizations.rb 
   582 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/builder.rb 
   667 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts.rb 
   583 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/reader.rb 
   632 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/client_api.rb 
   584 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/notation.rb 
   668 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core.rb 
   585 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/entity_decl.rb 
   669 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-resources-3.36.0/lib/aws-sdk-resources.rb 
   670 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-3.0.1/lib/aws-sdk.rb 
   586 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/schema.rb 
   671 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/version.rb 
   587 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml/relax_ng.rb 
   588 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xml.rb 
   589 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xslt/stylesheet.rb 
   590 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/xslt.rb 
   591 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/entity_lookup.rb 
   592 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/document.rb 
   593 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/document_fragment.rb 
   594 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/sax/parser_context.rb 
   595 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/sax/parser.rb 
   596 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/sax/push_parser.rb 
   597 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/element_description.rb 
   598 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/element_description_defaults.rb 
   599 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html.rb 
   600 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/decorators/slop.rb 
   601 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/node.rb 
   602 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/xpath_visitor.rb 
   603 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/racc/cparse.bundle 
   604 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/racc/parser.rb 
   605 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/parser_extras.rb 
   606 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/parser.rb 
   607 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/tokenizer.rb 
   608 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css/syntax_error.rb 
   609 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/css.rb 
   610 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri/html/builder.rb 
   611 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/nokogiri-1.6.8.1/lib/nokogiri.rb 
   612 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/engines/nokogiri.rb 
   613 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser.rb 
   614 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/stack.rb 
   615 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/frame.rb 
   616 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml/parser/parsing_error.rb 
   617 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/xml.rb 
   618 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/builder.rb 
   619 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/error_handler.rb 
   620 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/handler.rb 
   621 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json/parser.rb 
   622 /Users/mattheworiordan/    633 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/credentials_configuration.rb 
   672 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/extensions/uri.rb 
 .rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/json.rb 
   634 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/logging.rb 
   673 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/base.rb 
   623 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary/decode_handler.rb 
   674 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/expects.rb 
   635 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/param_converter.rb 
   624 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary/event_stream_decoder.rb 
   636 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/param_validator.rb 
   675 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/idempotent.rb 
   676 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/instrumentor.rb 
   637 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/user_agent.rb 
   638 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/helpful_socket_errors.rb 
   625 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary/event_parser.rb 
   677 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/mock.rb 
   626 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/binary.rb 
   639 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/retry_errors.rb 
   627 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/event_emitter.rb 
   678 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/response_parser.rb 
   628 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/endpoint_cache.rb 
   679 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/constants.rb 
   629 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/client_side_monitoring/request_metrics.rb 
   680 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/utils.rb 
   630 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/client_side_monitoring/publisher.rb 
   681 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/connection.rb 
   631 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/types.rb 
   682 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/error.rb 
   632 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/client_api.rb 
   811 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapter_error.rb 
   633 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/credentials_configuration.rb 
   812 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/parse_error.rb 
   634 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/logging.rb 
   813 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/options_cache.rb 
   635 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/param_converter.rb 
   636 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/param_validator.rb 
   814 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json.rb 
   637 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/user_agent.rb 
   815 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-json-1.1.0/lib/fog/json/version.rb 
   640 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/global_configuration.rb 
   641 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/regional_endpoint.rb 
   816 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-json-1.1.0/lib/fog/json.rb 
   642 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/endpoint_discovery.rb 
   817 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/version.rb 
   818 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws.rb 
   819 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/retriable.rb 
   643 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/endpoint_pattern.rb 
   820 /Users/mattheworiordan/infrastructure/lib/acme_env/aws.rb 
   644 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/response_paging.rb 
   645 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/stub_responses.rb 
   821 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_helper.rb 
   646 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/idempotency_token.rb 
   822 /Users/mattheworiordan/infrastructure/lib/acme_env/config_manager.rb 
   823 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/cloudformation.rb 
   647 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/jsonvalue_converter.rb 
   824 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/config.rb 
   648 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/client_metrics_plugin.rb 
   683 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/headers.rb 
   684 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/response.rb 
   649 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/client_metrics_send_plugin.rb 
   685 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/decompress.rb 
   650 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/credentials.rb 
   686 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/escape_path.rb 
   687 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/redirect_follower.rb 
   651 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/errors.rb 
   688 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/capture_cookies.rb 
   652 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/signature.rb 
   638 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/helpful_socket_errors.rb 
   639 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/retry_errors.rb 
   653 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/signer.rb 
   640 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/global_configuration.rb 
   654 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4.rb 
   641 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/regional_endpoint.rb 
   642 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/endpoint_discovery.rb 
   655 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/signature_v4.rb 
   643 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/endpoint_pattern.rb 
   825 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/table_color.rb 
   656 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/ec2_param_builder.rb 
   657 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/handler.rb 
   826 /Users/mattheworiordan/infrastructure/lib/acme_env/health.rb 
   658 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/param.rb 
   827 /Users/mattheworiordan/infrastructure/lib/acme_env/lockdown.rb 
   659 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/param_builder.rb 
   828 /Users/mattheworiordan/infrastructure/lib/acme_env/timeslots.rb 
   660 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/param_list.rb 
   829 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/crisis.rb 
   661 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query.rb 
   830 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/environment.rb 
   662 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/protocols/query.rb 
   831 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/deploy.rb 
   832 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/dev.rb 
   663 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/client.rb 
   664 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/errors.rb 
   833 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/dns.rb 
   665 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/resource.rb 
   834 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/download.rb 
   666 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/customizations.rb 
   835 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/image.rb 
   667 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts.rb 
   668 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core.rb 
   836 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/instance.rb 
   669 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-resources-3.36.0/lib/aws-sdk-resources.rb 
   837 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/version.rb 
   670 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-3.0.1/lib/aws-sdk.rb 
   671 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/version.rb 
   838 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/acme.rb 
   672 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/li    644 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/response_paging.rb 
 b/excon/extensions/uri.rb 
   645 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/stub_responses.rb 
   673 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/base.rb 
   646 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/idempotency_token.rb 
   674 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/expects.rb 
   647 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/jsonvalue_converter.rb 
   675 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/idempotent.rb 
   676 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/instrumentor.rb 
   648 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/client_metrics_plugin.rb 
   689 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/pretty_printer.rb 
   649 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/client_metrics_send_plugin.rb 
   690 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/socket.rb 
   650 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/credentials.rb 
   691 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/ssl_socket.rb 
   651 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/errors.rb 
   692 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/instrumentors/standard_instrumentor.rb 
   652 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/signature.rb 
   693 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/instrumentors/logging_instrumentor.rb 
   653 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4/signer.rb 
   839 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/rubyeventmachine.bundle 
   654 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sigv4-1.0.3/lib/aws-sigv4.rb 
   677 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/mock.rb 
   694 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/unix_socket.rb 
   678 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/response_parser.rb 
   695 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon.rb 
   655 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/signature_v4.rb 
   696 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/formatador-0.2.5/lib/formatador/table.rb 
   679 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/constants.rb 
   656 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/ec2_param_builder.rb 
   840 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/version.rb 
   697 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/formatador-0.2.5/lib/formatador/progressbar.rb 
   657 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/handler.rb 
   698 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/formatador-0.2.5/lib/formatador.rb 
   841 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/pool.rb 
   658 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/param.rb 
   699 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/version.rb 
   842 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/deferrable.rb 
   659 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/param_builder.rb 
   700 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/services_mixin.rb 
   660 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query/param_list.rb 
   843 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/future.rb 
   701 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes.rb 
   661 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/query.rb 
   844 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/streamer.rb 
   662 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/protocols/query.rb 
   702 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/default.rb 
   845 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/spawnable.rb 
   703 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/array.rb 
   663 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/client.rb 
   704 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/boolean.rb 
   664 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/errors.rb 
   705 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/float.rb 
   665 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/resource.rb 
   706 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/integer.rb 
   666 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts/customizations.rb 
   707 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/string.rb 
   667 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-sts.rb 
   668 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core.rb 
   708 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/time.rb 
   669 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-resources-3.36.0/lib/aws-sdk-resources.rb 
   709 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/timestamp.rb 
   670 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-3.0.1/lib/aws-sdk.rb 
   710 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/default.rb 
   671 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/version.rb 
   711 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/many_identities.rb 
   672 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/extensions/uri.rb 
   673 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/base.rb 
   712 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/many_models.rb 
   846 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/processes.rb 
   713 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/one_model.rb 
   847 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/iterator.rb 
   714 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/one_identity.rb 
   848 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/buftok.rb 
   715 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/deprecated_connection_accessors.rb 
   849 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/timers.rb 
   716 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/collection.rb 
   850 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/protocols.rb 
   717 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/association.rb 
   851 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/connection.rb 
   718 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/connection.rb 
   719 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/versions.rb 
   852 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/callback.rb 
   720 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/exception.rb 
   853 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/queue.rb 
   721 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/syntax_error.rb 
   722 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/psych.bundle 
   854 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/channel.rb 
   723 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/omap.rb 
   855 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/file_watch.rb 
   724 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/set.rb 
   674 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/expects.rb 
   725 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/class_loader.rb 
   675 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/idempotent.rb 
   676 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/instrumentor.rb 
   726 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/scalar_scanner.rb 
   727 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/node.rb 
   677 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/mock.rb 
   728 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/stream.rb 
   678 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/response_parser.rb 
   729 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/document.rb 
   856 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/process_watch.rb 
   730 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/sequence.rb 
   857 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/tick_loop.rb 
   731 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/scalar.rb 
   858 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/resolver.rb 
   732 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/mapping.rb 
   859 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/completion.rb 
   733 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/alias.rb 
   860 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/threaded_resource.rb 
   734 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes.rb 
   861 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/resolv.    679 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/constants.rb 
   680 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/utils.rb 
   680 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/utils.rb 
   681 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/connection.rb 
   681 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/connection.rb 
   682 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/error.rb 
   682 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/error.rb 
   683 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/headers.rb 
   683 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/headers.rb 
   684 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/response.rb 
   684 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/response.rb 
   685 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/decompress.rb 
   685 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/decompress.rb 
   686 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/escape_path.rb 
   686 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/escape_path.rb 
   687 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/redirect_follower.rb 
   687 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/redirect_follower.rb 
   688 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/capture_cookies.rb 
   688 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/middlewares/capture_cookies.rb 
   689 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/pretty_printer.rb 
   689 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/pretty_printer.rb 
   690 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/socket.rb 
   690 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/socket.rb 
   691 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/ssl_socket.rb 
   691 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/ssl_socket.rb 
   692 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/instrumentors/standard_instrumentor.rb 
   692 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/instrumentors/standard_instrumentor.rb 
   693 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/instrumentors/logging_instrumentor.rb 
   693 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/instrumentors/logging_instrumentor.rb 
   694 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/unix_socket.rb 
   694 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon/unix_socket.rb 
   695 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon.rb 
   695 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/excon-0.62.0/lib/excon.rb 
   735 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/streaming.rb 
   736 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/visitor.rb 
   696 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/formatador-0.2.5/lib/formatador/table.rb 
   697 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/formatador-0.2.5/lib/formatador/progressbar.rb 
   737 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/to_ruby.rb 
   698 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/formatador-0.2.5/lib/formatador.rb 
   738 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/emitter.rb 
   699 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/version.rb 
   739 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/handler.rb 
   700 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/services_mixin.rb 
   740 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/tree_builder.rb 
   701 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes.rb 
   741 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/yaml_tree.rb 
   702 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/default.rb 
   742 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/ruby_events.rb 
   703 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/array.rb 
   743 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/json_tree.rb 
   704 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/boolean.rb 
   744 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/depth_first.rb 
   705 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/float.rb 
   745 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors.rb 
   706 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/integer.rb 
   746 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/parser.rb 
   707 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/string.rb 
   747 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/coder.rb 
   708 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/time.rb 
   748 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/core_ext.rb 
   709 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/timestamp.rb 
   749 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/stream.rb 
   710 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/default.rb 
   750 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/yaml_events.rb 
   711 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/many_identities.rb 
 rb 
   712 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/many_models.rb 
   862 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/eventmachine.rb 
   713 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/one_model.rb 
   863 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/async_wrapper.rb 
   714 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/one_identity.rb 
   715 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/deprecated_connection_accessors.rb 
   864 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/channels_collection.rb 
   716 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/collection.rb 
   865 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/conversions.rb 
   696 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/formatador-0.2.5/lib/formatador/table.rb 
   697 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/formatador-0.2.5/lib/formatador/progressbar.rb 
   866 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/exceptions.rb 
   698 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/formatador-0.2.5/lib/formatador.rb 
   867 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/encodeable.rb 
   699 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/version.rb 
   700 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/services_mixin.rb 
   868 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/enum.rb 
   701 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes.rb 
   869 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/safe_yield.rb 
   702 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/default.rb 
   717 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/association.rb 
   703 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/array.rb 
   718 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/connection.rb 
   704 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/boolean.rb 
   719 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/versions.rb 
   705 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/float.rb 
   720 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/exception.rb 
   706 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/integer.rb 
   721 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/syntax_error.rb 
   707 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/string.rb 
   722 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/psych.bundle 
   708 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/time.rb 
   723 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/omap.rb 
   709 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/attributes/timestamp.rb 
   724 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/set.rb 
   710 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/default.rb 
   725 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/class_loader.rb 
   711 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/many_identities.rb 
   726 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/scalar_scanner.rb 
   727 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/node.rb 
   712 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/many_models.rb 
   728 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/stream.rb 
   713 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/one_model.rb 
   729 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/document.rb 
   714 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/associations/one_identity.rb 
   730 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/sequence.rb 
   715 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/deprecated_connection_accessors.rb 
   731 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/scalar.rb 
   716 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/collection.rb 
   732 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/mapping.rb 
   717 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/association.rb 
   751 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/tree_builder.rb 
   752 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/stream.rb 
   718 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/connection.rb 
   753 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/handlers/document_stream.rb 
   719 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/versions.rb 
   754 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych.rb 
   720 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/exception.rb 
   755 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/yaml.rb 
   756 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/deprecation.rb 
   721 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/syntax_error.rb 
   722 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/psych.bundle 
   757 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/credentials.rb 
   723 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/omap.rb 
   758 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/current_machine.rb 
   724 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/set.rb 
   725 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/class_loader.rb 
   759 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/errors.rb 
   726 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/scalar_scanner.rb 
   760 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/hmac.rb 
   727 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/node.rb 
   761 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/logger.rb 
   728 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/stream.rb 
   870 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/event_emitter.rb 
   729 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/document.rb 
   871 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/event_machine_helpers.rb 
   730 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/sequence.rb 
   872 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/utils.rb 
   731 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/scalar.rb 
   873 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/options.rb 
   732 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/mapping.rb 
   874 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/connection.rb 
   733 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/alias.rb 
   734 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.    762 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/cache.rb 
   733 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes/alias.rb 
 6.0/psych/nodes.rb 
   875 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/rack_builder.rb 
   735 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/streaming.rb 
   876 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/parameters.rb 
   736 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/visitor.rb 
   877 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/middleware.rb 
   737 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/to_ruby.rb 
   738 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/emitter.rb 
   878 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/adapter.rb 
   739 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/handler.rb 
   879 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/request.rb 
   740 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/tree_builder.rb 
   741 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/yaml_tree.rb 
   880 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/response.rb 
   742 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/ruby_events.rb 
   881 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multipart-post-2.0.0/lib/composite_io.rb 
   743 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/json_tree.rb 
   744 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/depth_first.rb 
   882 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multipart-post-2.0.0/lib/parts.rb 
   745 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors.rb 
   746 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/parser.rb 
   883 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/upload_io.rb 
   747 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/coder.rb 
   884 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/error.rb 
   748 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/core_ext.rb 
   885 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/autoload.rb 
   749 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/stream.rb 
   886 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday.rb 
   750 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/yaml_events.rb 
   887 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/encoder.rb 
   751 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/tree_builder.rb 
   752 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/stream.rb 
   888 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/external_exceptions.rb 
   753 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/handlers/document_stream.rb 
   754 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych.rb 
   889 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/fail_if_unsupported_mime_type.rb 
   755 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/yaml.rb 
   756 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/deprecation.rb 
   890 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/logger.rb 
   757 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/credentials.rb 
   758 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/current_machine.rb 
   891 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/parse_json.rb 
   759 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/errors.rb 
   760 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/hmac.rb 
   892 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/version.rb 
   761 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/logger.rb 
   893 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/msgpack.bundle 
   762 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/cache.rb 
   894 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/packer.rb 
   763 /U    763 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/model.rb 
   895 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/unpacker.rb 
 sers/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/model.rb 
   734 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/nodes.rb 
   735 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/streaming.rb 
   764 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/mock.rb 
   736 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/visitor.rb 
   765 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/provider.rb 
   737 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/to_ruby.rb 
   766 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/utils.rb 
   738 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/emitter.rb 
   767 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/service.rb 
   739 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/handler.rb 
   740 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/tree_builder.rb 
   768 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/ssh.rb 
   741 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/yaml_tree.rb 
   769 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/scp.rb 
   742 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/ruby_events.rb 
   770 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/time.rb 
   743 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/json_tree.rb 
   771 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/wait_for.rb 
   744 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors/depth_first.rb 
   745 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/visitors.rb 
   772 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/wait_for_defaults.rb 
   746 /Users/ma    896 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/factory.rb 
   764 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/mock.rb 
   897 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/symbol.rb 
   765 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/provider.rb 
   898 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/core_ext.rb 
   766 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/utils.rb 
   899 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack.rb 
   767 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/service.rb 
   900 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/parse_message_pack.rb 
   768 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/ssh.rb 
   901 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/http_helpers.rb 
   769 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/scp.rb 
   902 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/util/pub_sub.rb 
   770 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/time.rb 
   903 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/message_emitter.rb 
   771 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/wait_for.rb 
   904 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/message_pack.rb 
   905 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/model_common.rb 
   772 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/wait_for_defaults.rb 
   773 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/uuid.rb 
   906 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/safe_deferrable.rb 
   774 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/stringify_keys.rb 
   907 /Users/matthewttheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/parser.rb 
   775 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/whitelist_keys.rb 
   776 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/account.rb 
   777 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/baremetal.rb 
   778 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/billing.rb 
   779 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/cdn.rb 
   780 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/compute.rb 
   781 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/dns.rb 
   782 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/identity.rb 
   783 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/image.rb 
   784 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/introspection.rb 
   785 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/metering.rb 
   786 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/monitoring.rb 
   787 /Users/mattheworiordan/.r    747 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/coder.rb 
   748 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/core_ext.rb 
   749 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/stream.rb 
 oriordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/state_emitter.rb 
   750 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/yaml_events.rb 
   751 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/tree_builder.rb 
   752 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/json/stream.rb 
   908 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman.rb 
   753 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych/handlers/document_stream.rb 
   754 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/psych.rb 
   909 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/statesman_monkey_patch.rb 
   755 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/yaml.rb 
   756 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/deprecation.rb 
   910 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/state_machine.rb 
   911 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/uses_state_machine.rb 
   912 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/util/crypto.rb 
   913 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/util/safe_deferrable.rb 
   914 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/auth.rb 
   757 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/credentials.rb 
   758 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/current_machine.rb 
   915 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/logger.rb 
   759 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/errors.rb 
   760 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/hmac.rb 
   761 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/logger.rb 
   773 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/uuid.rb 
   774 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/stringify_keys.rb 
   775 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/whitelist_keys.rb 
   776 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/account.rb 
   777 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/baremetal.rb 
   778 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/billing.rb 
   779 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/cdn.rb 
   780 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/compute.rb 
   762 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/cache.rb 
   781 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/dns.rb 
 vm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/nfv.rb 
   782 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/identity.rb 
   788 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/network.rb 
   789 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/orchestration.rb 
   783 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/image.rb 
   784 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/introspection.rb 
   785 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/metering.rb 
   786 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/monitoring.rb 
   787 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/nfv.rb 
   788 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/network.rb 
   789 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/orchestration.rb 
   790 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/type.rb 
   791 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/cache.rb 
   790 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/type.rb 
   792 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/container.rb 
   793 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-data-3.2016.0521/lib/mime/types/data.rb 
   794 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/loader.rb 
   795 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/logger.rb 
   796 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/type/columnar.rb 
   797 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/_columnar.rb 
   798 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/registry.rb 
   799 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types.rb 
   800 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/columnar.rb 
   801 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/storage.rb 
   802 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/support.rb 
   803 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/volume.rb 
   804 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/vpn.rb 
   805 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/formatador.rb 
   806 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core.rb 
   807 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml/version.rb 
   808 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml.rb 
   809 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/options.rb 
   810 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/version.rb 
   811 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapter_error.rb 
   812 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/parse_error.rb 
   813 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/options_cache.rb 
   814 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json.rb 
   815 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-json-1.1.0/lib/fog/json/version.rb 
   816 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-json-1.1.0/lib/fog/json.rb 
   817 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/version.rb 
   818 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws.rb 
   819 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/retriable.rb 
   820 /Users/mattheworiordan/infrastructure/lib/acme_env/aws.rb 
   821 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_helper.rb 
   822 /Users/mattheworiordan/infrastructure/lib/acme_env/config_manager.rb 
   823 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/cloudformation.rb 
   824 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/config.rb 
   825 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/table_color.rb 
   826 /Users/mattheworiordan/infrastructure/lib/acme_env/health.rb 
   827 /Users/mattheworiordan/infrastructure/lib/acme_env/lockdown.rb 
   791 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/cache.rb 
   828 /Users/mattheworiordan/infrastructure/lib/acme_env/timeslots.rb 
   829 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/crisis.rb 
   830 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/environment.rb 
   831 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/deploy.rb 
   832 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/dev.rb 
   833 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/dns.rb 
   834 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/download.rb 
   835 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/image.rb 
   836 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/instance.rb 
   837 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/version.rb 
   838 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/acme.rb 
   839 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/rubyeventmachine.bundle 
   840 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/version.rb 
   841 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/pool.rb 
   842 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/deferrable.rb 
   843 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/future.rb 
   844 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/streamer.rb 
   845 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/spawnable.rb 
   846 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/processes.rb 
   847 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/iterator.rb 
   848 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/buftok.rb 
   849 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/timers.rb 
   850 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/protocols.rb 
   851 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/connection.rb 
   852 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/callback.rb 
   853 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/queue.rb 
   854 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/channel.rb 
   855 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/file_watch.rb 
   856 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/process_watch.rb 
   857 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/tick_loop.rb 
   858 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/resolver.rb 
   859 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/completion.rb 
   860 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/threaded_resource.rb 
   861 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/resolv.rb 
   792 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/container.rb 
   862 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/eventmachine.rb 
   863 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/async_wrapper.rb 
   793 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-data-3.2016.0521/lib/mime/types/data.rb 
   864 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/channels_collection.rb 
   794 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/loader.rb 
   795 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/logger.rb 
   865 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/conversions.rb 
   796 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/type/columnar.rb 
   866 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/exceptions.rb 
   797 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/_columnar.rb 
   798 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/registry.rb 
   867 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/encodeable.rb 
   763 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/model.rb 
   799 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types.rb 
   868 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/enum.rb 
   764 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/mock.rb 
   765 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/provider.rb 
   800 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/columnar.rb 
   869 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/safe_yield.rb 
   766 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/utils.rb 
   870 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/event_emitter.rb 
   801 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/storage.rb 
   767 /Users/matth    916 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/digest/md5.bundle 
 eworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/service.rb 
   871 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/event_machine_helpers.rb 
   917 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-extensions-0.1.3/lib/websocket/extensions.rb 
   918 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-driver-0.7.0/lib/websocket_mask.bundle 
   768 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/ssh.rb 
   872 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/utils.rb 
   919 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-driver-0.7.0/lib/websocket/driver/event_emitter.rb 
   769 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/scp.rb 
   920 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-driver-0.7.0/lib/websocket/driver.rb 
   770 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/time.rb 
   873 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/options.rb 
   771 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/wait_for.rb 
   921 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/socksify.rb 
   874 /Users/mattheworiordan/.rvm/gems/ruby    802 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/support.rb 
 -2.6.0/gems/faraday-0.9.2/lib/faraday/connection.rb 
   922 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/errors.rb 
   803 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/volume.rb 
   804 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/vpn.rb 
   923 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/socks5.rb 
   805 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/formatador.rb 
   924 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/connectify.rb 
   806 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core.rb 
   925 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/connect.rb 
   926 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify.rb 
   807 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml/version.rb 
   927 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/core_ext/bytesize.rb 
   808 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml.rb 
   928 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_connection.rb 
   809 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/options.rb 
   929 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_header.rb 
   930 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_encoding.rb 
   810 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/version.rb 
   811 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapter_error.rb 
   931 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_status_codes.rb 
   812 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/parse_error.rb 
   932 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_client_options.rb 
   813 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/options_cache.rb 
   933 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_connection_options.rb 
   814 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json.rb 
   934 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar/cookie_validation.rb 
   815 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-json-1.1.0/lib/fog/json/version.rb 
   935 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar/cookie.rb 
   816 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-json-1.1.0/lib/fog/json.rb 
   817 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/version.rb 
   936 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar/jar.rb 
   818 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws.rb 
   819 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/retriable.rb 
   937 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar.rb 
   938 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/client.rb 
   820 /Users/mattheworiordan/infrastructure/lib/acme_env/aws.rb 
   821 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_helper.rb 
   939 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/multi.rb 
   822 /Users/mattheworiordan/infrastructure/lib/acme_env/config_manager.rb 
   823 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/cloudformation.rb 
   940 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/request.rb 
   824 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/config.rb 
   772 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/wait_for_defaults.rb 
   825 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/table_color.rb 
   773 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/uuid.rb 
   826 /Users/mattheworiordan/infrastructure/lib/acme_env/health.rb 
   774 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/stringify_keys.rb 
   775 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core/whitelist_keys.rb 
   827 /Users/mattheworiordan/infrastructure/lib/acme_env/lockdown.rb 
   828 /Users/mattheworiordan/infrastructure/lib/acme_env/timeslots.rb 
   776 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/account.rb 
   829 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/crisis.rb 
   777 /Users/mattheworiordan/.rvm/gems/ruby    941 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/decoders.rb 
   875 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/rack_builder.rb 
 -2.6.0/gems/fog-core-2.1.0/lib/fog/baremetal.rb 
   778 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/billing.rb 
   942 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http.rb 
   943 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http-request.rb 
   779 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/cdn.rb 
   780 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/compute.rb 
   944 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/auth.rb 
   781 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/dns.rb 
   782 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/identity.rb 
   945 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channel/channel_manager.rb 
   783 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/image.rb 
   946 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/version.rb 
   784 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/introspection.rb 
   785 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/metering.rb 
   947 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/exceptions.rb 
   786 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/monitoring.rb 
   948 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/callback.rb 
   787 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/nfv.rb 
   949 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/guard.rb 
   788 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/network.rb 
   789 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/orchestration.rb 
   950 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/event_transitions.rb 
   830 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/environment.rb 
   831 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/deploy.rb 
   951 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/adapters/memory_transition.rb 
   832 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/dev.rb 
   952 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/machine.rb 
   833 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/dns.rb 
   953 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channel/channel_state_machine.rb 
   834 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/download.rb 
   835 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/image.rb 
   954 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channel.rb 
   876 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/parameters.rb 
   955 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channels.rb 
   877 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/middleware.rb 
   956 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/client.rb 
   878 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/adapter.rb 
   879 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/request.rb 
   957 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/exceptions.rb 
   958 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection/connection_manager.rb 
   880 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/response.rb 
   881 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multipart-post-2.0.0/lib/composite_i    790 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/type.rb 
 o.rb 
   791 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/cache.rb 
   882 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multipart-post-2.0.0/lib/parts.rb 
   792 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/container.rb 
   883 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/upload_io.rb 
   884 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/error.rb 
   793 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-data-3.2016.0521/lib/mime/types/data.rb 
   885 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/autoload.rb 
   794 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/loader.rb 
   886 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday.rb 
   795 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime    836 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/instance.rb 
   887 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/encoder.rb 
 /types/logger.rb 
   796 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/type/columnar.rb 
   837 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/version.rb 
   797 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/_columnar.rb 
   798 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/registry.rb 
   838 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/acme.rb 
   799 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types.rb 
   839 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/rubyeventmachine.bundle 
   800 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/mime-types-3.1/lib/mime/types/columnar.rb 
   801 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/storage.rb 
   840 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/    888 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/external_exceptions.rb 
 gems/eventmachine-1.2.3/lib/em/version.rb 
   802 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/support.rb 
   803 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/volume.rb 
   841 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/pool.rb 
   804 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/vpn.rb 
   805 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/formatador.rb 
   842 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/deferrable.rb 
   806 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/core.rb 
   843 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/future.rb 
   807 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml/version.rb 
   808 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml.rb 
   844 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/streamer.rb 
   809 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/options.rb 
   845 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/spawnable.rb 
   810 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/version.rb 
   846 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/processes.rb 
   811 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapter_error.rb 
   847 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/iterator.rb 
   812 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/parse_error.rb 
   848 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/buftok.rb 
   813 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/options_cache.rb 
   849 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/timers.rb 
   814 /Users/mattheworiord    959 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection/connection_state_machine.rb 
   850 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/protocols.rb 
 an/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json.rb 
   889 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/fail_if_unsupported_mime_type.rb 
   815 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-json-1.1.0/lib/fog/json/version.rb 
   890 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/logger.rb 
   816 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-json-1.1.0/lib/fog/json.rb 
   817 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/version.rb 
   891 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/parse_json.rb 
   818 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws.rb 
   819 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/retriable.rb 
   892 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/version.rb 
   820 /Users/mattheworiordan/infrastructure/lib/acme_env/aws.rb 
   893 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/msgpack.bundle 
   821 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_helper.rb 
   894 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/packer.rb 
   822 /Users/mattheworiordan/infrastructure/lib/acme_env/config_manager.rb 
   823 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/cloudformation.rb 
   895 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/unpacker.rb 
   824 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/config.rb 
   896 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/factory.rb 
   825 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/table_color.rb 
   897 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/symbol.rb 
   826 /Users/mattheworiordan/infrastructure/lib/acme_env/health.rb 
   898 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/core_ext.rb 
   851 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/connection.rb 
   899 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack.rb 
   852 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/callback.rb 
   900 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/parse_message_pack.rb 
   853 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/queue.rb 
   901 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/http_helpers.rb 
   854 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/channel.rb 
   902 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/util/pub_sub.rb 
   855 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/file_watch.rb 
   903 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/message_emitter.rb 
   960 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection/websocket_transport.rb 
   904 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/message_pack.rb 
   827 /Users/mattheworiordan/infrastructure/lib/acme_env/lockdown.rb 
   856 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/process_watch.rb 
   961 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection.rb 
   828 /Users/mattheworiordan/infrastructure/lib/acme_env/timeslots.rb 
   857 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/tick_loop.rb 
   962 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence/presence_manager.rb 
   829 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/crisis.rb 
   963 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence/members_map.rb 
   964 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence/presence_state_machine.rb 
   858 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/resolver.rb 
   965 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence.rb 
   859 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/completion.rb 
   966 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/base64.rb 
   860 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/threaded_resource.rb 
   967 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/cipher.rb 
   861 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/resolv.rb 
   968 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/json.rb 
   862 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/eventmachine.rb 
   863 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/async_wrapper.rb 
   969 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/utf8.rb 
   864 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/channels_collection.rb 
   970 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/base.rb 
   865 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/conversions.rb 
   866 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/exceptions.rb 
   971 /Users/matthew    867 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/encodeable.rb 
   830 /Users/mattheworiordan/infrastructure/lib/acme_env/shared/environment.rb 
   905 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/model_common.rb 
   868 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/enum.rb 
   906 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/safe_deferrable.rb 
   869 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/safe_yield.rb 
   870 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/event_emitter.rb 
   907 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/state_emitter.rb 
   871 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/event_machine_helpers.rb 
   908 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman.rb 
   872 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/utils.rb 
   909 /Users/mattheworiordan/.rvm/gems/ruby-2.oriordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/stats_types.rb 
 6.0/gems/acme-1.0.5/lib/acme/modules/statesman_monkey_patch.rb 
   873 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/options.rb 
   874 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/connection.rb 
   910 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/state_machine.rb 
   911 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/uses_state_machine.rb 
   875 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/rack_builder.rb 
   912 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/util/crypto.rb 
   876 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/parameters.rb 
   913 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/util/safe_deferrable.rb 
   877 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/middleware.rb 
   972 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/paginated_result.rb 
   831 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/deploy.rb 

   832 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/dev.rb 
   915 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/logger.rb 
   833 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/dns.rb 
   916 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/digest/md5.bundle 
   917 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-extensions-0.1.3/lib/websocket/extensions.rb 
   834 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/download.rb 
   918 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-driver-0.7.0/lib/websocket_mask.bundle 
   835 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/image.rb 
   919 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-driver-0.7.0/lib/websocket/driver/event_emitter.rb 
   920 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-driver-0.7.0/lib/websocket/driver.rb 
   836 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/instance.rb 
   921 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/socksify.rb 
   922 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/errors.rb 
   837 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/version.rb 
   923 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/socks5.rb 
   838 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/acme.rb 
   924 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/connectify.rb 
   925 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/connect.rb 
   839 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/rubyeventmachine.bundle 
   926 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify.rb 
   840 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/version.rb 
   927 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/core_ext/bytesize.rb 
   973 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/http_paginated_response.rb 
   974 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/connection_details.rb 
   928 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_connection.rb 
   929 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_header.rb 
   975 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/stats.rb 
   930 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_encoding.rb 
   976 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/token_request.rb 
   977 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/channel_state_change.rb 
   841 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/pool.rb 
   978 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/auth_details.rb 
   842 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/deferrable.rb 
   843 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/future.rb 
   979 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message.rb 
   980 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/token_details.rb 
   981 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/error_info.rb 
   982 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/protocol_message.rb 
   844 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/streamer.rb 
   983 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/nil_logger.rb 
   984 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/presence_message.rb 
   845 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/spawnable.rb 
   985 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/connection_state_change.rb 
   846 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/processes.rb 
   986 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/idiomatic_ruby_wrapper.rb 
   847 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/iterator.rb 
   848 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/buftok.rb 
   987 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/cipher_params.rb 
   988 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/models/nil_channel.rb 
   849 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/timers.rb 
   989 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/client/incoming_message_dispatcher.rb 
   850 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/protocols.rb 
   990 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/client/outgoing_message_dispatcher.rb 
   991 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime.rb 
   851 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/connection.rb 
   992 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/channel.rb 
   852 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/callback.rb 
   993 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/channels.rb 
   853 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/queue.rb 
   994 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/client.rb 
   854 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/channel.rb 
   931 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_status_codes.rb 
   855 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/file_watch.rb 
   932 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_client_options.rb 
   878 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/adapter.rb 
   933 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_connection_options.rb 
   879 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/request.rb 
   934 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar/cookie_validation.rb 
   880 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/response.rb 
   935 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar/cookie.rb 
   881 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multipart-post-2.0.0/lib/composite_io.rb 
   882 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multipart-post-2.0.0/lib/parts.rb 
   883 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/upload_io.rb 
   884 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/error.rb 
   885 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/autoload.rb 
   886 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday.rb 
   887 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/encoder.rb 
   888 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/external_exceptions.rb 
   889 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/fail_if_unsupported_mime_type.rb 
   890 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/logger.rb 
   891 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/parse_json.rb 
   936 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar/jar.rb 
   892 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/version.rb 
   937 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar.rb 
   893 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/msgpack.bundle 
   938 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/client.rb 
   894 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/packer.rb 
   939 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/multi.rb 
   895 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/unpacker.rb 
   940 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/request.rb 
   896 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/factory.rb 
   941 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/decoders.rb 
   897 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/symbol.rb 
   995 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/presence.rb 
   898 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/core_ext.rb 
   996 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest.rb 
   899 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack.rb 
   997 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme.rb 
   900 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/parse_message_pack.rb 
   998 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/output.rb 
   901 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/http_helpers.rb 
   999 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/outputs/tty.rb 
   902 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/util/pub_sub.rb 
  1000 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/outputs/non_tty.rb 
   856 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/process_watch.rb 
   903 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/message_emitter.rb 
   942 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http.rb 
   904 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/message_pack.rb 
   943 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http-request.rb 
  1001 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/time.rb 
   905 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/model_common.rb 
   944 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/auth.rb 
   906 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/safe_deferrable.rb 
  1002 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/timer.rb 
   907 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/state_emitter.rb 
   945 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channel/channel_manager.rb 
  1003 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/errors/invalid_progress_error.rb 
   946 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/version.rb 
  1004 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/progress.rb 
   947 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/exceptions.rb 
  1005 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/throttle.rb 
   948 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/stat    908 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman.rb 
 esman/callback.rb 
   909 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/statesman_monkey_patch.rb 
   949 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/guard.rb 
   910 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/state_machine.rb 
   950 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/event_transitions.rb 
   911 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/uses_state_machine.rb 
   951 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/adapters/memory_transition.rb 
   912 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/util/crypto.rb 
   913 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/util/safe_deferrable.rb 
   914 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/auth.rb 
   915 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/logger.rb 
   916 /Us    952 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/machine.rb 
   857 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/tick_loop.rb 
   858 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/resolver.rb 
   859 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/completion.rb 
   860 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/em/threaded_resource.rb 
   861 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/resolv.rb 
   862 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/eventmachine-1.2.3/lib/eventmachine.rb 
   863 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/async_wrapper.rb 
   864 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/channels_collection.rb 
   865 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/conversions.rb 
   866 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/exceptions.rb 
   867 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/encodeable.rb 
   868 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/enum.rb 
   869 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/safe_yield.rb 
   870 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/event_emitter.rb 
   871 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/event_machine_helpers.rb 
   872 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/utils.rb 
   873 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/options.rb 
   874 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/connection.rb 
   875 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/rack_builder.rb 
   876 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/parameters.rb 
   877 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/middleware.rb 
   878 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/adapter.rb 
   879 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/request.rb 
   880 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/response.rb 
   881 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multipart-post-2.0.0/lib/composite_io.rb 
   882 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multipart-post-2.0.0/lib/parts.rb 
   883 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/upload_io.rb 
   884 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/error.rb 
   885 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/autoload.rb 
   886 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday.rb 
   887 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/encoder.rb 
   888 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/external_exceptions.rb 
   889 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/fail_if_unsupported_mime_type.rb 
   890 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/logger.rb 
   891 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/parse_json.rb 
   892 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/version.rb 
   893 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/msgpack.bundle 
   894 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/packer.rb 
   895 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/unpacker.rb 
   896 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/factory.rb 
   897 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/symbol.rb 
   898 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack/core_ext.rb 
   899 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/msgpack-1.2.4/lib/msgpack.rb 
   900 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/parse_message_pack.rb 
   901 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/http_helpers.rb 
   902 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/util/pub_sub.rb 
   903 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/message_emitter.rb 
   904 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/message_pack.rb 
   905 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/model_common.rb 
   906 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/safe_deferrable.rb 
   907 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/state_emitter.rb 
   908 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman.rb 
   909 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/statesman_monkey_patch.rb 
   910 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/state_machine.rb 
   911 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/modules/uses_state_machine.rb 
   912 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/util/crypto.rb 
   913 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/util/safe_deferrable.rb 
   914 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/auth.rb 
   915 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/logger.rb 
   916 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/digest/md5.bundle 
   917 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-extensions-0.1.3/lib/websocket/extensions.rb 
   918 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-driver-0.7.0/lib/websocket_mask.bundle 
   919 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-driver-0.7.0/lib/websocket/driver/event_emitter.rb 
   920 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-driver-0.7.0/lib/websocket/driver.rb 
   921 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/socksify.rb 
   922 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/errors.rb 
   923 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/socks5.rb 
   924 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/connectify.rb 
   925 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/connect.rb 
   926 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify.rb 
   927 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/core_ext/bytesize.rb 
   928 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_connection.rb 
   929 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_header.rb 
   930 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_encoding.rb 
   931 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_status_codes.rb 
   932 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_client_options.rb 
   933 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_connection_options.rb 
   934 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar/cookie_validation.rb 
   935 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar/cookie.rb 
   936 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar/jar.rb 
   937 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar.rb 
   938 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/client.rb 
   939 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/multi.rb 
   940 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/request.rb 
   941 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/decoders.rb 
   942 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http.rb 
   943 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http-request.rb 
   944 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/auth.rb 
   945 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channel/channel_manager.rb 
   946 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/version.rb 
   947 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/exceptions.rb 
   953 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channel/channel_state_machine.rb 
   948 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/callback.rb 
   949 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/guard.rb 
   954 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channel.rb 
   950 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/event_transitions.rb 
   951 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/adapters/memory_transition.rb 
   955 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channels.rb 
   952 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/machine.rb 
   956 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/client.rb 
   953 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channel/channel_state_machine.rb 
   957 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/exceptions.rb 
   954 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channel.rb 
   958 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection/connection_manager.rb 
   959 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection/connection_state_machine.rb 
   955 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channels.rb 
   956 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/client.rb 
   960 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection/websocket_transport.rb 
   957 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/exceptions.rb 
   958 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection/connection_manager.rb 
   959 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection/connection_state_machine.rb 
   960 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection/websocket_transport.rb 
   961 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection.rb 
   962 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence/presence_manager.rb 
   963 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence/members_map.rb 
   964 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence/presence_state_machine.rb 
   965 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence.rb 
   961 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection.rb 
   966 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/base64.rb 
   962 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence/presence_manager.rb 
   967 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/cipher.rb 
   963 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence/members_map.rb 
   964 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence/presence_state_machine.rb 
   968 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/json.rb 
   965 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence.rb 
   969 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/utf8.rb 
   970 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/base.rb 
   971 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/stats_types.rb 
  1006 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/calculators/length.rb 
   972 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/paginated_result.rb 
  1007 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/calculators/running_average.rb 
  1008 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/bar.rb 
  1009 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/percentage.rb 
  1010 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/rate.rb 
  1011 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/time.rb 
  1012 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/title.rb 
  1013 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components.rb 
  1014 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format/molecule.rb 
  1015 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format/formatter.rb 
  1016 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format/string.rb 
  1017 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format.rb 
  1018 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/base.rb 
  1019 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/refinements/enumerator.rb 
  1020 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/refinements.rb 
  1021 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar.rb 
  1022 /Users/mattheworiordan/infrastructure/lib/acme_env/load_test_simple.rb 
  1023 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/load_test.rb 
  1024 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/registry.rb 
  1025 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-6.1.0/lib/elasticsearch/version.rb 
  1026 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/serializer/multi_json.rb 
  1027 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/sniffer.rb 
  1028 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/response.rb 
  1029 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/errors.rb 
  1030 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/base.rb 
  1031 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/connections/selector.rb 
  1032 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/connections/connection.rb 
  1033 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/connections/collection.rb 
  1034 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/http/faraday.rb 
  1035 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/client.rb 
  1036 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/version.rb 
   966 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/base64.rb 
 ers/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/digest/md5.bundle 
   917 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-extensions-0.1.3/lib/websocket/extensions.rb 
  1037 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport.rb 
  1038 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/version.rb 
   967 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/cipher.rb 
   918 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-driver-0.7.0/lib/websocket_mask.bundle 
   919 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-driver-0.7.0/lib/websocket/driver/event_emitter.rb 
  1039 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-    973 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/http_paginated_response.rb 
   920 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/websocket-driver-0.7.0/lib/websocket/driver.rb 
   974 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/connection_details.rb 
   975 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/stats.rb 
 api-6.1.0/lib/elasticsearch/api/namespace/common.rb 
   921 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/socksify.rb 
   922 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/errors.rb 
  1040 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/utils.rb 
   968 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/json.rb 
  1041 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/clear_scroll.rb 
   976 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/token_request.rb 
  1042 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get.rb 
   969 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/utf8.rb 
   970 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/base.rb 
   971 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/stats_types.rb 
   972 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/paginated_result.rb 
   973 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/http_paginated_response.rb 
   974 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/connection_details.rb 
   975 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/stats.rb 
   976 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/token_request.rb 
   977 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/channel_state_change.rb 
   978 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/auth_details.rb 
   979 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message.rb 
   980 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/token_details.rb 
   981 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/error_info.rb 
   982 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/protocol_message.rb 
   983 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/nil_logger.rb 
   984 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/presence_message.rb 
   985 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/connection_state_change.rb 
   986 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/idiomatic_ruby_wrapper.rb 
   987 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/cipher_params.rb 
   988 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/models/nil_channel.rb 
   989 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/client/incoming_message_dispatcher.rb 
   990 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/client/outgoing_message_dispatcher.rb 
   991 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime.rb 
   992 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/channel.rb 
   993 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/channels.rb 
   994 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/client.rb 
   995 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/presence.rb 
   996 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest.rb 
   997 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme.rb 
   998 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/output.rb 
   999 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/outputs/tty.rb 
  1000 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/outputs/non_tty.rb 
  1001 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/time.rb 
  1002 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/timer.rb 
  1003 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/errors/invalid_progress_error.rb 
  1004 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/progress.rb 
  1005 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/throttle.rb 
  1006 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/calculators/length.rb 
  1007 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/calculators/running_average.rb 
  1008 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/bar.rb 
  1009 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/percentage.rb 
  1010 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/rate.rb 
  1011 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/time.rb 
  1012 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/title.rb 
  1013 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components.rb 
  1014 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format/molecule.rb 
  1015 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format/formatter.rb 
  1016 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format/string.rb 
   923 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/socks5.rb 
  1017 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format.rb 
  1018 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/base.rb 
   924 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/connectify.rb 
   925 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify/connect.rb 
   977 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/channel_state_change.rb 
  1019 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/refinements/enumerator.rb 
   926 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-socksify-0.3.1/lib/em-socksify.rb 
   927 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/core_ext/bytesize.rb 
   978 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/auth_details.rb 
  1020 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/refinements.rb 
   928 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_connection.rb 
   979 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message.rb 
  1021 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar.rb 
   929 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_header.rb 
  1022 /Users/mattheworiordan/infrastructure/lib/acme_env/load_test_simple.rb 
  1043 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/shards.rb 
  1023 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/load_test.rb 
  1044 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/count.rb 
  1024 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/registry.rb 
  1045 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/help.rb 
  1025 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-6.1.0/lib/elasticsearch/version.rb 
  1046 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/nodes.rb 
  1026 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/serializer/multi_json.rb 
  1047 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/indices.rb 
  1027 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/sniffer.rb 
  1028 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/response.rb 
  1048 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/nodeattrs.rb 
  1029 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/errors.rb 
  1030 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/base.rb 
  1049 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/repositories.rb 
  1031 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/connections/selector.rb 
  1050 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/fielddata.rb 
   980 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/token_details.rb 
  1051 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/allocation.rb 
   981 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/error_info.rb 
  1052 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/templates.rb 
   982 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/protocol_message.rb 
  1053 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/aliases.rb 
   983 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/nil_logger.rb 
  1054 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/master.rb 
   984 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/presence_message.rb 
   930 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_encoding.rb 
   985 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/connection_state_change.rb 
   931 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_status_codes.rb 
   986 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/idiomatic_ruby_wrapper.rb 
   932 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_client_options.rb 
   987 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/cipher_params.rb 
   988 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/models/nil_channel.rb 
   933 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/http_connection_options.rb 
   989 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/client/incoming_message_dispatcher.rb 
  1032 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/connections/connection.rb 
   990 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/client/outgoing_message_dispatcher.rb 
   991 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime.rb 
  1033 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/connections/collection.rb 
   992 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/channel.rb 
  1034 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/http/faraday.rb 
   993 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/channels.rb 
  1035 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/client.rb 
   994 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/client.rb 
   995 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/presence.rb 
  1036 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/version.rb 
   996 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest.rb 
  1037 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport.rb 
   997 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme.rb 
  1038 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/version.rb 
   998 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/output.rb 
  1039 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/common.rb 
   999 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/outputs/tty.rb 
   934 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar/cookie_validation.rb 
  1000 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/outputs/non_tty.rb 
   935 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar/cookie.rb 
  1001 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/time.rb 
   936 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar/jar.rb 
  1002 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/timer.rb 
   937 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/cookiejar-0.3.0/lib/cookiejar.rb 
  1003 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/errors/invalid_progress_error.rb 
   938 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/client.rb 
  1004 /Users/mattheworiordan/.rvm/gem    939 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/multi.rb 
 s/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/progress.rb 
  1055 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/segments.rb 
  1005 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/throttle.rb 
  1056 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/thread_pool.rb 
  1006 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/calculators/length.rb 
  1057 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/health.rb 
  1007 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/calculators/running_average.rb 
  1058 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/recovery.rb 
  1008 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/bar.rb 
  1059 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/tasks.rb 
  1060 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/plugins.rb 
  1009 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/percentage.rb 
  1061 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/pending_tasks.rb 
  1010 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/rate.rb 
  1062 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/snapshots.rb 
  1011 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/time.rb 
  1063 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/explain.rb 
  1040 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/utils.rb 
  1064 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/percolate.rb 
  1041 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/clear_scroll.rb 
  1065 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete_by_query.rb 
  1042 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get.rb 
  1066 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete_script.rb 
  1043 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/shards.rb 
  1044 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/count.rb 
  1067 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/get.rb 
   940 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/request.rb 
  1068 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/restore.rb 
   941 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http/decoders.rb 
   942 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http.rb 
  1069 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/status.rb 
   943 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/em-http-request-1.1.3/lib/em-http-request.rb 
  1070 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/get_repository.rb 
  1071 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/create_repository.rb 
   944 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/auth.rb 
  1072 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/verify_repository.rb 
   945 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channel/channel_manager.rb 
  1073 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/create.rb 
   946 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/version.rb 
  1074 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/delete_repository.rb 
   947 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/exceptions.rb 
  1075 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/delete.rb 
   948 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/callback.rb 
  1076 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/state.rb 
   949 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/guard.rb 
  1077 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/stats.rb 
   950 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/event_transitions.rb 
  1078 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/allocation_explain.rb 
   951 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/adapters/memory_transition.rb 
  1079 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/reroute.rb 
  1080 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/put_settings.rb 
   952 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/statesman-1.0.0/lib/statesman/machine.rb 
  1012 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/title.rb 
  1013 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components.rb 
   953 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channel/channel_state_machine.rb 
   954 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channel.rb 
  1014 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format/molecule.rb 
   955 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/channels.rb 
  1015 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format/formatter.rb 
   956 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/client.rb 
  1016 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format/string.rb 
  1081 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/health.rb 
  1017 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format.rb 
  1082 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/get_settings.rb 
  1018 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/base.rb 
  1083 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/remote_info.rb 
  1019 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/refinements/enumerator.rb 
  1084 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/pending_tasks.rb 
  1085 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/count.rb 
  1020 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/refinements.rb 
  1086 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/render_search_template.rb 
  1021 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar.rb 
  1022 /Users/mattheworiordan/infrastructure/lib/acme_env/load_test_simple.rb 
  1087 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete_template.rb 
  1023 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/load_test.rb 
  1088 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ping.rb 
  1024 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/registry.rb 
  1089 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/tasks/get.rb 
  1025 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-6.1.0/lib/elasticsearch/version.rb 
  1090 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/tasks/list.rb 
  1091 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/tasks/cancel.rb 
  1026 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/serializer/multi_json.rb 
  1092 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get.rb 
  1027 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/sniffer.rb 
  1093 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists_alias.rb 
  1028 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/response.rb 
  1094 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/analyze.rb 
  1029 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/errors.rb 
  1095 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_template.rb 
  1030 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/base.rb 
  1096 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/forcemerge.rb 
  1031 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/connections/selector.rb 
  1097 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/status.rb 
  1032 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/connections/connection.rb 
  1045 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/help.rb 
  1033 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/connections/collection.rb 
  1046 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/nodes.rb 
  1034 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/http/faraday.rb 
  1047 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/indices.rb 
  1035 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/client.rb 
  1048 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/nodeattrs.rb 
  1036 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/version.rb 
  1049 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/repositories.rb 
  1037 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport.rb 
  1050 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/fielddata.rb 
  1038 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/version.rb 
  1051 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/allocation.rb 
  1039 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/common.rb 
  1052 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/templates.rb 
  1040 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/utils.rb 
   957 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/middleware/exceptions.rb 
  1053 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/aliases.rb 
   958 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection/connection_manager.rb 
  1041 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/clear_scroll.rb 
  1054 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/master.rb 
  1098 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_mapping.rb 
   959 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection/connection_state_machine.rb 
  1042 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get.rb 
  1055 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/segments.rb 
  1099 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists_template.rb 
  1056 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/thread_pool.rb 
  1100 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_warmer.rb 
  1043 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/shards.rb 
  1057 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/health.rb 
  1101 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/refresh.rb 
  1044 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/count.rb 
  1102 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/update_aliases.rb 
  1058 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/recovery.rb 
  1103 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/stats.rb 
  1059 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/tasks.rb 
  1060 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/plugins.rb 
  1104 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/open.rb 
  1061 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/pending_tasks.rb 
  1105 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists_type.rb 
  1062 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/snapshots.rb 
  1106 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_mapping.rb 
   960 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection/websocket_transport.rb 
  1063 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/explain.rb 
  1107 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/shard_stores.rb 
   961 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/connection.rb 
  1064 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/percolate.rb 
  1108 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/flush.rb 
   962 /Users/mattheworiordan/.rvm/gems/ruby 1045 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/help.rb 
 -2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence/presence_manager.rb 
  1109 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/split.rb 
  1046 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/nodes.rb 
   963 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence/members_map.rb 
  1110 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/snapshot_index.rb 
  1047 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/indices.rb 
   964 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence/presence_state_machine.rb 
  1111 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elastics 1065 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete_by_query.rb 
   965 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/presence.rb 
 earch/api/actions/indices/get_warmer.rb 
  1112 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_settings.rb 
  1066 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete_script.rb 
  1113 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_template.rb 
  1067 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/get.rb 
  1114 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_alias.rb 
  1115 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_mapping.rb 
  1068 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/restore.rb 
  1116 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/flush_synced.rb 
  1048 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/nodeattrs.rb 
  1117 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/upgrade.rb 
  1118 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_alias.rb 
  1049 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/repositories.rb 
  1119 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/segments.rb 
  1050 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/fielddata.rb 
  1120 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_warmer.rb 
  1051 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/allocation.rb 
  1121 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/shrink.rb 
  1052 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/templates.rb 
  1122 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_settings.rb 
  1053 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/aliases.rb 
  1123 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_template.rb 
  1054 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/master.rb 
  1124 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/close.rb 
  1055 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/segments.rb 
  1125 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/recovery.rb 
  1056 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/thread_pool.rb 
  1126 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_field_mapping.rb 
  1057 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/health.rb 
  1127 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_aliases.rb 
  1058 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/recovery.rb 
  1128 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/seal.rb 
  1059 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/tasks.rb 
  1129 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/create.rb 
  1069 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/status.rb 
  1130 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/clear_cache.rb 
  1070 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/get_repository.rb 
  1071 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/create_repository.rb 
  1131 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/validate_query.rb 
  1072 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/verify_repository.rb 
  1132 /Users/mattheworiordan/.rvm 1073 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/create.rb 
 /gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_alias.rb 
  1074 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/delete_repository.rb 
  1133 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists.rb 
  1075 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/delete.rb 
  1134 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/optimize.rb 
  1135 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete.rb 
  1076 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/state.rb 
  1136 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/rollover.rb 
  1077 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/stats.rb 
  1137 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/reindex.rb 
  1138 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/info.rb 
  1078 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/allocation_explain.rb 
  1139 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search_exists.rb 
  1079 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/reroute.rb 
  1080 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/put_settings.rb 
  1140 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/hot_threads.rb 
  1060 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/plugins.rb 
  1141 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/info.rb 
  1061 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/pending_tasks.rb 
  1142 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/stats.rb 
  1143 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/shutdown.rb 
  1062 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/snapshots.rb 
  1144 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mget.rb 
  1063 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/explain.rb 
   966 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/base64.rb 
  1064 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/percolate.rb 
   967 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/cipher.rb 
  1065 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete_by_query.rb 
   968 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/json.rb 
  1066 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete_script.rb 
   969 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/utf8.rb 
  1067 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/get.rb 
  1145 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search.rb 
  1146 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb 
  1068 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/restore.rb 
  1147 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/put_pipeline.rb 
  1069 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/status.rb 
  1148 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/simulate.rb 
  1070 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/get_repository.rb 
  1149 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/get_pipeline.rb 
  1150 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/termvectors.rb 
  1071 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/create_repository.rb 
  1151 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/update_by_query.rb 
  1072 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/verify_repository.rb 
  1152 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/field_stats.rb 
  1073 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/create.rb 
  1153 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mpercolate.rb 
  1074 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/delete_repository.rb 
  1081 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/health.rb 
  1075 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/delete.rb 
  1082 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/get_settings.rb 
  1076 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/state.rb 
  1077 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/stats.rb 
  1083 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/remote_info.rb 
  1084 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/pending_tasks.rb 
  1078 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/allocation_explain.rb 
  1154 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search_template.rb 
   970 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message_encoders/base.rb 
  1155 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/msearch_template.rb 
   971 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/stats_types.rb 
  1156 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mlt.rb 
  1157 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/put_template.rb 
   972 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/paginated_result.rb 
  1158 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/put_script.rb 
   973 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/http_paginated_response.rb 
  1159 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/list_benchmarks.rb 
   974 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/connection_details.rb 
  1160 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/bulk.rb 
  1161 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mtermvectors.rb 
  1085 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/count.rb 
   975 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/stats.rb 
  1162 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/msearch.rb 
   976 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/token_request.rb 
  1163 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticse    977 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/channel_state_change.rb 
 arch-api-6.1.0/lib/elasticsearch/api/actions/field_caps.rb 
  1079 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/reroute.rb 
   978 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/auth_details.rb 
  1080 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/put_settings.rb 
   979 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/message.rb 
  1081 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/health.rb 
   980 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/token_details.rb 
  1082 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/get_settings.rb 
   981 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/error_info.rb 
  1083 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/remote_info.rb 
  1086 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/render_search_template.rb 
  1164 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/scroll.rb 
   982 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/protocol_message.rb 
  1087 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete_template.rb 
  1165 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get_script.rb 
   983 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/nil_logger.rb 
  1084 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/pending 1166 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/benchmark.rb 
 _tasks.rb 
  1088 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ping.rb 
  1167 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get_template.rb 
  1168 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/index.rb 
  1089 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/tasks/get.rb 
  1169 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/suggest.rb 
  1090 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/tasks/list.rb 
  1091 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/tasks/cancel.rb 
  1170 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/create.rb 
  1092 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get.rb 
  1093 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists_alias.rb 
  1171 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search_shards.rb 
  1094 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/analyze.rb 
  1172 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/abort_benchmark.rb 
  1095 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_template.rb 
  1173 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/update.rb 
  1096 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/forcemerge.rb 
   984 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/presence_message.rb 
  1085 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/count.rb 
  1174 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/exists.rb 
  1097 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/status.rb 
  1175 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete.rb 
   985 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/connection_state_change.rb 
  1098 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_mapping.rb 
  1099 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists_template.rb 
  1176 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get_source.rb 
   986 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/idiomatic_ruby_wrapper.rb 
  1100 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_warmer.rb 
  1177 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/count_percolate.rb 
   987 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/models/cipher_params.rb 
  1101 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/refresh.rb 
  1178 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/remote/info.rb 
   988 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/models/nil_channel.rb 
  1102 /Users/mattheworio 1086 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/render_search_template.rb 
  1179 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/snapshot.rb 
 rdan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/update_aliases.rb 
  1180 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/nodes.rb 
  1087 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete_template.rb 
  1103 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/stats.rb 
  1181 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/indices.rb 
  1088 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ping.rb 
  1104 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/open.rb 
  1182 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/cluster.rb 
  1089 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/tasks/get.rb 
  1105 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists_type.rb 
  1090 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/tasks/list.rb 
  1091 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/tasks/cancel.rb 
  1106 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_mapping.rb 
  1092 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get.rb 
  1093 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists_alias.rb 
  1107 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/shard_stores.rb 
  1094 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/analyze.rb 
  1183 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/cat.rb 
  1108 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/flush.rb 
   989 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/client/incoming_message_dispatcher.rb 
  1109 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/split.rb 
   990 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime/client/outgoing_message_dispatcher.rb 
  1110 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/snapshot_index.rb 
  1184 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/remote.rb 
   991 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/realtime.rb 
  1185 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/tasks.rb 
  1111 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_warmer.rb 
  1186 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/ingest.rb 
  1112 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_settings.rb 
   992 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/channel.rb 
  1113 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_template.rb 
  1187 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api.rb 
   993 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/channels.rb 
   994 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/client.rb 
  1188 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-6.1.0/lib/elasticsearch.rb 
   995 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest/presence.rb 
  1189 /Users/mattheworiordan/infrastructure/lib/acme_env/log_helper.rb 
   996 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme/rest.rb 
  1190 /Users/mattheworiordan/infrastructure/lib/acme_env/status_tailer.rb 
   997 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/acme-1.0.5/lib/acme.rb 
  1191 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/logs.rb 
   998 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/output.rb 
   999 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/outputs/tty.rb 
  1192 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/node_js.rb 
  1193 /Users/mattheworiordan/infr 1095 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_template.rb 
  1114 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_alias.rb 
 astructure/lib/acme_env/cli_commands/prune.rb 
  1096 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/forcemerge.rb 
  1194 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/recycle.rb 
  1097 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/status.rb 
  1195 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/secrets.rb 
  1098 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_mapping.rb 
  1099 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists_template.rb 
  1196 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/setup.rb 
  1100 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_warmer.rb 
  1197 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/snapshot.rb 
  1000 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/outputs/non_tty.rb 
  1198 /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb 
  1001 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/time.rb 
  1199 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/shell/basic.rb 
  1002 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/timer.rb 
  1200 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/shell/color.rb 
  1201 /Users/mattheworiordan/infrastructure/lib/acme_env/exception_reporting.rb 
  1003 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/errors/invalid_progress_error.rb 
  1202 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/version.rb 
  1203 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/backtrace.rb 
  1004 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/progress.rb 
  1204 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/breadcrumbs.rb 
  1005 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/throttle.rb 
  1205 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor.rb 
  1006 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/calculators/length.rb 
  1206 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/sanitizedata.rb 
  1207 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/removecircularreferences.rb 
  1007 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/calculators/running_average.rb 
  1101 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/refresh.rb 
  1102 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/update_aliases.rb 
  1008 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/bar.rb 
  1103 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/stats.rb 
  1009 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/percentage.rb 
  1104 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/open.rb 
  1010 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/rate.rb 
  1105 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists_type.rb 
  1208 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/utf8conversion.rb 
  1209 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/cookies.rb 
  1106 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_mapping.rb 
  1210 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/post_data.rb 
  1107 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/shard_stores.rb 
  1211 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/http_headers.rb 
  1108 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/flush.rb 
  1109 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/split.rb 
  1212 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/configuration.rb 
  1115 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_mapping.rb 
  1011 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/time.rb 
  1213 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/context.rb 
  1110 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/snapshot_index.rb 
  1214 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/error.rb 
  1012 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components/title.rb 
  1215 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/transports.rb 
  1111 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_warmer.rb 
  1013 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/components.rb 
  1216 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/transports/http.rb 
  1116 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/flush_synced.rb 
  1217 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/client.rb 
  1117 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/upgrade.rb 
  1218 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/linecache.rb 
  1112 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_settings.rb 
  1014 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format/molecule.rb 
  1118 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_alias.rb 
  1113 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_template.rb 
  1119 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/segments.rb 
  1114 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_alias.rb 
  1120 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_warmer.rb 
  1115 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_mapping.rb 
  1121 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/shrink.rb 
  1116 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/flush_synced.rb 
  1117 /Users/mattheworiordan/.rv 1219 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/event.rb 
 m/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/upgrade.rb 
  1122 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_settings.rb 
  1220 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/logger.rb 
  1123 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_template.rb 
  1221 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interface.rb 
  1124 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/close.rb 
  1222 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/message.rb 
  1125 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/recovery.rb 
  1223 /U 1118 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_alias.rb 
 sers/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/exception.rb 
  1126 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_field_mapping.rb 
  1127 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_aliases.rb 
  1224 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/single_exception.rb 
  1128 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/seal.rb 
  1225 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/stack_trace.rb 
  1226 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/http.rb 
  1129 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/create.rb 
  1130 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/clear_cache.rb 
  1227 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/utils/deep_merge.rb 
  1015 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format/formatter.rb 
  1119 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/segments.rb 
  1131 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/validate_query.rb 
  1120 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_warmer.rb 
  1228 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/utils/real_ip.rb 
  1121 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/shrink.rb 
  1132 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api 1229 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/instance.rb 
 /actions/indices/get_alias.rb 
  1122 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_settings.rb 
  1230 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/English.rb 
  1231 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/base.rb 
  1123 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_template.rb 
  1232 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/object/try.rb 
  1233 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb 
  1124 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/close.rb 
  1234 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/credential_fetcher.rb 
  1125 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/recovery.rb 
  1235 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/storage.rb 
  1126 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_field_mapping.rb 
  1236 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/version.rb 
  1127 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_aliases.rb 
  1237 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/versions.rb 
  1128 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/seal.rb 
  1238 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/file.rb 
  1129 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/create.rb 
  1239 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/files.rb 
  1016 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format/string.rb 
  1240 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/directory.rb 
  1017 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/format.rb 
  1241 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/directories.rb 
  1018 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/base.rb 
  1242 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/shared_mock_methods.rb 
  1019 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/refinements/enumerator.rb 
  1243 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/abort_multipart_upload.rb 
  1020 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar/refinements.rb 
  1130 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/clear_cache.rb 
  1133 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists.rb 
  1244 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/parsers/base.rb 
  1021 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ruby-progressbar-1.10.0/lib/ruby-progressbar.rb 
  1134 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/optimize.rb 
  1022 /Users/mattheworiordan/infrastructure/lib/acme_env/load_test_simple.rb 
  1135 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete.rb 
  1245 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/complete_multipart_upload.rb 
  1023 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/load_test.rb 
  1136 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/rollover.rb 
  1137 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/reindex.rb 
  1024 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/registry.rb 
  1246 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/complete_multipart_upload.rb 
  1138 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/info.rb 
  1025 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-6.1.0/lib/elasticsearch/version.rb 
  1247 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/copy_object.rb 
  1139 /Users/mattheworiordan/.rvm/gems 1131 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/validate_query.rb 
 /ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search_exists.rb 
  1132 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_alias.rb 
  1140 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/hot_threads.rb 
  1141 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/info.rb 
  1133 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists.rb 
  1026 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/serializer/multi_json.rb 
  1142 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/stats.rb 
  1134 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/optimize.rb 
  1143 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/shutdown.rb 
  1135 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete.rb 
  1248 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/copy_object.rb 
  1136 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/rollover.rb 
  1249 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket.rb 
  1137 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/reindex.rb 
  1138 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/info.rb 
  1250 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_cors.rb 
  1139 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search_exists.rb 
  1251 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_lifecycle.rb 
  1027 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/sniffer.rb 
  1144 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mget.rb 
  1028 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/response.rb 
  1145 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search.rb 
  1029 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/errors.rb 
  1146 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb 
  1030 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/base.rb 
  1147 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/put_pipeline.rb 
  1252 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_policy.rb 
  1148 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/simulate.rb 
  1253 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_website.rb 
  1149 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/get_pipeline.rb 
  1150 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/termvectors.rb 
  1254 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_object.rb 
  1151 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/update_by_query.rb 
  1255 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_object_url.rb 
  1140 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/hot_threads.rb 
  1141 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/info.rb 
  1256 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/delete_multiple_objects.rb 
  1142 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/stats.rb 
  1257 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_multiple_objects.rb 
  1143 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/shutdown.rb 
  1258 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/r 1144 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mget.rb 
 equests/storage/delete_bucket_tagging.rb 
  1031 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/connections/selector.rb 
  1145 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search.rb 
  1032 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/connections/connection.rb 
  1146 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb 
  1033 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/connections/collection.rb 
  1147 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/put_pipeline.rb 
  1148 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/simulate.rb 
  1034 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/transport/http/faraday.rb 
  1149 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/get_pipeline.rb 
  1035 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/client.rb 
  1150 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/termvectors.rb 
  1036 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport/version.rb 
  1151 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/update_by_query.rb 
  1037 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-transport-6.1.0/lib/elasticsearch/transport.rb 
  1152 /Users/mattheworiordan/ 1152 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/field_stats.rb 
 .rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/field_stats.rb 
  1153 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mpercolate.rb 
  1153 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mpercolate.rb 
  1154 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search_template.rb 
  1154 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search_template.rb 
  1155 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/msearch_template.rb 
  1155 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/msearch_template.rb 
  1156 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mlt.rb 
  1156 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mlt.rb 
  1157 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/put_template.rb 
  1157 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/put_template.rb 
  1158 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/put_script.rb 
  1158 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/put_script.rb 
  1159 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/list_benchmarks.rb 
  1159 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/list_benchmarks.rb 
  1160 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/bulk.rb 
  1160 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/bulk.rb 
  1259 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket.rb 
  1161 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mtermvectors.rb 
  1162 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/msearch.rb 
  1260 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket.rb 
  1261 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/access_control_list.rb 
  1163 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/field_caps.rb 
  1262 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/acl_utils.rb 
  1263 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_acl.rb 
  1164 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/scroll.rb 
  1264 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/cors_configuration.rb 
  1265 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/cors_utils.rb 
  1165 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get_script.rb 
  1266 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_cors.rb 
  1166 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/benchmark.rb 
  1167 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get_template.rb 
  1267 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/st 1168 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/index.rb 
 orage/get_bucket_lifecycle.rb 
  1038 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/version.rb 
  1169 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/suggest.rb 
  1039 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/common.rb 
  1170 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/create.rb 
  1040 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/utils.rb 
  1171 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search_shards.rb 
  1041 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/clear_scroll.rb 
  1172 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/abort_benchmark.rb 
  1042 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get.rb 
  1173 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/update.rb 
  1043 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/shards.rb 
  1044 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/count.rb 
  1174 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/exists.rb 
  1045 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/help.rb 
  1175 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete.rb 
  1046 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/nodes.rb 
  1161 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mtermvectors.rb 
  1162 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/msearch.rb 
  1047 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/indices.rb 
  1163 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/field_caps.rb 
  1048 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/nodeattrs.rb 
  1164 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/scroll.rb 
  1049 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/repositories.rb 
  1165 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get_script.rb 
  1050 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/fielddata.rb 
  1166 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/benchmark.rb 
  1051 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/allocation.rb 
  1167 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get_template.rb 
  1168 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/index.rb 
  1052 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/templates.rb 
  1169 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/suggest.rb 
  1053 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/aliases.rb 
  1170 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/create.rb 
  1054 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/master.rb 
  1171 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search_shards.rb 
  1055 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/segments.rb 
  1172 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/abort_benchmark.rb 
  1056 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/thread_pool.rb 
  1173 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/update.rb 
  1057 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/health.rb 
  1058 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/recovery.rb 
  1174 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/exists.rb 
  1176 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get_source.rb 
  1268 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_lifecycle.rb 
  1175 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete.rb 
  1177 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/count_percolate.rb 
  1269 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_location.rb 
  1176 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get_source.rb 
  1178 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/remote/info.rb 
  1270 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_location.rb 
  1271 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_logging.rb 
  1179 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/snapshot.rb 
  1180 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/nodes.rb 
  1272 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_logging.rb 
  1181 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/indices.rb 
  1273 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_object_versions.rb 
  1182 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/cluster.rb 
  1274 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_object_versions.rb 
  1177 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/count_percolate.rb 
  1178 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/remote/info.rb 
  1275 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_policy.rb 
  1276 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_tagging.rb 
  1179 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/snapshot.rb 
  1180 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/nodes.rb 
  1277 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_tagging.rb 
  1278 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_versioning.rb 
  1181 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/indices.rb 
  1279 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_versioning.rb 
  1182 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/cluster.rb 
  1280 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_website.rb 
  1183 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/cat.rb 
  1281 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_website.rb 
  1184 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/remote.rb 
  1282 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_notification.rb 
  1185 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/tasks.rb 
  1059 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/tasks.rb 
  1186 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/ingest.rb 
  1060 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/plugins.rb 
  1187 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api.rb 
  1061 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/pending_tasks.rb 
  1188 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-6.1.0/lib/elasticsearch.rb 
  1062 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cat/snapshots.rb 
  1063 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/explain.rb 
  1189 /Users/mattheworiordan/infrastructure/lib/acme_env/log_helper.rb 
  1183 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/cat.rb 
  1184 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/remote.rb 
  1190 /Users/mattheworiordan/infrastructure/lib/acme_env/status_tailer.rb 
  1185 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/tasks.rb 
  1186 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/ingest.rb 
  1191 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/logs.rb 
  1187 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api.rb 
  1192 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/node_js.rb 
  1188 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-6.1.0/lib/elasticsearch.rb 
  1283 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_notification.rb 
  1064 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/percolate.rb 
  1284 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object.rb 
  1285 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_acl.rb 
  1065 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete_by_query.rb 
  1286 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_torrent.rb 
  1066 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete_script.rb 
  1287 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_http_url.rb 
  1067 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/get.rb 
  1189 /Users/mattheworiordan/infrastructure/lib/acme_env/log_helper.rb 
  1193 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/prune.rb 
  1068 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/restore.rb 
  1190 /Users/mattheworiordan/infrastructure/lib/acme_env/status_tailer.rb 
  1194 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/recycle.rb 
  1069 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/status.rb 
  1191 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/logs.rb 
  1195 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/secrets.rb 
  1070 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/get_repository.rb 
  1288 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_https_url.rb 
  1071 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/create_repository.rb 
  1289 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_url.rb 
  1192 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/node_js.rb 
  1290 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_request_payment.rb 
  1196 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/setup.rb 
  1291 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_request_payment.rb 
  1193 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/prune.rb 
  1194 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/recycle.rb 
  1195 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/secrets.rb 
  1292 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_service.rb 
  1196 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/setup.rb 
  1197 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/snapshot.rb 
  1198 /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb 
  1293 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_service.rb 
  1199 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/shell/basic.rb 
  1200 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/shell/color.rb 
  1294 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/head_bucket.rb 
  1201 /Users/mattheworiordan/infrastructure/lib/acme_env/exception_reporting.rb 
  1295 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/head_object.rb 
  1202 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/version.rb 
  1203 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/backtrace.rb 
  1296 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/head_object_url.rb 
  1204 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/breadcrumbs.rb 
  1297 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/initiate_multipart_upload.rb 
  1205 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2. 1298 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/initiate_multipart_upload.rb 
 4.0/lib/raven/processor.rb 
  1072 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/verify_repository.rb 
  1299 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/list_multipart_uploads.rb 
  1300 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/list_multipart_uploads.rb 
  1073 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/create.rb 
  1301 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/list_parts.rb 
  1074 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/delete_repository.rb 
  1302 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/list_parts.rb 
  1075 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/snapshot/delete.rb 
  1197 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/snapshot.rb 
  1198 /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb 
  1076 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/state.rb 
  1199 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/shell/basic.rb 
  1077 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/stats.rb 
  1200 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/shell/color.rb 
  1201 /Users/mattheworiordan/infrastructure/lib/acme_env/exception_reporting.rb 
  1078 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/allocation_explain.rb 
  1202 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/version.rb 
  1079 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/reroute.rb 
  1203 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/backtrace.rb 
  1080 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/put_settings.rb 
  1204 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/breadcrumbs.rb 
  1081 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/health.rb 
  1205 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor.rb 
  1082 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/get_settings.rb 
  1206 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/sanitizedata.rb 
  1207 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/removecircularreferences.rb 
  1083 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/remote_info.rb 
  1206 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/sanitizedata.rb 
  1207 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/removecircularreferences.rb 
  1303 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/post_object_hidden_fields.rb 
  1084 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/cluster/pending_tasks.rb 
  1208 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/utf8conversion.rb 
  1304 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/post_object_restore.rb 
  1085 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/count.rb 
  1305 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket.rb 
  1209 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/cookies.rb 
  1306 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_acl.rb 
  1086 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/render_search_template.rb 
  1307 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_cors.rb 
  1210 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/post_data.rb 
  1087 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete_template.rb 
  1308 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_lifecycle.rb 
  1309 /Users/matth 1211 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/http_headers.rb 
 eworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_logging.rb 
  1208 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/utf8conversion.rb 
  1209 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/cookies.rb 
  1310 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_policy.rb 
  1212 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/configuration.rb 
  1210 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/post_data.rb 
  1311 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_tagging.rb 
  1213 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/context.rb 
  1312 /Users/mattheworiordan/.rvm/gems/ruby- 1088 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ping.rb 
  1214 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/error.rb 
 2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_versioning.rb 
  1211 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/http_headers.rb 
  1089 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/tasks/get.rb 
  1313 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_website.rb 
  1212 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/configuration.rb 
  1090 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/tasks/list.rb 
  1213 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/context.rb 
  1314 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_notification.rb 
  1091 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/tasks/cancel.rb 
  1214 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/error.rb 
  1092 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get.rb 
  1215 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/transports.rb 
  1093 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists_alias.rb 
  1216 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/transports/http.rb 
  1094 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/analyze.rb 
  1095 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_template.rb 
  1217 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/client.rb 
  1218 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/linecache.rb 
  1096 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/forcemerge.rb 
  1315 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_object.rb 
  1316 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_object_acl.rb 
  1097 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/status.rb 
  1317 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_object_url.rb 
  1098 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_mapping.rb 
  1318 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_request_payment.rb 
  1099 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists_template.rb 
  1319 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/sync_clock.rb 
  1219 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/event.rb 
  1215 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/transports.rb 
  1220 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/logger.rb 
  1216 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/transports/http.rb 
  1221 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interface.rb 
  1217 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/client.rb 
  1218 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/linecache.rb 
  1222 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/message.rb 
  1219 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/event.rb 
  1223 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0 1320 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/upload_part.rb 
 /lib/raven/interfaces/exception.rb 
  1220 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/logger.rb 
  1224 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/single_exception.rb 
  1221 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interface.rb 
  1225 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/stack_trace.rb 
  1222 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/message.rb 
  1226 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/http.rb 
  1223 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/exception.rb 
  1227 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/utils/deep_merge.rb 
  1228 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/utils/real_ip.rb 
  1224 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/single_exception.rb 
  1229 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/instance.rb 
  1100 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_warmer.rb 
  1225 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/stack_trace.rb 
  1321 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/signaturev4.rb 
  1226 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/http.rb 
  1230 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/English.rb 
  1227 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/utils/deep_merge.rb 
  1322 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml/sax_parser_connection.rb 
  1231 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/base.rb 
  1228 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/utils/real_ip.rb 
  1323 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml/connection.rb 
  1229 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/instance.rb 
  1324 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/version.rb 
  1230 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/English.rb 
  1325 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/config/property.rb 
  1231 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/base.rb 
  1326 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/config/property_set.rb 
  1232 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/object/try.rb 
  1233 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb 
  1327 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/config.rb 
  1234 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/credential_fetcher.rb 
  1328 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/configuration.rb 
  1235 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/storage.rb 
  1329 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/constants.rb 
  1330 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/utils/url.rb 
  1236 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/version.rb 
  1331 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/connection.rb 
  1237 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/versions.rb 
  1332 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/deprecation.rb 
  1238 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/file.rb 
  1232 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/object/try.rb 
  1233 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb 
  1239 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/files.rb 
  1234 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/credential_fetcher.rb 
  1240 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/directory.rb 
  1235 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/storage.rb 
  1241 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/directories.rb 
  1236 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/version.rb 
  1242 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/shared_mock_methods.rb 
  1237 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/versions.rb 
  1243 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/abort_multipart_upload.rb 
  1238 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/file.rb 
  1244 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/parsers/base.rb 
  1239 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/files.rb 
  1245 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/complete_multipart_upload.rb 
  1240 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/directory.rb 
  1246 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/complete_multipart_upload.rb 
  1241 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/directories.rb 
  1101 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/refresh.rb 
  1242 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/shared_mock_methods.rb 
  1102 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/update_aliases.rb 
  1243 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/abort_multipart_upload.rb 
  1103 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/stats.rb 
  1244 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/parsers/base.rb 
  1104 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/open.rb 
  1245 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/complete_multipart_upload.rb 
  1105 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists_type.rb 
  1247 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/copy_object.rb 
  1248 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/copy_object.rb 
  1106 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_mapping.rb 
  1249 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket.rb 
  1107 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/shard_stores.rb 
  1250 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_cors.rb 
  1108 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/flush.rb 
  1251 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_lifecycle.rb 
  1109 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/split.rb 
  1252 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_policy.rb 
  1110 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/snapshot_index.rb 
  1253 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_website.rb 
  1111 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_warmer.rb 
  1112 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_settings.rb 
  1254 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_object.rb 
  1113 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_template.rb 
  1246 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/complete_multipart_upload.rb 
  1333 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/core_ext/ordered_hash.rb 
  1255 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_object_url.rb 
  1247 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/copy_object.rb 
  1114 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/put_alias.rb 
  1248 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/copy_object.rb 
  1256 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/delete_multiple_objects.rb 
  1115 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_mapping.rb 
  1249 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket.rb 
  1116 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/flush_synced.rb 
  1117 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/upgrade.rb 
  1250 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_cors.rb 
  1118 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_alias.rb 
  1251 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_lifecycle.rb 
  1119 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/segments.rb 
  1120 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete_warmer.rb 
  1252 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_policy.rb 
  1257 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_multiple_objects.rb 
  1121 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/shrink.rb 
  1253 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_website.rb 
  1258 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_tagging.rb 
  1122 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_settings.rb 
  1259 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket.rb 
  1254 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_object.rb 
  1123 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_template.rb 
  1260 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket.rb 
  1255 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_object_url.rb 
  1261 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/access_control_list.rb 
  1256 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/delete_multiple_objects.rb 
  1262 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/acl_utils.rb 
  1257 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_multiple_objects.rb 
  1263 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_acl.rb 
  1258 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_tagging.rb 
  1264 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/cors_configuration.rb 
  1259 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket.rb 
  1265 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/cors_utils.rb 
  1266 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_cors.rb 
  1260 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket.rb 
  1261 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/access_control_list.rb 
  1267 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_lifecycle.rb 
  1262 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/acl_utils.rb 
  1268 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_lifecycle.rb 
  1263 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_acl.rb 
  1334 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/ext/faraday.rb 
  1264 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/cors_configuration.rb 
  1335 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response.rb 
  1265 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/cors_utils.rb 
  1336 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/extensions/stringify_keys.rb 
  1266 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_cors.rb 
  1337 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/extensions/pretty_inspect.rb 
  1267 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_lifecycle.rb 
  1338 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/hash.rb 
  1339 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/mash.rb 
  1268 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_lifecycle.rb 
  1340 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/mashify.rb 
  1341 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/jsonable.rb 
  1269 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_location.rb 
  1270 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_location.rb 
  1342 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/jsonize.rb 
  1343 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/version.rb 
  1344 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_delegator.rb 
  1345 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thread_safe-0.3.6/lib/thread_safe.rb 
  1346 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/descendants_tracker-0.0.4/lib/descendants_tracker.rb 
  1271 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_logging.rb 
  1347 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/service_error.rb 
  1272 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_logging.rb 
  1348 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/client_error.rb 
  1349 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/bad_request.rb 
  1273 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_object_versions.rb 
  1350 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/forbidden.rb 
  1351 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/internal_server_error.rb 
  1274 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_object_versions.rb 
  1352 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/invalid_options.rb 
  1275 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_policy.rb 
  1276 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_tagging.rb 
  1353 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/not_acceptable.rb 
  1124 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/close.rb 
  1354 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/not_found.rb 
  1125 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/recovery.rb 
  1355 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/required_params.rb 
  1126 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_field_mapping.rb 
  1356 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/service_unavailable.rb 
  1127 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_aliases.rb 
  1357 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unauthorized.rb 
  1128 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/seal.rb 
  1269 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_location.rb 
  1358 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unknown_media.rb 
  1270 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_location.rb 
  1129 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/create.rb 
  1359 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unknown_value.rb 
  1130 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/clear_cache.rb 
  1271 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_logging.rb 
  1360 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/g 1277 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_tagging.rb 
 ithub_api-0.12.4/lib/github_api/error/unprocessable_entity.rb 
  1278 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_versioning.rb 
  1361 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/validations.rb 
  1279 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_versioning.rb 
  1131 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/validate_query.rb 
  1362 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error.rb 
  1280 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_website.rb 
  1363 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/raise_error.rb 
  1281 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_website.rb 
  1132 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/get_alias.rb 
  1272 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_logging.rb 
  1364 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/header.rb 
  1133 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/exists.rb 
  1273 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_object_versions.rb 
  1134 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/optimize.rb 
  1135 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/delete.rb 
  1274 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_object_versions.rb 
  1136 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/indices/rollover.rb 
  1275 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_policy.rb 
  1137 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/reindex.rb 
  1276 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_tagging.rb 
  1138 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/info.rb 
  1139 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search_exists.rb 
  1277 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_tagging.rb 
  1278 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_versioning.rb 
  1140 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/hot_threads.rb 
  1282 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_notification.rb 
  1279 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_versioning.rb 
  1365 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/middleware.rb 
  1280 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_website.rb 
  1366 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/authorization.rb 
  1281 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_website.rb 
  1367 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/presence.rb 
  1282 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_notification.rb 
  1368 /Users/mattheworiordan/.rvm/gem 1283 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_notification.rb 
 s/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/token.rb 
  1284 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object.rb 
  1369 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/format.rb 
  1285 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_acl.rb 
  1370 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/required.rb 
  1286 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_torrent.rb 
  1371 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations.rb 
  1287 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_http_url.rb 
  1372 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/normalizer.rb 
  1283 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_notification.rb 
  1141 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/info.rb 
  1288 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_https_url.rb 
  1373 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/parameter_filter.rb 
  1284 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object.rb 
  1285 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_acl.rb 
  1289 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_url.rb 
  1286 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_torrent.rb 
  1374 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/mime_type.rb 
  1375 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/rate_limit.rb 
  1287 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_http_url.rb 
  1288 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_https_url.rb 
  1376 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/core_ext/hash.rb 
  1289 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_url.rb 
  1377 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/core_ext/array.rb 
  1290 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_request_payment.rb 
  1378 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/null_encoder.rb 
  1291 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_request_payment.rb 
  1290 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_request_payment.rb 
  1379 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/verbs.rb 
  1291 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_request_payment.rb 
  1380 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/actions.rb 
  1292 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_service.rb 
  1381 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/factory.rb 
  1293 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_service.rb 
  1294 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/head_bucket.rb 
  1382 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/arguments.rb 
  1295 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/head_object.rb 
  1142 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/stats.rb 
  1292 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_service.rb 
  1143 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/nodes/shutdown.rb 
  1296 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/head_object_url.rb 
  1144 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mget.rb 
  1293 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_service.rb 
  1297 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/initiate_multipart_upload.rb 
  1145 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search.rb 
  1294 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/head_bucket.rb 
  1146 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb 
  1295 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/head_object.rb 
  1296 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/head_object_url.rb 
  1147 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/put_pipeline.rb 
  1297 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/initiate_multipart_upload.rb 
  1148 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/simulate.rb 
  1298 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/initiate_multipart_upload.rb 
  1149 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/ingest/get_pipeline.rb 
  1383 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api.rb 
  1150 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/termvectors.rb 
  1384 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/events.rb 
  1151 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/update_by_query.rb 
  1385 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/notifications.rb 
  1152 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/field_stats.rb 
  1386 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/starring.rb 
  1153 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mpercolate.rb 
  1299 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/list_multipart_uploads.rb 
  1298 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/initiate_multipart_upload.rb 
  1300 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/list_multipart_uploads.rb 
  1299 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/list_multipart_uploads.rb 
  1300 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/list_multipart_uploads.rb 
  1301 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/list_parts.rb 
  1301 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/list_parts.rb 
  1302 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/list_parts.rb 
  1302 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/list_parts.rb 
  1303 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/post_object_hidden_fields.rb 
  1303 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/post_object_hidden_fields.rb 
  1304 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/post_object_restore.rb 
  1304 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/post_object_restore.rb 
  1305 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket.rb 
  1305 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket.rb 
  1306 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_acl.rb 
  1306 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_acl.rb 
  1307 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_cors.rb 
  1307 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_cors.rb 
  1308 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_lifecycle.rb 
  1308 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_lifecycle.rb 
  1309 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_logging.rb 
  1309 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_logging.rb 
  1310 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_policy.rb 
  1310 /Users/ 1387 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/watching.rb 
 mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_policy.rb 
  1154 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search_template.rb 
  1155 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/msearch_template.rb 
  1388 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity.rb 
  1156 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mlt.rb 
  1389 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/authorizations/app.rb 
  1157 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/put_template.rb 
  1158 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api 1390 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/authorizations.rb 
 -6.1.0/lib/elasticsearch/api/actions/put_script.rb 
  1311 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_tagging.rb 
  1391 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/emojis.rb 
  1312 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_versioning.rb 
  1392 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/gists/comments.rb 
  1313 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_website.rb 
  1393 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/gists.rb 
  1314 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_notification.rb 
  1394 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/gitignore.rb 
  1315 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_object.rb 
  1395 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/blobs.rb 
  1316 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_object_acl.rb 
  1317 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_object_url.rb 
  1396 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/commits.rb 
  1318 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_request_payment.rb 
  1397 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/references.rb 
  1319 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/sync_clock.rb 
  1398 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/tags.rb 
  1320 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/upload_part.rb 
  1399 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/trees.rb 
  1321 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/signaturev4.rb 
  1400 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data.rb 
  1322 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml/sax_parser_connection.rb 
  1401 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/assignees.rb 
  1323 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml/connection.rb 
  1402 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/comments.rb 
  1324 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/version.rb 
  1403 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/events.rb 
  1325 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/config/property.rb 
  1404 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/labels.rb 
  1326 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/config/property_set.rb 
  1327 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/config.rb 
  1405 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/milestones.rb 
  1328 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/configuration.rb 
  1329 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/constants.rb 
  1406 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues.rb 
  1330 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/utils/url.rb 
  1311 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_tagging.rb 
  1159 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/list_benchmarks.rb 
  1407 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/markdown.rb 
  1331 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/connection.rb 
  1332 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/deprecation.rb 
  1312 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_versioning.rb 
  1408 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/meta.rb 
  1313 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_website.rb 
  1333 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/core_ext/ordered_hash.rb 
  1314 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_notification.rb 
  1409 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/orgs/members.rb 
  1315 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_object.rb 
  1410 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/orgs/teams.rb 
  1316 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_object_acl.rb 
  1411 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/orgs.rb 
  1317 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_object_url.rb 
  1412 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/pull_requests/comments.rb 
  1413 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/pull_requests.rb 
  1318 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_request_payment.rb 
  1319 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/sync_clock.rb 
  1414 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/collaborators.rb 
  1320 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/upload_part.rb 
  1415 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/comments.rb 
  1416 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/commits.rb 
  1321 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/signaturev4.rb 
  1322 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml/sax_parser_connection.rb 
  1417 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/contents.rb 
  1160 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/bulk.rb 
  1418 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/deployments.rb 
  1161 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/mtermvectors.rb 
  1419 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/downloads.rb 
  1162 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/msearch.rb 
  1420 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/forks.rb 
  1421 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/hooks.rb 
  1163 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/acti 1334 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/ext/faraday.rb 
 ons/field_caps.rb 
  1323 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml/connection.rb 
  1324 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/version.rb 
  1335 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response.rb 
  1325 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/config/property.rb 
  1336 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/extensions/stringify_keys.rb 
  1326 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/config/property_set.rb 
  1337 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/extensions/pretty_inspect.rb 
  1327 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/config.rb 
  1338 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ 1328 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/configuration.rb 
 hashie-3.4.3/lib/hashie/hash.rb 
  1329 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/constants.rb 
  1339 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/mash.rb 
  1330 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/utils/url.rb 
  1340 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/mashify.rb 
  1341 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/jsonable.rb 
  1331 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/connection.rb 
  1342 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/jsonize.rb 
  1332 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/deprecation.rb 
  1343 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/version.rb 
  1422 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/keys.rb 
  1164 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/scroll.rb 
  1423 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/merging.rb 
  1165 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get_script.rb 
  1424 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/pages.rb 
  1166 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/benchmark.rb 
  1167 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get_template.rb 
  1425 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/pub_sub_hubbub.rb 
  1426 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/releases/assets.rb 
  1168 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/index.rb 
  1333 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/core_ext/ordered_hash.rb 
  1344 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_delegator.rb 
  1345 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thread_safe-0.3.6/lib/thread_safe.rb 
  1346 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/descendants_tracker-0.0.4/lib/descendants_tracker.rb 
  1334 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/ext/faraday.rb 
  1347 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/service_error.rb 
  1335 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response.rb 
  1336 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/extensions/stringify_keys.rb 
  1348 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/client_error.rb 
  1169 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/suggest.rb 
  1427 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/releases.rb 
  1337 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/extensions/pretty_inspect.rb 
  1349 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/bad_request.rb 
  1428 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/statistics.rb 
  1338 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/hash.rb 
  1429 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/statuses.rb 
  1350 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/forbidden.rb 
  1339 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/mash.rb 
  1351 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/internal_server_error.rb 
  1340 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/mashify.rb 
  1341 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/jsonable.rb 
  1352 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/invalid_options.rb 
  1342 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/jsonize.rb 
  1343 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/version.rb 
  1344 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_delegator.rb 
  1430 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos.rb 
  1345 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thread_s 1170 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/create.rb 
 afe-0.3.6/lib/thread_safe.rb 
  1431 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/say.rb 
  1171 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/search_shards.rb 
  1432 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/scopes.rb 
  1172 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/abort_benchmark.rb 
  1433 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/search/legacy.rb 
  1173 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/update.rb 
  1434 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/search.rb 
  1174 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-a 1435 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users/emails.rb 
 pi-6.1.0/lib/elasticsearch/api/actions/exists.rb 
  1353 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/not_acceptable.rb 
  1436 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users/followers.rb 
  1354 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/not_found.rb 
  1437 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users/keys.rb 
  1438 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users.rb 
  1355 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/required_params.rb 
  1439 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client.rb 
  1356 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/serv 1440 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/pagination.rb 
 ice_unavailable.rb 
  1346 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/descendants_tracker-0.0.4/lib/descendants_tracker.rb 
  1441 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/error.rb 
  1442 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/client.rb 
  1443 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/base.rb 
  1347 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/service_error.rb 
  1444 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/auth_code.rb 
  1348 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/client_error.rb 
  1445 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/implicit.rb 
  1349 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/bad_request.rb 
  1446 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/password.rb 
  1350 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/forbidden.rb 
  1447 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/client_credentials.rb 
  1351 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/internal_server_error.rb 
  1448 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jwt-1.5.2/lib/jwt/json.rb 
  1449 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jwt-1.5.2/lib/jwt.rb 
  1352 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/invalid_options.rb 
  1450 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/assertion.rb 
  1353 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/not_acceptable.rb 
  1451 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/access_token.rb 
  1357 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unauthorized.rb 
  1354 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/not_found.rb 
  1358 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unknown_media.rb 
  1355 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/required_params.rb 
  1356 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/service_unavailable.rb 
  1359 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unknown_value.rb 
  1357 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unauthorized.rb 
  1360 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unprocessable_entity.rb 
  1358 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unknown_media.rb 
  1361 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/validations.rb 
  1362 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error.rb 
  1359 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unknown_value.rb 
  1360 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unprocessable_entity.rb 
  1363 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/raise_error.rb 
  1361 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/validations.rb 
  1362 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error.rb 
  1364 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/header.rb 
  1363 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/raise_error.rb 
  1365 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/middleware.rb 
  1175 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/delete.rb 
  1364 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/header.rb 
  1365 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/middleware.rb 
  1366 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/authorization.rb 
  1176 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/get_source.rb 
  1366 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/authorization.rb 
  1177 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/count_percolate.rb 
  1367 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/presence.rb 
  1367 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/presence.rb 
  1178 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/actions/remote/info.rb 
  1452 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/mac_token.rb 
  1368 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/token.rb 
  1453 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/bigdecimal.bundle 
  1369 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/format.rb 
  1454 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bigdecimal.rb 
  1455 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_xml-0.5.5/lib/multi_xml.rb 
  1370 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/required.rb 
  1456 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/rack-1.6.5/lib/rack/multipart.rb 
  1371 /Users/mattheworiordan/.rvm/gems/ 1457 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/rack-1.6.5/lib/rack/utils.rb 
 ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations.rb 
  1458 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/rack-1.6.5/lib/rack.rb 
  1372 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/normalizer.rb 
  1459 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/response.rb 
  1373 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/parameter_filter.rb 
  1460 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2.rb 
  1461 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/oauth2.rb 
  1374 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/mime_type.rb 
  1375 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/rate_limit.rb 
  1462 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/basic_auth.rb 
  1368 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/token.rb 
  1369 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/format.rb 
  1463 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/jsonize.rb 
  1370 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/required.rb 
  1464 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request.rb 
  1371 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations.rb 
  1465 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response_wrapper.rb 
  1372 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/normalizer.rb 
  1466 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/page_links.rb 
  1373 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/parameter_filter.rb 
  1467 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/paged_request.rb 
  1374 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/mime_type.rb 
  1468 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/page_iterator.rb 
  1375 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/rate_limit.rb 
  1469 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/params_hash.rb 
  1376 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/core_ext/hash.rb 
  1470 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api.rb 
  1471 /Users/mattheworiordan/infrastructure/lib/acme_env/github.rb 
  1377 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/core_ext/array.rb 
  1472 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/request/url_encoded.rb 
  1376 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/core_ext/hash.rb 
  1179 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/snapshot.rb 
  1473 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/request/multipart.rb 
  1378 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/null_encoder.rb 
  1474 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/adapter/net_http.rb 
  1180 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/nodes.rb 
  1475 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapter.rb 
  1379 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/verbs.rb 
  1181 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/indices.rb 
  1476 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapters/json_common.rb 
  1380 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/actions.rb 
  1182 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/cluster.rb 
  1381 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/factory.rb 
  1183 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/cat.rb 
  1382 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/arguments.rb 
  1184 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/remote.rb 
  1185 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/tasks.rb 
  1383 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api.rb 
  1186 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api/namespace/ingest.rb 
  1384 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/events.rb 
  1187 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-api-6.1.0/lib/elasticsearch/api.rb 
  1385 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/notifications.rb 
  1377 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/core_ext/array.rb 
  1188 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/elasticsearch-6.1.0/lib/elasticsearch.rb 
  1386 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/starring.rb 
  1378 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/null_encoder.rb 
  1387 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/watching.rb 
  1189 /Users/mattheworiordan/infrastructure/lib/acme_env/log_helper.rb 
  1477 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapters/json_gem.rb 
  1379 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/verbs.rb 
  1478 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/types.rb 
  1380 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/actions.rb 
  1479 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/client_api.rb 
  1381 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/factory.rb 
  1480 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/protocols/json_rpc.rb 
  1382 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/arguments.rb 
  1481 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/plugins/extended_retries.rb 
  1383 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api.rb 
  1190 /Users/mattheworiordan/infrastructure/lib/acme_env/status_tailer.rb 
  1482 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/plugins/simple_attributes.rb 
  1388 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity.rb 
  1483 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/plugins/crc32_validation.rb 
  1384 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/events.rb 
  1389 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/authorizations/app.rb 
  1484 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/client.rb 
  1385 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/notifications.rb 
  1390 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/authorizations.rb 
  1485 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/errors.rb 
  1391 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/emojis.rb 
  1486 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters/errors.rb 
  1392 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/gists/comments.rb 
  1487 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters/poller.rb 
  1393 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/gists.rb 
  1394 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/gitignore.rb 
  1488 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters/waiter.rb 
  1395 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/blobs.rb 
  1489 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters.rb 
  1396 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/commits.rb 
  1490 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/waiters.rb 
  1397 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/references.rb 
  1191 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/logs.rb 
  1491 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/resource.rb 
  1398 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/tags.rb 
  1399 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/trees.rb 
  1400 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data.rb 
  1492 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/table.rb 
  1401 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/assignees.rb 
  1402 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/comments.rb 
  1493 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/attribute_value.rb 
  1403 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/events.rb 
  1494 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/customizations/client.rb 
  1404 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/labels.rb 
  1495 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/customizations.rb 
  1405 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/milestones.rb 
  1496 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb.rb 
  1386 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/starring.rb 
  1497 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb 
  1498 /Users/mattheworiordan/infrastructure/lib/acme_env/ci.rb 
  1387 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/watching.rb 
  1499 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/version.rb 
  1388 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity.rb 
  1389 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/authorizations/app.rb 
  1500 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/errors.rb 
  1390 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/authorizations.rb 
  1501 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/logging.rb 
  1391 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/emojis.rb 
  1192 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/node_js.rb 
  1406 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues.rb 
  1502 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/max_queue.rb 
  1392 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/gists/comments.rb 
  1407 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/markdown.rb 
  1503 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/point_value.rb 
  1393 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/gists.rb 
  1394 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/gitignore.rb 
  1408 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/meta.rb 
  1504 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/config.rb 
  1395 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/blobs.rb 
  1409 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/orgs/members.rb 
  1505 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/writer/async.rb 
  1396 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/commits.rb 
  1410 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/orgs/teams.rb 
  1397 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/references.rb 
  1411 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/orgs.rb 
  1506 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/ 1412 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/pull_requests/comments.rb 
  1398 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/tags.rb 
 gems/influxdb-0.3.14/lib/influxdb/writer/udp.rb 
  1413 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/pull_requests.rb 
  1193 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/prune.rb 
  1414 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/collaborators.rb 
  1507 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/builder.rb 
  1194 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/recycle.rb 
  1415 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/comments.rb 
  1416 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/commits.rb 
  1508 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/core.rb 
  1195 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/secrets.rb 
  1417 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/contents.rb 
  1509 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/cluster.rb 
  1418 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/deployments.rb 
  1419 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/downloads.rb 
  1510 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/database.rb 
  1420 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/forks.rb 
  1511 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/user.rb 
  1421 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/hooks.rb 
  1512 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/continuous_query.rb 
  1422 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/keys.rb 
  1196 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/setup.rb 
  1423 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/merging.rb 
  1197 /Users/mattheworiordan/infrastructure/lib/acme_env/cli_commands/snapshot.rb 
  1198 /Users/mattheworiordan/infrastructure/lib/acme_env/cli.rb 
  1424 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/pages.rb 
  1199 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/shell/basic.rb 
  1425 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/pub_sub_hubbub.rb 
  1426 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/releases/assets.rb 
  1200 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thor-0.19.1/lib/thor/shell/color.rb 
  1201 /Users/mattheworiordan/infrastructure/lib/acme_env/exception_reporting.rb 
  1399 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/trees.rb 
  1427 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/releases.rb 
  1513 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/retention_policy.rb 
  1428 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/statistics.rb 
  1514 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/series.rb 
  1429 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/statuses.rb 
  1430 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos.rb 
  1515 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/client/http.rb 
  1431 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/say.rb 
  1432 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/scopes.rb 
  1516 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/client.rb 
  1433 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/search/legacy.rb 
  1517 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb.rb 
  1434 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/search.rb 
  1518 /Users/mattheworiordan/infrastructure/lib/acme_env/stats_helper.rb 
  1435 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users/emails.rb 
  1519 /Users/mattheworiordan/infrastructure/lib/acme_env/influxdb_publisher.rb 
  1436 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users/followers.rb 
  1400 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data.rb 
  1437 /Users/ma 1520 /Users/mattheworiordan/infrastructure/lib/acme_env/influxdb_instance.rb 
 ttheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users/keys.rb 
  1438 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users.rb 
  1521 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/compute.rb 
  1522 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/address.rb 
  1439 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client.rb 
  1440 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/pagination.rb 
  1523 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/dhcp_option.rb 
  1441 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/error.rb 
  1442 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/client.rb 
  1524 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/dhcp_options.rb 
  1443 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/base.rb 
  1444 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/auth_code.rb 
  1525 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/flavor.rb 
  1445 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/implicit.rb 
  1526 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/image.rb 
  1446 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/password.rb 
  1447 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/client_credentials.rb 
  1527 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/internet_gateway.rb 
  1448 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jwt-1.5.2/lib/jwt/json.rb 
  1449 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jwt-1.5.2/lib/jwt.rb 
  1528 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/key_pair.rb 
  1202 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/version.rb 
  1450 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/assertion.rb 
  1529 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_acl.rb 
  1451 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/access_token.rb 
  1203 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/backtrace.rb 
  1530 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_interface.rb 
  1204 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/breadcrumbs.rb 
  1452 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/mac_token.rb 
  1531 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/route_table.rb 
  1453 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/bigdecimal.bundle 
  1205 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor.rb 
  1454 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bigdecimal.rb 
  1206 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/sanitizedata.rb 
  1455 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_xml-0.5.5/lib/multi_xml.rb 
  1207 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/removecircularreferences.rb 
  1456 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/rack-1.6.5/lib/rack/multipart.rb 
  1208 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/utf8conversion.rb 
  1209 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/cookies.rb 
  1457 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/rack-1.6.5/lib/rack/utils.rb 
  1210 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/post_data.rb 
  1458 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/rack-1.6.5/lib/rack.rb 
  1211 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/processor/http_headers.rb 
  1459 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/response.rb 
  1460 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2.rb 
  1212 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/configuration.rb 
  1461 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/oauth2.rb 
  1213 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/context.rb 
  1462 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/basic_auth.rb 
  1214 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/error.rb 
  1215 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/transports.rb 
  1401 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/assignees.rb 
  1216 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/transports/http.rb 
  1402 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/comments.rb 
  1403 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/events.rb 
  1217 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/client.rb 
  1218 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/linecache.rb 
  1404 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/labels.rb 
  1219 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/event.rb 
  1405 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/gi 1463 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/jsonize.rb 
 thub_api/client/issues/milestones.rb 
  1464 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request.rb 
  1406 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues.rb 
  1465 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response_wrapper.rb 
  1407 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/markdown.rb 
  1466 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/page_links.rb 
  1408 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/meta.rb 
  1467 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/paged_request.rb 
  1409 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/orgs/members.rb 
  1468 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/page_iterator.rb 
  1532 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/security_group.rb 
  1469 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/params_hash.rb 
  1533 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/compute/models/server.rb 
  1470 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api.rb 
  1534 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/server.rb 
  1471 /Users/mattheworiordan/infrastructure/lib/acme_env/github.rb 
  1535 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/snapshot.rb 
  1472 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/request/url_encoded.rb 
  1536 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/tag.rb 
  1473 /Users/mattheworiord 1410 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/orgs/teams.rb 
  1220 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/logger.rb 
  1411 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/orgs.rb 
  1221 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interface.rb 
  1412 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/pull_requests/comments.rb 
  1413 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/pull_requests.rb 
  1222 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/message.rb 
  1414 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/collaborators.rb 
  1415 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/comments.rb 
  1223 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/exception.rb 
  1416 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/commits.rb 
  1224 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/single_exception.rb 
  1225 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/stack_trace.rb 
  1417 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/contents.rb 
  1418 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/deployments.rb 
  1226 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/interfaces/http.rb 
  1419 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/downloads.rb 
  1227 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/utils/deep_merge.rb 
  1420 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/forks.rb 
  1228 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/utils/real_ip.rb 
  1421 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/hooks.rb 
  1537 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/volume.rb 
  1229 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/instance.rb 
 an/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/request/multipart.rb 
  1230 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/English.rb 
  1231 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/sentry-raven-2.4.0/lib/raven/base.rb 
  1538 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/spot_request.rb 
  1474 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/adapter/net_http.rb 
  1475 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapter.rb 
  1232 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/activesupport-5.1.0/lib/active_support/core_ext/object/try.rb 
  1539 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/subnet.rb 
  1233 /Users/mattheworiordan/infrastructure/lib/acme_env/manager_deployer.rb 
  1422 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/keys.rb 
  1476 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapters/json_common.rb 
  1234 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/credential_fetcher.rb 
  1540 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/vpc.rb 
  1477 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapters/json_gem.rb 
  1235 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/storage.rb 
  1423 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/merging.rb 
  1541 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3 1478 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/types.rb 
  1424 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/pages.rb 
 .0.0/lib/fog/aws/models/compute/addresses.rb 
  1479 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/client_api.rb 
  1542 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/flavors.rb 
  1425 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/pub_sub_hubbub.rb 
  1426 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/releases/assets.rb 
  1543 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/images.rb 
  1480 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/protocols/json_rpc.rb 
  1427 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/releases.rb 
  1544 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/internet_gateways.rb 
  1428 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/rep 1481 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/plugins/extended_retries.rb 
 os/statistics.rb 
  1236 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/version.rb 
  1482 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/plugins/simple_attributes.rb 
  1237 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/versions.rb 
  1238 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/file.rb 
  1483 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/plugins/crc32_validation.rb 
  1484 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/client.rb 
  1239 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/files.rb 
  1485 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/errors.rb 
  1545 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/key_pairs.rb 
  1486 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters/errors.rb 
  1546 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_acls.rb 
  1487 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters/poller.rb 
  1547 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_interfaces.rb 
  1240 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/directory.rb 
  1548 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/route_tables.rb 
  1488 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters/waiter.rb 
  1549 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/comput 1241 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/storage/directories.rb 
  1489 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters.rb 
  1429 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/statuses.rb 
  1490 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/waiters.rb 
  1430 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos.rb 
  1491 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/resource.rb 
  1431 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/say.rb 
  1432 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/scopes.rb 
  1492 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/table.rb 
  1433 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/search/legacy.rb 
  1493 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/attribute_value.rb 
  1434 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/search.rb 
  1494 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/customizations/client.rb 
  1435 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users/emails.rb 
  1495 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/customizations.rb 
  1496 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb.rb 
  1436 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users/followers.rb 
  1497 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb 
  1437 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users/keys.rb 
  1498 /Users/mattheworiordan/infrastructure/lib/acme_env/ci.rb 
  1438 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/cliene/security_groups.rb 
 t/users.rb 
  1242 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/shared_mock_methods.rb 
  1550 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/servers.rb 
  1551 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/snapshots.rb 
  1243 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/abort_multipart_upload.rb 
  1552 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/tags.rb 
  1244 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/parsers/base.rb 
  1553 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/volumes.rb 
  1245 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/complete_multipart_upload.rb 
  1554 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/spot_requests.rb 
  1246 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/complete_multipart_upload.rb 
  1555 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/subnets.rb 
  1247 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/copy_object.rb 
  1556 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/vpcs.rb 
  1248 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/copy_object.rb 
  1557 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/allocate_address.rb 
  1558 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/allocate_address.rb 
  1249 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket.rb 
  1559 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/assign_private_ip_addresses.rb 
  1499 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/version.rb 
  1560 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/assign_private_ip_addresses.rb 
  1500 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/errors.rb 
  1561 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/associate_address.rb 
  1562 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/associate_address.rb 
  1501 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/logging.rb 
  1563 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/basic.rb 
  1564 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/associate_dhcp_options.rb 
  1502 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/max_queue.rb 
  1250 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_cors.rb 
  1503 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/point_value.rb 
  1251 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_lifecycle.rb 
  1252 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_policy.rb 
  1504 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/config.rb 
  1253 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_website.rb 
  1505 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/writer/async.rb 
  1254 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_object.rb 
  1506 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/writer/udp.rb 
  1255 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_object_url.rb 
  1507 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/builder.rb 
  1256 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/delete_multiple_objects.rb 
  1508 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/core.rb 
  1257 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_multiple_objects.rb 
  1509 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/cluster.rb 
  1258 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/delete_bucket_tagging.rb 
  1259 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket.rb 
  1510 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/database.rb 
  1260 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket.rb 
  1511 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/user.rb 
  1439 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client.rb 
  1261 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/access_control_list.rb 
  1565 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/attach_network_interface.rb 
  1262 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/acl_utils.rb 
  1566 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_network_interface.rb 
  1263 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_acl.rb 
  1512 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/continuous_query.rb 
  1264 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/cors_configuration.rb 
  1567 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/associate_route_table.rb 
  1513 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/retention_policy.rb 
  1440 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/pagination.rb 
  1568 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/associate_route_table.rb 
  1514 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/series.rb 
  1441 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/error.rb 
  1442 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/client.rb 
  1569 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_classic_link_vpc.rb 
  1443 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/base.rb 
  1515 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/client/http.rb 
  1444 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/auth_code.rb 
  1516 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/client.rb 
  1445 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/implicit.rb 
  1517 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb.rb 
  1446 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/password.rb 
  1447 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/client_credentials.rb 
  1518 /Users/mattheworiordan/infrastructure/lib/acme_env/stats_helper.rb 
  1448 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jwt-1.5.2/lib/jwt/json.rb 
  1449 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jwt-1.5.2/lib/jwt.rb 
  1519 /Users/mattheworiordan/infrastructure/lib/acme_env/influxdb_publisher.rb 
  1570 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_internet_gateway.rb 
  1450 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/assertion.rb 
  1571 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/attach_volume.rb 
  1520 /Users/mattheworiordan/infrastructure/lib/acme_env/influxdb_instance.rb 
  1451 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/access_token.rb 
  1521 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/compute.rb 
  1572 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_volume.rb 
  1573 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/authorize_security_group_egress.rb 
  1522 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/mod 1452 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/mac_token.rb 
  1265 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/cors_utils.rb 
 els/compute/address.rb 
  1574 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/authorize_security_group_ingress.rb 
  1453 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/bigdecimal.bundle 
  1575 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/cancel_spot_instance_requests.rb 
  1523 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/dhcp_option.rb 
  1576 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/cancel_spot_instance_requests.rb 
  1454 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bigdecimal.rb 
  1455 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_xml-0.5.5/lib/multi_xml.rb 
  1524 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/dhcp_options.rb 
  1577 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_dhcp_options.rb 
  1456 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/rack-1.6.5/lib/rack/multipart.rb 
  1578 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_dhcp_options.rb 
  1457 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/rack-1.6.5/lib/rack/utils.rb 
  1579 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_internet_gateway.rb 
  1458 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/rack-1.6.5/lib/rack.rb 
  1580 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_internet_gateway.rb 
  1459 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/response.rb 
  1460 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2.rb 
  1581 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_image.rb 
  1461 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/oauth2.rb 
  1582 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_image.rb 
  1525 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/flavor.rb 
  1266 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_cors.rb 
  1583 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_key_pair.rb 
  1462 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/basic_auth.rb 
  1267 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_lifecycle.rb 
  1584 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_key_pair.rb 
  1268 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_lifecycle.rb 
  1463 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/g 1585 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/network_acl_parser.rb 
 ithub_api/request/jsonize.rb 
  1586 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_network_acl.rb 
  1587 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_network_acl.rb 
  1588 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_network_acl_entry.rb 
  1464 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request.rb 
  1589 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/network_interface_parser.rb 
  1590 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_network_interface.rb 
  1591 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_network_interface.rb 
  1592 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_placement_group.rb 
  1593 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_route.rb 
  1465 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response_wrapper.rb 
  1466 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/page_links.rb 
  1594 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_route_table.rb 
  1595 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_route_table.rb 
  1467 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/paged_request.rb 
  1596 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_security_group.rb 
  1468 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/page_iterator.rb 
  1469 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/params_hash.rb 
  1597 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/ 1526 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/image.rb 
 lib/fog/aws/requests/compute/create_security_group.rb 
  1269 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_location.rb 
  1598 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_snapshot.rb 
  1270 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_location.rb 
  1599 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_snapshot.rb 
  1271 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_logging.rb 
  1600 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/spot_datafeed_subscription.rb 
  1272 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_logging.rb 
  1601 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_spot_datafeed_subscription.rb 
  1273 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_object_versions.rb 
  1602 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress/prefix.rb 
  1274 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_object_versions.rb 
  1603 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress/ipv4.rb 
  1604 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress/ipv6.rb 
  1275 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_policy.rb 
  1276 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_tagging.rb 
  1605 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress.rb 
  1606 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_subnet.rb 
  1277 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_tagging.rb 
  1607 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_subnet.rb 
  1278 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_versioning.rb 
  1608 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_tags.rb 
  1279 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_versioning.rb 
  1609 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_volume.rb 
  1610 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_volume.rb 
  1611 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_vpc.rb 
  1612 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_vpc.rb 
  1613 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/copy_image.rb 
  1614 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/copy_image.rb 
  1615 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/copy_snapshot.rb 
  1616 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/copy_snapshot.rb 
  1617 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_dhcp_options.rb 
  1618 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_internet_gateway.rb 
  1619 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_key_pair.rb 
  1620 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_network_acl.rb 
  1621 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_network_acl_entry.rb 
  1622 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_network_interface.rb 
  1623 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_security_group.rb 
  1624 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_placement_group.rb 
  1625 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_route.rb 
  1626 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_route_table.rb 
  1627 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_snapshot.rb 
  1628 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_spot_datafeed_subscription.rb 
  1629 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_subnet.rb 
  1630 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_tags.rb 
  1631 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_volume.rb 
  1632 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_vpc.rb 
  1633 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/deregister_image.rb 
  1634 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/deregister_image.rb 
  1635 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_account_attributes.rb 
  1636 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_account_attributes.rb 
  1637 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_addresses.rb 
  1638 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_addresses.rb 
  1639 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_availability_zones.rb 
  1640 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_availability_zones.rb 
  1641 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_classic_link_instances.rb 
  1642 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_classic_link_instances.rb 
  1643 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_dhcp_options.rb 
  1644 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_dhcp_options.rb 
  1645 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_images.rb 
  1646 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_images.rb 
  1647 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_instances.rb 
  1648 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_instances.rb 
  1649 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_instance_attribute.rb 
  1650 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_instance_attribute.rb 
  1651 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_internet_gateways.rb 
  1652 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_internet_gateways.rb 
  1653 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_reserved_instances.rb 
  1654 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_reserved_instances.rb 
  1655 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_instance_status.rb 
  1656 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_instance_status.rb 
  1657 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_key_pairs.rb 
  1658 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_key_pairs.rb 
  1659 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_network_acls.rb 
  1660 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_network_acls.rb 
  1661 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_network_interface_attribute.rb 
  1662 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_network_interface_attribute.rb 
  1663 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_network_interfaces.rb 
  1664 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_network_interfaces.rb 
  1665 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_route_tables.rb 
  1666 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_route_tables.rb 
  1667 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_placement_groups.rb 
  1668 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_placement_groups.rb 
  1669 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_regions.rb 
  1670 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_regions.rb 
  1671 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_reserved_instances_offerings.rb 
  1672 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_reserved_instances_offerings.rb 
  1673 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_security_groups.rb 
  1674 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_security_groups.rb 
  1675 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_snapshots.rb 
  1676 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_snapshots.rb 
  1677 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_spot_datafeed_subscription.rb 
  1678 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/spot_instance_requests.rb 
  1679 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_spot_instance_requests.rb 
  1680 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_spot_price_history.rb 
  1681 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_spot_price_history.rb 
  1682 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_subnets.rb 
  1683 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_subnets.rb 
  1684 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_tags.rb 
  1685 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_tags.rb 
  1686 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_volumes.rb 
  1687 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_volumes.rb 
  1688 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_volumes_modifications.rb 
  1689 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_volumes_modifications.rb 
  1690 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_volume_status.rb 
  1691 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_volume_status.rb 
  1692 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpcs.rb 
  1693 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpcs.rb 
  1694 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpc_attribute.rb 
  1695 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpc_attribute.rb 
  1696 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpc_classic_link.rb 
  1697 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpc_classic_link.rb 
  1698 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpc_classic_link_dns_support.rb 
  1699 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpc_classic_link_dns_support.rb 
  1700 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_network_interface.rb 
  1470 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api.rb 
  1701 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_internet_gateway.rb 
  1702 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/detach_volume.rb 
  1703 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_volume.rb 
  1704 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_classic_link_vpc.rb 
  1705 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disable_vpc_classic_link.rb 
  1706 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disable_vpc_classic_link_dns_support.rb 
  1707 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disassociate_address.rb 
  1708 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disassociate_route_table.rb 
  1709 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/enable_vpc_classic_link.rb 
  1710 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/enable_vpc_classic_link_dns_support.rb 
  1711 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/get_console_output.rb 
  1712 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/get_console_output.rb 
  17 1527 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/internet_gateway.rb 
  1471 /Users/mattheworiordan/infrastructure/lib/acme_env/github.rb 
  1528 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/key_pair.rb 
  1472 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/request/url_encoded.rb 
  1473 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/request/multipart.rb 
  1529 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_acl.rb 
  1474 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/adapter/net_http.rb 
  1475 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapter.rb 
  1530 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_interface.rb 
  1476 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapters/json_common.rb 
  1531 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/route_table.rb 
  1477 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapters/json_gem.rb 
  1478 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/types.rb 
  1479 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/client_api.rb 
  1280 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_website.rb 
  1480 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/protocols/json_rpc.rb 
  1481 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/plugins/extended_retries.rb 
  1281 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_website.rb 
  1482 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/plugins/simple_attributes.rb 
  1282 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_bucket_notification.rb 
  1483 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/plugins/crc32_validation.rb 
  1283 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_bucket_notification.rb 
  1484 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/client.rb 
  1485 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/errors.rb 
  1486 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters/errors.rb 
  1487 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters/poller.rb 
  1488 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters/waiter.rb 
  1489 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters.rb 
  1490 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/waiters.rb 
  1491 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/resource.rb 
  1492 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/table.rb 
  1493 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/attribute_value.rb 
  1284 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object.rb 
  1285 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_acl.rb 
  1286 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_torrent.rb 
 13 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/get_password_data.rb 
  1287 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_http_url.rb 
  1714 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/get_password_data.rb 
  1288 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_https_url.rb 
  1715 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/import_key_pair.rb 
  1289 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_object_url.rb 
  1716 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/import_key_pair.rb 
  1290 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_request_payment.rb 
  1717 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_image_attribute.rb 
  1532 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/security_group.rb 
  1291 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_request_payment.rb 
  1718 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_instance_attribute.rb 
  1292 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/get_service.rb 
  1533 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/compute/models/server.rb 
  1293 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/get_service.rb 
  1534 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/server.rb 
  1294 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/head_bucket.rb 
  1535 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/snapshot.rb 
  1295 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/head_object.rb 
  1296 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/head_object_url.rb 
  1536 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/tag.rb 
  1297 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/initiate_multipart_upload.rb 
  1537 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/volume.rb 
  1298 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/initiate_multipart_upload.rb 
  1538 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/spot_request.rb 
  1299 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/list_multipart_uploads.rb 
  1719 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_network_interface_attribute.rb 
  1300 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/list_multipart_uploads.rb 
  1301 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/storage/list_parts.rb 
  1720 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_snapshot_attribute.rb 
  1302 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/list_parts.rb 
  1721 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/modify_subnet_attribute.rb 
  1303 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/post_object_hidden_fields.rb 
  1304 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/post_object_restore.rb 
  1722 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_subnet_attribute.rb 
  1305 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket.rb 
  1723 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/modify_volume.rb 
  1306 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_acl.rb 
  1307 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_cors.rb 
  1724 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_volume.rb 
  1308 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_lifecycle.rb 
  1725 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_volume_attribute.rb 
  1309 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_logging.rb 
  1494 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/customizations/client.rb 
  1310 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_policy.rb 
  1311 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_tagging.rb 
  1495 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/customizations.rb 
  1496 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb.rb 
  1497 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb 
  1498 /Users/mattheworiordan/infrastructure/lib/acme_env/ci.rb 
  1312 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_versioning.rb 
  1499 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/version.rb 
  1500 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/errors.rb 
  1501 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/logging.rb 
  1502 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/max_queue.rb 
  1503 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/point_value.rb 
  1504 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/config.rb 
  1505 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/writer/async.rb 
  1506 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/writer/udp.rb 
  1507 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/builder.rb 
  1508 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/core.rb 
  1509 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/cluster.rb 
  1510 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/database.rb 
  1511 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/user.rb 
  1512 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/continuous_query.rb 
  1513 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/retention_policy.rb 
  1514 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/series.rb 
  1515 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/client/http.rb 
  1516 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/client.rb 
  1517 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb.rb 
  1518 /Users/mattheworiordan/infrastructure/lib/acme_env/stats_helper.rb 
  1519 /Users/mattheworiordan/infrastructure/lib/acme_env/influxdb_publisher.rb 
  1520 /Users/mattheworiordan/infrastructure/lib/acme_env/influxdb_instance.rb 
  1521 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/compute.rb 
  1522 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/address.rb 
  1523 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/dhcp_option.rb 
  1524 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/dhcp_options.rb 
  1525 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/flavor.rb 
  1526 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/image.rb 
  1527 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/internet_gateway.rb 
  1528 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/key_pair.rb 
  1529 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_acl.rb 
  1530 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_interface.rb 
  1531 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/route_table.rb 
  1532 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/security_group.rb 
  1533 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/compute/models/server.rb 
  1534 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/server.rb 
  1313 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_website.rb 
  1539 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/subnet.rb 
  1314 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_bucket_notification.rb 
  1535 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/snapshot.rb 
  1540 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/vpc.rb 
  1315 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_object.rb 
  1316 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_object_acl.rb 
  1536 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/tag.rb 
  1541 /Users/mattheworiordan/.rvm/gems/r 1726 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_vpc_attribute.rb 
  1537 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/volume.rb 
 uby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/addresses.rb 
  1542 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/flavors.rb 
  1727 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/move_address_to_vpc.rb 
  1543 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/images.rb 
  1728 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/move_address_to_vpc.rb 
  1544 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/internet_gateways.rb 
  1729 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/purchase_reserved_instances_offering.rb 
  1545 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/key_pairs.rb 
  1546 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_acls.rb 
  1547 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models 1317 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_object_url.rb 
  1318 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/put_request_payment.rb 
  1319 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/sync_clock.rb 
  1320 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/storage/upload_part.rb 
  1321 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/signaturev4.rb 
  1322 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml/sax_parser_connection.rb 
  1323 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-xml-0.1.3/lib/fog/xml/connection.rb 
  1324 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/version.rb 
  1325 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/config/property.rb 
  1326 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/config/property_set.rb 
  1538 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/spot_request.rb 
  1539 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/subnet.rb 
  1540 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/vpc.rb 
  1541 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/addresses.rb 
  1542 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/flavors.rb 
  1543 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/images.rb 
  1544 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/internet_gateways.rb 
  1545 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/key_pairs.rb 
  1546 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_acls.rb 
  1547 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_interfaces.rb 
  1548 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/route_tables.rb 
  1549 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/security_groups.rb 
  1550 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/servers.rb 
  1551 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/snapshots.rb 
  1552 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/tags.rb 
  1553 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/volumes.rb 
  1554 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/spot_requests.rb 
  1555 /Users/matth/compute/network_interfaces.rb 
  1327 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/config.rb 
  1548 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/route_tables.rb 
  1549 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/security_groups.rb 
  1328 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/configuration.rb 
  1550 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/servers.rb 
  1329 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/constants.rb 
  1330 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/utils/url.rb 
  1551 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/snapshots.rb 
  1552 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/tags.rb 
  1331 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/connection.rb 
  1332 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/deprecation.rb 
  1333 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/core_ext/ordered_hash.rb 
  1730 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/purchase_reserved_instances_offering.rb 
  1334 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/ext/faraday.rb 
  1335 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response.rb 
  1336 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/extensions/stringify_keys.rb 
  1337 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/extensions/pretty_inspect.rb 
  1338 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/hash.rb 
  1339 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/hashie-3.4.3/lib/hashie/mash.rb 
  1340 /Users/mattheworioeworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/subnets.rb 
  1553 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/volumes.rb 
 rdan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/mashify.rb 
  1556 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/vpcs.rb 
  1341 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/jsonable.rb 
  1557 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/allocate_address.rb 
  1558 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/allocate_address.rb 
  1342 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/jsonize.rb 
  1554 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/spot_requests.rb 
  1343 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thread_safe-0.3.6/li 1555 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/subnets.rb 
  1731 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/reboot_instances.rb 
 b/thread_safe/version.rb 
  1556 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/vpcs.rb 
  1344 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_delegator.rb 
  1345 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/thread_safe-0.3.6/lib/thread_safe.rb 
  1732 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/release_address.rb 
  1346 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/descendants_tracker-0.0.4/lib/descendants_tracker.rb 
  1557 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/allocate_address.rb 
  1558 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/allocate_address.rb 
  1733 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/replace_network_acl_association.rb 
  1347 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/service_error.rb 
  1559 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/assign_private_ip_addresses.rb 
  1348 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/client_error.rb 
  1560 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/assign_private_ip_addresses.rb 
  1349 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/bad_request.rb 
  1561 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/associate_address.rb 
  1562 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/associate_address.rb 
  1350 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/forbidden.rb 
  1351 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/internal_server_error.rb 
  1563 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/basic.rb 
  1559 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/assign_private_ip_addresses.rb 
  1564 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/associate_dhcp_options.rb 
  1560 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/assign_private_ip_addresses.rb 
  1561 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/associate_address.rb 
  1565 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/attach_network_interface.rb 
  1562 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/associate_address.rb 
  1566 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_network_interface.rb 
  1563 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/basic.rb 
  1734 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/replace_network_acl_association.rb 
  1564 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/associate_dhcp_options.rb 
  1352 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/invalid_options.rb 
  1567 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/associate_route_table.rb 
  1568 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/associate_route_table.rb 
  1735 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/replace_network_acl_entry.rb 
  1569 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_classic_link_vpc.rb 
  1353 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/not_acceptable.rb 
  1354 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/not_found.rb 
  1736 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/replace_route.rb 
  1355 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/required_params.rb 
  1737 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/register_image.rb 
  1356 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/service_unavailable.rb 
  1357 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unauthorized.rb 
  1738 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/register_image.rb 
  1358 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unknown_media.rb 
  1739 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/request_spot_instances.rb 
  1359 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unknown_value.rb 
  1570 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_internet_gateway.rb 
  1360 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/unprocessable_entity.rb 
  1571 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/attach_volume.rb 
  1361 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error/validations.rb 
  1572 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_volume.rb 
  1362 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/error.rb 
  1573 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/authorize_security_group_egress.rb 
  1363 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/raise_error.rb 
  1574 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/authorize_security_group_ingress.rb 
  1565 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/attach_network_interface.rb 
  1740 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/reset_network_interface_attribute.rb 
  1566 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_network_interface.rb 
  1364 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response/header.rb 
  1567 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/associate_route_table.rb 
  1365 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/middleware.rb 
  1568 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/associate_route_table.rb 
  1741 /Users/mattheworiordan/.rvm 1569 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_classic_link_vpc.rb 
 /gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/restore_address_to_classic.rb 
  1575 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/cancel_spot_instance_requests.rb 
  1576 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/cancel_spot_instance_requests.rb 
  1570 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_internet_gateway.rb 
  1742 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/restore_address_to_classic.rb 
  1571 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/attach_volume.rb 
  1577 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_dhcp_options.rb 
  1743 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0 1578 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_dhcp_options.rb 
  1366 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/authorization.rb 
 /gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/revoke_security_group_egress.rb 
  1572 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_volume.rb 
  1573 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/authorize_security_group_egress.rb 
  1579 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_internet_gateway.rb 
  1367 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/presence.rb 
  1744 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/revoke_security_group_ingress.rb 
  1574 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/comp 1368 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/token.rb 
  1580 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_internet_gateway.rb 
 ute/authorize_security_group_ingress.rb 
  1369 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/format.rb 
  1370 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations/required.rb 
  1575 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/cancel_spot_instance_requests.rb 
  1581 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_image.rb 
  1576 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/cancel_spot_instance_requests.rb 
  1371 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/validations.rb 
  1582 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_image.rb 
  1372 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/normalizer.rb 
  1577 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_dhcp_options.rb 
  1578 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_dhcp_options.rb 
  1373 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/parameter_filter.rb 
  1579 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_internet_gateway.rb 
  1374 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/mime_type.rb 
  1375 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/rate_limit.rb 
  1580 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_internet_gateway.rb 
  1376 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/core_ext/hash.rb 
  1581 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_image.rb 
  1745 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/run_instances.rb 
  1582 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_image.rb 
  1746 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/run_instances.rb 
  1583 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_key_pair.rb 
  1747 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/terminate_instances.rb 
  1584 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_key_pair.rb 
  1748 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/terminate_instances.rb 
  1585 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/network_acl_parser.rb 
  1749 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/start_stop_instances.rb 
  1586 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_network_acl.rb 
  1750 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/start_instances.rb 
  1587 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_network_acl.rb 
  1751 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/stop_instances.rb 
  1588 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_network_acl_entry.rb 
  1752 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/monitor_unmonitor_instances.rb 
  1589 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/network_interface_parser.rb 
  1590 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_network_interface.rb 
  1753 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/monitor_instances.rb 
  1591 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_network_interface.rb 
  1754 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/unmonitor_instances.rb 
  1592 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_placement_group.rb 
  1755 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/auto_scaling.rb 
  1593 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_route.rb 
  1756 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/activity.rb 
  1594 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_route_table.rb 
  1595 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_route_table.rb 
  1757 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/configuration.rb 
  1758 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/group.rb 
  1596 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_security_group.rb 
  1759 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/instance.rb 
  1597 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_security_group.rb 
  1598 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_snapshot.rb 
  1760 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/policy.rb 
  1761 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/activities.rb 
  1599 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_snapshot.rb 
  1377 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/core_ext/array.rb 
  1762 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/configurations.rb 
  1763 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/groups.rb 
  1378 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/null_encoder.rb 
  1600 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/spot_datafeed_subscription.rb 
  1764 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/instances.rb 
  1379 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/verbs.rb 
  1601 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_spot_datafeed_subscription.rb 
  1583 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_key_pair.rb 
  1602 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress/prefix.rb 
  1584 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_key_pair.rb 
  1603 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress/ipv4.rb 
  1604 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress/ipv6.rb 
  1585 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/network_acl_parser.rb 
  1605 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress.rb 
  1586 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_network_acl.rb 
  1606 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_subnet.rb 
  1587 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_network_acl.rb 
  1607 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_subnet.rb 
  1608 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_tags.rb 
  1588 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_network_acl_entry.rb 
  1609 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_volume.rb 
  1589 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/network_interface_parser.rb 
  1610 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_volume.rb 
  1590 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_network_interface.rb 
  1611 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aw 1591 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_network_interface.rb 
 s/parsers/compute/create_vpc.rb 
  1765 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/policies.rb 
  1612 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_vpc.rb 
  1766 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/basic.rb 
  1592 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_placement_group.rb 
  1613 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/copy_image.rb 
  1767 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/attach_load_balancers.rb 
  1614 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/copy_image.rb 
  1593 /Users/mattheworiordan/.rvm/gems/ruby-2. 1615 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/copy_snapshot.rb 
  1380 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/actions.rb 
  1768 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/attach_load_balancer_target_groups.rb 
  1616 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/copy_snapshot.rb 
  1617 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_dhcp_options.rb 
  1381 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/factory.rb 
  1769 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/create_auto_scaling_group.rb 
  1618 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_internet_gateway.rb 
  1770 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws 1382 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api/arguments.rb 
 -3.0.0/lib/fog/aws/requests/auto_scaling/create_launch_configuration.rb 
  1619 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_key_pair.rb 
  1383 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/api.rb 
  1771 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/create_or_update_tags.rb 
  1620 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_network_acl.rb 
  1772 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_auto_scaling_group.rb 
  1384 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/events.rb 
  1621 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_network_acl_entry.rb 
  1773 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_launch_configuration.rb 
 6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_route.rb 
  1774 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_notification_configuration.rb 
  1594 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_route_table.rb 
  1595 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_route_table.rb 
  1775 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_policy.rb 
  1776 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_scheduled_action.rb 
  1596 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_security_group.rb 
  1777 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_tags.rb 
  1597 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_security_group.rb 
  1778 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_adjustment_types.rb 
  1598 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_snapshot.rb 
  1779 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_adjustment_types.rb 
  1599 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_snapshot.rb 
  1780 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_groups.rb 
  1781 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_groups.rb 
  1600 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/spot_datafeed_subscription.rb 
  1385 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/notifications.rb 
  1622 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_network_interface.rb 
  1782 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_instances.rb 
  1601 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_spot_datafeed_subscription.rb 
  1783 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_instances.rb 
  1623 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_security_group.rb 
  1602 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress/prefix.rb 
  1784 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_notification_types.rb 
  1624 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_placement_group.rb 
  1625 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_route.rb 
  1785 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_notification_types.rb 
  1603 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress/ipv4.rb 
  1626 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_route_table.rb 
  1786 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_launch_configurations.rb 
  1627 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_snapshot.rb 
  1787 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_launch_configurations.rb 
  1628 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_spot_datafeed_subscription.rb 
  1629 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_subnet.rb 
  1788 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_metric_collection_types.rb 
  1630 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_tags.rb 
  1386 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/starring.rb 
  1789 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_metric_collection_types.rb 
  1631 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_volume.rb 
  1790 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_notification_configurations.rb 
  1632 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_vpc.rb 
  1791 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_notification_configurations.rb 
  1633 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/deregister_image.rb 
  1792 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_policies.rb 
  1634 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/deregister_image.rb 
  1793 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_policies.rb 
  1635 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_account_attributes.rb 
  1794 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_scaling_activities.rb 
  1636 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_account_attributes.rb 
  1604 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress/ipv6.rb 
  1605 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress.rb 
  1795 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_scaling_activities.rb 
  1606 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_subnet.rb 
  1796 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_scaling_process_types.rb 
  1607 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_subnet.rb 
  1797 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_scaling_process_types.rb 
  1608 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_tags.rb 
  1798 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_scheduled_actions.rb 
  1799 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_scheduled_actions.rb 
  1609 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_volume.rb 
  1610 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_volume.rb 
  1800 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_tags.rb 
  1611 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_vpc.rb 
  1801 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_tags.rb 
  1612 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_vpc.rb 
  1613 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/copy_image.rb 
  1802 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_termination_policy_types.rb 
  1614 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/copy_image.rb 
  1803 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_termination_policy_types.rb 
  1615 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/copy_snapshot.rb 
  1804 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/detach_load_balancers.rb 
  1616 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/copy_snapshot.rb 
  1805 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/detach_load_balancer_target_groups.rb 
  1617 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_dhcp_options.rb 
  1387 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity/watching.rb 
  1637 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_addresses.rb 
  1638 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_addresses.rb 
  1388 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/activity.rb 
  1389 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/authorizations/app.rb 
  1639 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_availability_zones.rb 
  1640 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_availability_zones.rb 
  1390 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/authorizations.rb 
  1641 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_classic_link_instances.rb 
  1391 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/emojis.rb 
  1642 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_classic_link_instances.rb 
  1392 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/gists/comments.rb 
  1643 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_dhcp_options.rb 
  1393 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/gists.rb 
  1394 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/gitignore.rb 
  1644 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_dhcp_options.rb 
  1395 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/blobs.rb 
  1806 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/detach_instances.rb 
  1396 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/commits.rb 
  1807 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/attach_instances.rb 
  1397 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/references.rb 
  1808 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/disable_metrics_collection.rb 
  1398 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/tags.rb 
  1399 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data/trees.rb 
  1809 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/enable_metr 1645 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_images.rb 
 ics_collection.rb 
  1400 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/git_data.rb 
  1646 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_images.rb 
  1401 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/assignees.rb 
  1647 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_instances.rb 
  1402 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/comments.rb 
  1403 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/events.rb 
  1648 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_instances.rb 
  1404 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/labels.rb 
  1649 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_instance_attribute.rb 
  1618 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_internet_gateway.rb 
  1810 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/execute_policy.rb 
  1619 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_key_pair.rb 
  1650 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_instance_attribute.rb 
  1811 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/put_notification_configuration.rb 
  1620 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_network_acl.rb 
  1812 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/put_notification_configuration.rb 
  1651 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_internet_gateways.rb 
  1813 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/put_scaling_policy.rb 
  1652 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_internet_gateways.rb 
  1814 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/put_scaling_policy.rb 
  1815 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/put_scheduled_update_group_action.rb 
  1653 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_reserved_instances.rb 
  1816 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/resume_processes.rb 
  1654 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_reserved_instances.rb 
  1405 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues/milestones.rb 
  1621 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_network_acl_entry.rb 
  1655 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_instance_status.rb 
  1622 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_network_interface.rb 
  1656 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_instance_status.rb 
  1623 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_security_group.rb 
  1657 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_key_pairs.rb 
  1624 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_placement_group.rb 
  1658 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_key_pairs.rb 
  1817 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/set_desired_capacity.rb 
  1659 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_network_acls.rb 
  1818 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/set_instance_health.rb 
  1819 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/suspend_processes.rb 
  1660 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_network_acls.rb 
  1820 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/terminate_instance_in_auto_scaling_group.rb 
  1661 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_network_interface_attribute.rb 
  1821 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/terminate_instance_in_auto_scaling_group.rb 
  1406 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/issues.rb 
  1662 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_network_interface_attribute.rb 
  1625 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_route.rb 
  1822 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/update_auto_scaling_group.rb 
  1626 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_route_table.rb 
  1823 /Users/mattheworiordan/infrastructure/lib/acme_env/cloud_formation_stack.rb 
  1407 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/markdown.rb 
  1627 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_snapshot.rb 
  1824 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/bundler/gems/json-minify-rb-828e95f4dd0a/lib/json/minify/version.rb 
  1628 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_spot_datafeed_subscription.rb 
  1825 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/bundler/gems/json-minify-rb-828e95f4dd0a/lib/json/minify.rb 
  1629 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_subnet.rb 
  1630 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_tags.rb 
  1631 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_volume.rb 
  1632 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_vpc.rb 
  1633 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/deregister_image.rb 
   1826 /Users/mattheworiordan/infrastructure/lib/acme_env/cloud_formation_helper.rb 
  1408 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/meta.rb 
 1634 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/deregister_image.rb 
  1409 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/orgs/members.rb 
  1635 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_account_attributes.rb 
  1410 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/orgs/teams.rb 
  1636 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_account_attributes.rb 
  1411 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/orgs.rb 
  1637 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_addresses.rb 
  1412 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/pu 1638 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_addresses.rb 
 ll_requests/comments.rb 
  1663 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_network_interfaces.rb 
  1639 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_availability_zones.rb 
  1664 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_network_interfaces.rb 
  1640 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_availability_zones.rb 
  1641 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_classic_link_instances.rb 
  1665 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_route_tables.rb 
  1642 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_classic_link_instances.rb 
  1666 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_route_tables.rb 
  1643 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_dhcp_options.rb 
  1667 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_placement_groups.rb 
  1644 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_dhcp_options.rb 
  1668 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_placement_groups.rb 
  1645 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_images.rb 
  1669 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_regions.rb 
  1646 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_images.rb 
  1670 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_regions.rb 
  1647 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_instances.rb 
  1671 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_reserved_instances_offerings.rb 
  1827 /Users/mattheworiordan/infrastructure/lib/acme_env/cloud_formation_autoscaling_group.rb 
  1672 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_reserved_instances_offerings.rb 
  1828 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp/errors.rb 
  1673 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_security_groups.rb 
  1829 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp/upload.rb 
  1674 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_security_groups.rb 
  1830 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp/download.rb 
  1675 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_snapshots.rb 
  1831 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp.rb 
  1648 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_instances.rb 
  1832 /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb 

 [NOTE] 
 You may have encountered a bug in the Ruby interpreter or extension libraries. 
 Bug reports are welcome. 
 For details: https://www.ruby-lang.org/bugreport.html 

  1649 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_instance_attribute.rb 
 [IMPORTANT] 1650 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_instance_attribute.rb 

 Don't forget to include the Crash Report log file under 
  1651 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_internet_gateways.rb 
 DiagnosticReports directory in bug reports. 

  1652 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_internet_gateways.rb 
  1413 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/pull_requests.rb 
  1414 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/collaborators.rb 
  1653 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_reserved_instances.rb 
  1415 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/comments.rb 
  1654 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_reserved_instances.rb 
  1416 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/commits.rb 
  1655 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_instance_status.rb 
  1417 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/contents.rb 
  1656 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_instance_status.rb 
  1657 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_key_pairs.rb 
  1658 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_key_pairs.rb 
  1659 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_network_acls.rb 
  1660 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_network_acls.rb 
  1661 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_network_interface_attribute.rb 
  1662 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_network_interface_attribute.rb 
  1418 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/deployments.rb 
  1663 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_network_interfaces.rb 
  1419 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/downloads.rb 
  1420 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/forks.rb 
  1664 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_network_interfaces.rb 
  1421 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/hooks.rb 
  1665 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_route_tables.rb 
  1666 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_route_tables.rb 
  1667 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_placement_groups.rb 
  1668 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_placement_groups.rb 
  1669 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_regions.rb 
  1670 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_regions.rb 
  1671 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_reserved_instances_offerings.rb 
  1672 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_reserved_instances_offerings.rb 
  1673 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_security_groups.rb 
  1674 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_security_groups.rb 
  1675 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_snapshots.rb 
  1676 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_snapshots.rb 
  1677 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_spot_datafeed_subscription.rb 
  1678 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/spot_instance_requests.rb 
  1679 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_spot_instance_requests.rb 
  1680 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_spot_price_history.rb 
  1681 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_spot_price_history.rb 
  1682 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_subnets.rb 
  1676 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_snapshots.rb 
  1683 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_subnets.rb 
  1677 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_spot_datafeed_subscription.rb 
  1684 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_tags.rb 
  1678 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/spot_instance_requests.rb 
  1679 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_spot_instance_requests.rb 
  1685 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_tags.rb 
  1680 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_spot_price_history.rb 
  1686 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_volumes.rb 
  1681 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_spot_price_history.rb 
  1687 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_volumes.rb 
  1682 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_subnets.rb 
  1683 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_subnets.rb 
  1422 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/keys.rb 
  1423 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/merging.rb 
  1424 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/pages.rb 
  1425 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/pub_sub_hubbub.rb 
  1426 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/releases/assets.rb 
  1427 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/releases.rb 
  1428 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/statistics.rb 
  1429 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos/statuses.rb 
  1430 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/repos.rb 
  1431 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/say.rb 
  1432 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/scopes.rb 
  1433 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/search/legacy.rb 
  1434 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/search.rb 
  1435 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users/emails.rb 
  1436 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users/followers.rb 
  1437 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users/keys.rb 
  1438 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client/users.rb 
  1439 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/client.rb 
  1440 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/pagination.rb 
  1441 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/error.rb 
  1442 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/client.rb 
  1443 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/base.rb 
  1444 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/auth_code.rb 
  1445 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/implicit.rb 
  1446 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/password.rb 
  1447 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/client_credentials.rb 
  1448 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jwt-1.5.2/lib/jwt/json.rb 
  1449 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/jwt-1.5.2/lib/jwt.rb 
  1450 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/strategy/assertion.rb 
  1451 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/access_token.rb 
  1452 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/mac_token.rb 
  1453 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-darwin18/bigdecimal.bundle 
  1454 /Users/mattheworiordan/.rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/bigdecimal.rb 
  1455 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_xml-0.5.5/lib/multi_xml.rb 
  1456 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/rack-1.6.5/lib/rack/multipart.rb 
  1457 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/rack-1.6.5/lib/rack/utils.rb 
  1458 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/rack-1.6.5/lib/rack.rb 
  1459 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2/response.rb 
  1460 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/oauth2-1.0.0/lib/oauth2.rb 
  1461 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/oauth2.rb 
  1462 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/basic_auth.rb 
  1463 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request/jsonize.rb 
  1464 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/request.rb 
  1465 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/response_wrapper.rb 
  1466 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/page_links.rb 
  1467 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/paged_request.rb 
  1468 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/page_iterator.rb 
  1469 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api/params_hash.rb 
  1470 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/github_api-0.12.4/lib/github_api.rb 
  1471 /Users/mattheworiordan/infrastructure/lib/acme_env/github.rb 
  1688 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_volumes_modifications.rb 
  1472 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/request/url_encoded.rb 
  1473 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/request/multipart.rb 
  1689 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_volumes_modifications.rb 
  1474 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/faraday-0.9.2/lib/faraday/adapter/net_http.rb 
  1475 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapter.rb 
  1690 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_volume_status.rb 
  1691 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_volume_status.rb 
  1476 /Users/matth 1692 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpcs.rb 
 eworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapters/json_common.rb 
  1477 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/multi_json-1.13.1/lib/multi_json/adapters/json_gem.rb 
  1478 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/types.rb 
  1693 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpcs.rb 
  1479 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/client_api.rb 
  1694 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpc_attribute.rb 
  1480 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/plugins/protocols/json_rpc.rb 
  1695 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpc_attribute.rb 
  1481 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/plugins/extended_retries.rb 
  1696 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpc_classic_link.rb 
  1482 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/plugins/simple_attributes.rb 
  1697 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpc_classic_link.rb 
  1483 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/plugins/crc32_validation.rb 
  1698 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpc_classic_link_dns_support.rb 
  1484 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/client.rb 
  1699 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpc_classic_link_dns_support.rb 
  1485 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/errors.rb 
  1486 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters/errors.rb 
  1487 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters/poller.rb 
  1488 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters/waiter.rb 
  1489 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-core-3.44.1/lib/aws-sdk-core/waiters.rb 
  1700 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_network_interface.rb 
  1490 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/waiters.rb 
  1701 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_internet_gateway.rb 
  1491 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/resource.rb 
  1702 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/detach_volume.rb 
  1492 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/table.rb 
  1703 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_volume.rb 
  1493 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/attribute_value.rb 
  1704 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_classic_link_vpc.rb 
  1494 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/customizations/client.rb 
  1705 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disable_vpc_classic_link.rb 
  1495 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb/customizations.rb 
  1706 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disable_vpc_classic_link_dns_support.rb 
  1496 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/aws-sdk-dynamodb-1.19.0/lib/aws-sdk-dynamodb.rb 
  1497 /Users/mattheworiordan/infrastructure/lib/acme_env/slug_deployer.rb 
  1498 /Users/mattheworiordan/infrastructure/lib/acme_env/ci.rb 
  1707 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disassociate_address.rb 
  1499 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/version.rb 
  1708 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disassociate_route_table.rb 
  1709 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/enable_vpc_classic_link.rb 
  1500 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/errors.rb 
  1501 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/logging.rb 
  1710 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/enable_vpc_classic_link_dns_support.rb 
  1502 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/max_queue.rb 
  1711 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/get_console_output.rb 
  1503 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/point_value.rb 
  1712 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/get_console_output.rb 
  1504 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/config.rb 
  1713 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/get_password_data.rb 
  1505 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/writer/async.rb 
  1684 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_tags.rb 
  1506 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/writer/udp.rb 
  1685 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_tags.rb 
  1686 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_volumes.rb 
  1507 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/builder.rb 
  1687 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_volumes.rb 
  1508 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/core.rb 
  1509 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/cluster.rb 
  1688 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_volumes_modifications.rb 
  1714 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/get_password_data.rb 
  1689 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_volumes_modifications.rb 
  1715 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/import_key_pair.rb 
  1690 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_volume_status.rb 
  1716 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/import_key_pair.rb 
  1691 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_volume_status.rb 
  1717 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_image_attribute.rb 
  1692 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpcs.rb 
  1510 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/database.rb 
  1511 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/user.rb 
  1693 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpcs.rb 
  1512 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/continuous_query.rb 
  1694 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpc_attribute.rb 
  1513 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/retention_policy.rb 
  1695 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpc_attribute.rb 
  1514 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/query/series.rb 
  1696 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpc_classic_link.rb 
  1718 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_instance_attribute.rb 
  1697 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpc_classic_link.rb 
  1719 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_network_interface_attribute.rb 
  1698 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpc_classic_link_dns_support.rb 
  1720 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_snapshot_attribute.rb 
  1699 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpc_classic_link_dns_support.rb 
  1721 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/modify_subnet_attribute.rb 
  1700 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_network_interface.rb 
  1722 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_subnet_attribute.rb 
  1701 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_internet_gateway.rb 
  1723 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/modify_volume.rb 
  1702 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/detach_volume.rb 
  1724 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_volume.rb 
  1703 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_volume.rb 
  1725 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_volume_attribute.rb 
  1704 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_classic_link_vpc.rb 
  1726 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_vpc_attribute.rb 
  1705 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disable_vpc_classic_link.rb 
  1706 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disable_vpc_classic_link_dns_support.rb 
  1727 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/move_address_to_vpc.rb 
  1728 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/move_address_to_vpc.rb 
  1707 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disassociate_address.rb 
  1729 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/purchase_reserved_instances_offering.rb 
  1708 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disassociate_route_table.rb 
  1709 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/enable_vpc_classic_link.rb 
  1730 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/purchase_reserved_instances_offering.rb 
  1710 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/enable_vpc_classic_link_dns_support.rb 
  1731 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/reboot_instances.rb 
  1711 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/get_console_output.rb 
  1732 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/release_address.rb 
  1712 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/get_console_output.rb 
  1733 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/replace_network_acl_association.rb 
  1713 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/get_password_data.rb 
  1515 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/client/http.rb 
  1714 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/get_password_data.rb 
  1516 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb/client.rb 
  1715 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/import_key_pair.rb 
  1517 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/influxdb-0.3.14/lib/influxdb.rb 
  1716 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/import_key_pair.rb 
  1717 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_image_attribute.rb 
  1518 /Users/mattheworiordan/infrastructure/lib/acme_env/stats_helper.rb 
  1718 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_instance_attribute.rb 
  1519 /Users/mattheworiordan/infrastructure/lib/acme_env/influxdb_publisher.rb 
  1719 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_network_interface_attribute.rb 
  1520 /Users/mattheworiordan/infrastructure/lib/acme_env/influxdb_instance.rb 
  1521 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/compute.rb 
  1720 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_snapshot_attribute.rb 
  1522 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/address.rb 
  1721 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/modify_subnet_attribute.rb 
  1523 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/dhcp_option.rb 
  1722 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_subnet_attribute.rb 
  1734 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/replace_network_acl_association.rb 
  1723 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/modify_volume.rb 
  1735 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/replace_network_acl_entry.rb 
  1724 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_volume.rb 
  1736 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/replace_route.rb 
  1725 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_volume_attribute.rb 
  1726 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_vpc_attribute.rb 
  1737 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/register_image.rb 
  1524 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/dhcp_options.rb 
  1738 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/register_image.rb 
  1525 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/flavor.rb 
  1739 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/request_spot_instances.rb 
  1526 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/image.rb 
  1740 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/reset_network_interface_attribute.rb 
  1527 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/internet_gateway.rb 
  1741 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/restore_address_to_classic.rb 
  1528 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/key_pair.rb 
  1742 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/restore_address_to_classic.rb 
  1529 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_acl.rb 
  1743 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/revoke_security_group_egress.rb 
  1530 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_interface.rb 
  1744 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/revoke_security_group_ingress.rb 
  1531 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/route_table.rb 
  1745 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/run_instances.rb 
  1746 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/run_instances.rb 
  1532 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/security_group.rb 
  1747 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/terminate_instances.rb 
  1533 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-core-2.1.0/lib/fog/compute/models/server.rb 
  1748 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/terminate_instances.rb 
  1534 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/server.rb 
  1749 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/start_stop_instances.rb 
  1535 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/snapshot.rb 
  1750 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/start_instances.rb 
  1536 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/f 1727 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/move_address_to_vpc.rb 
  1751 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/stop_instances.rb 
 og-aws-3.0.0/lib/fog/aws/models/compute/tag.rb 
  1728 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/move_address_to_vpc.rb 
  1537 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/volume.rb 
  1729 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/purchase_reserved_instances_offering.rb 
  1538 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/spot_request.rb 
  1730 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/purchase_reserved_instances_offering.rb 
  1731 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/reboot_instances.rb 
  1539 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/subnet.rb 
  1540 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/vpc.rb 
  1732 /Users/mattheworiorda 1752 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/monitor_unmonitor_instances.rb 
 n/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/release_address.rb 
  1541 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/addresses.rb 
  1733 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/replace_network_acl_association.rb 
  1542 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/flavors.rb 
  1734 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/replace_network_acl_association.rb 
  1543 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/images.rb 
  1735 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/replace_network_acl_entry.rb 
  1544 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/mod 1736 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/replace_route.rb 
 els/compute/internet_gateways.rb 
  1737 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/register_image.rb 
  1545 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/key_pairs.rb 
  1738 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/register_image.rb 
  1546 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_acls.rb 
  1547 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/network_interfaces.rb 
  1739 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/request_spot_instances.rb 
  1548 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/route_tables.rb 
  1740 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/reset_network_interface_attribute.rb 
  1549 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/security_groups.rb 
  1741 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/restore_address_to_classic.rb 
  1550 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/servers.rb 
  1742 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/restore_address_to_classic.rb 
  1551 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/snapshots.rb 
  1552 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/tags.rb 
  1743 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/revoke_security_group_egress.rb 
  1553 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/volumes.rb 
  1744 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/revoke_security_group_ingress.rb 
  1745 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/run_instances.rb 
  1746 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/run_instances.rb 
  1747 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/terminate_instances.rb 
  1748 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/terminate_instances.rb 
  1749 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/start_stop_instances.rb 
  1750 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/start_instances.rb 
  1751 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/stop_instances.rb 
  1752 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/monitor_unmonitor_instances.rb 
  1753 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/monitor_instances.rb 
  1754 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/unmonitor_instances.rb 
  1755 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/auto_scaling.rb 
  1756 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/activity.rb 
  1554 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/spot_requests.rb 
  1757 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/configuration.rb 
  1758 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/group.rb 
  1555 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/subnets.rb 
  1759 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/instance.rb 
  1556 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/compute/vpcs.rb 
  1557 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/allocate_address.rb 
  1558 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/allocate_address.rb 
  1760 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/policy.rb 
  1753 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/monitor_instances.rb 
  1761 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/activities.rb 
  1754 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/unmonitor_instances.rb 
  1762 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/configurations.rb 
  1755 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/auto_scaling.rb 
  1763 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/groups.rb 
  1764 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/instances.rb 
  1756 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/activity.rb 
  1559 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/assign_private_ip_addresses.rb 
  1560 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/assign_private_ip_addresses.rb 
  1757 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/configuration.rb 
  1561 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/associate_address.rb 
  1758 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/group.rb 
  1562 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/associate_address.rb 
  1563 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/basic.rb 
  1759 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/instance.rb 
  1564 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/associate_dhcp_options.rb 
  1765 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/policies.rb 
  1766 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/basic.rb 
  1565 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/attach_network_interface.rb 
  1566 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_network_interface.rb 
  1767 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/attach_load_balancers.rb 
  1567 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/associate_route_table.rb 
  1768 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/attach_load_balancer_target_groups.rb 
  1568 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/associate_route_table.rb 
  1760 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/policy.rb 
  1569 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_classic_link_vpc.rb 
  1761 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/activities.rb 
  1762 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/configurations.rb 
  1570 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_internet_gateway.rb 
  1763 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/groups.rb 
  1571 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/attach_volume.rb 
  1764 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/instances.rb 
  1572 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/attach_volume.rb 
  1769 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/create_auto_scaling_group.rb 
  1573 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/authorize_security_group_egress.rb 
  1770 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/create_launch_configuration.rb 
  1574 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/authorize_security_group_ingress.rb 
  1771 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/create_or_update_tags.rb 
  1575 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/cancel_spot_instance_requests.rb 
  1772 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_auto_scaling_group.rb 
  1576 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/cancel_spot_instance_requests.rb 
  1765 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/policies.rb 
  1766 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/basic.rb 
  1577 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_dhcp_options.rb 
  1767 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/attach_load_balancers.rb 
  1578 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_dhcp_options.rb 
  1768 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/attach_load_balancer_target_groups.rb 
  1579 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_internet_gateway.rb 
  1580 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_internet_gateway.rb 
  1581 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_image.rb 
  1582 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_image.rb 
  1583 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_key_pair.rb 
  1584 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_key_pair.rb 
  1585 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/network_acl_parser.rb 
  1586 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_network_acl.rb 
  1587 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_network_acl.rb 
  1588 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_network_acl_entry.rb 
  1589 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/network_interface_parser.rb 
  1590 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_network_interface.rb 
  1591 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_network_interface.rb 
  1592 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_placement_group.rb 
  1593 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_route.rb 
  1594 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_route_table.rb 
  1595 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_route_table.rb 
  1596 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_security_group.rb 
  1597 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_security_group.rb 
  1598 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_snapshot.rb 
  1599 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_snapshot.rb 
  1769 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/create_auto_scaling_group.rb 
  1600 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/spot_datafeed_subscription.rb 
  1770 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/create_launch_configuration.rb 
  1601 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_spot_datafeed_subscription.rb 
  1771 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/create_or_update_tags.rb 
  1602 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress/prefix.rb 
  1772 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_auto_scaling_group.rb 
  1603 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress/ipv4.rb 
  1604 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress/ipv6.rb 
  1773 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_launch_configuration.rb 
  1605 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/ipaddress-0.8.3/lib/ipaddress.rb 
  1774 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_notification_configuration.rb 
  1606 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_subnet.rb 
  1775 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_policy.rb 
  1607 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_subnet.rb 
  1776 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_scheduled_action.rb 
  160 1777 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_tags.rb 
 8 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_tags.rb 
  1773 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_launch_configuration.rb 
  1778 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_adjustment_types.rb 
  1774 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_notification_configuration.rb 
  1779 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_adjustment_types.rb 
  1780 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_groups.rb 
  1775 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_policy.rb 
  1781 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_groups.rb 
  1776 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_scheduled_action.rb 
  1782 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_instances.rb 
  1783 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_instances.rb 
  1777 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_tags.rb 
  1784 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_notification_types.rb 
  1778 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_adjustment_types.rb 
  1779 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_adjustment_types.rb 
  1609 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_volume.rb 
  1780 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_groups.rb 
  1610 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_volume.rb 
  1781 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_groups.rb 
  1611 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/create_vpc.rb 
  1782 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_instances.rb 
  1783 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_instances.rb 
  1612 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/create_vpc.rb 
  1785 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_notification_types.rb 
  1613 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/copy_image.rb 
  1786 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_launch_configurations.rb 
  1614 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/copy_image.rb 
  1615 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/copy_snapshot.rb 
  1787 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_launch_configurations.rb 
  1616 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/copy_snapshot.rb 
  1617 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_dhcp_options.rb 
  1788 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_metric_collection_types.rb 
  1618 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_internet_gateway.rb 
  1789 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_metric_collection_types.rb 
  1619 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_key_pair.rb 
  1790 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_notification_configurations.rb 
  1791 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_notification_configurations.rb 
  1620 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_network_acl.rb 
  1792 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_policies.rb 
  1621 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_network_acl_entry.rb 
  1793 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_policies.rb 
  1622 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_network_interface.rb 
  1794 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_scaling_activities.rb 
  1623 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_security_group.rb 
  1795 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_scaling_activities.rb 
  1624 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_placement_group.rb 
  1796 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_scaling_process_types.rb 
  1625 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_route.rb 
  1626 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_route_table.rb 
  1797 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_scaling_process_types.rb 
  1627 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_snapshot.rb 
  1798 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_scheduled_actions.rb 
  1799 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_scheduled_actions.rb 
  1628 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_spot_datafeed_subscription.rb 
  1629 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_subnet.rb 
  1800 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_tags.rb 
  1630 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_tags.rb 
  1801 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_tags.rb 
  1631 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_volume.rb 
  1632 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/delete_vpc.rb 
  1802 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_termination_policy_types.rb 
  1803 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_termination_policy_types.rb 
  1633 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/deregister_image.rb 
  1804 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/detach_load_balancers.rb 
  1634 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/deregister_image.rb 
  1805 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/detach_load_balancer_target_groups.rb 
  1635 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_account_attributes.rb 
  1806 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/detach_instances.rb 
  1636 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_account_attributes.rb 
  1807 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/attach_instances.rb 
  1637 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_addresses.rb 
  1638 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_addresses.rb 
  1808 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/disable_metrics_collection.rb 
  1639 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_availability_zones.rb 
  1809 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/enable_metrics_collection.rb 
  1810 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/execute_policy.rb 
  1640 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_availability_zones.rb 
  1641 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_classic_link_instances.rb 
  1811 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/put_notification_configuration.rb 
  1784 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_notification_types.rb 
  1812 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/put_notification_configuration.rb 
  1813 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/put_scaling_policy.rb 
  1785 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_notification_types.rb 
  1814 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/put_scaling_policy.rb 
  1786 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_launch_configurations.rb 
  1815 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/put_scheduled_update_group_action.rb 
  1787 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_launch_configurations.rb 
  1816 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/resume_processes.rb 
  1788 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_metric_collection_types.rb 
  1817 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/set_desired_capacity.rb 
  1789 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_metric_collection_types.rb 
  1818 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/set_instance_health.rb 
  1790 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_notification_configurations.rb 
  1819 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/suspend_processes.rb 
  1791 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_notification_configurations.rb 
  1642 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_classic_link_instances.rb 
  1643 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_dhcp_options.rb 
  1792 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_policies.rb 
  1793 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_policies.rb 
  1644 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_dhcp_options.rb 
  1645 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_images.rb 
  1794 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_scaling_activities.rb 
  1646 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_images.rb 
  1820 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/terminate_instance_in_auto_scaling_group.rb 
  1647 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_instances.rb 
  1821 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/terminate_instance_in_auto_scaling_group.rb 
  1822 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/update_auto_scaling_group.rb 
  1648 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_instances.rb 
  1823 /Users/mattheworiordan/infrastructure/lib/acme_env/cloud_formation_stack.rb 
  1824 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/bundler/gems/json-minify-rb-828e95f4dd0a/lib/json/minify/version.rb 
  1649 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_instance_attribute.rb 
  1795 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_scaling_activities.rb 
  1796 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_scaling_process_types.rb 
  1650 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_instance_attribute.rb 
  1797 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_scaling_process_types.rb 
  1651 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_internet_gateways.rb 
  1798 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_scheduled_actions.rb 
  1799 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_scheduled_actions.rb 
  1652 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_internet_gateways.rb 
  1800 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_tags.rb 
  1653 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_reserved_instances.rb 
  1801 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_tags.rb 
  1654 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_reserved_instances.rb 
  1802 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_termination_policy_types.rb 
  1655 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_instance_status.rb 
  1803 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_termination_policy_types.rb 
  1656 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_instance_status.rb 
  1804 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/detach_load_balancers.rb 
  1657 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_key_pairs.rb 
  1805 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/detach_load_balancer_target_groups.rb 
  1658 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_key_pairs.rb 
  1806 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/detach_instances.rb 
  1659 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_network_acls.rb 
  1807 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/attach_instances.rb 
  1825 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/bundler/gems/json-minify-rb-828e95f4dd0a/lib/json/minify.rb 
  1808 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/disable_metrics_collection.rb 
  1826 /Users/mattheworiordan/infrastructure/lib/acme_env/cloud_formation_helper.rb 
  1809 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/enable_metrics_collection.rb 
  1810 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/execute_policy.rb 
  1827 /Users/mattheworiordan/infrastructure/lib/acme_env/cloud_formation_autoscaling_group.rb 
  1811 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/put_notification_configuration.rb 
  1828 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp/errors.rb 
  1812 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/put_notification_configuration.rb 
  1660 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_network_acls.rb 
  1813 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/put_scaling_policy.rb 
  1661 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_network_interface_attribute.rb 
  1814 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/put_scaling_policy.rb 
  1815 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/put_scheduled_update_group_action.rb 
  1662 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_network_interface_attribute.rb 
  1816 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/resume_processes.rb 
  1663 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_network_interfaces.rb 
  1829 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp/upload.rb 
  1664 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_network_interfaces.rb 
  1830 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp/download.rb 
  1665 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_route_tables.rb 
  1831 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp.rb 
  1832 /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb 

  1666 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_route_tables.rb 
 [NOTE] 
 You may have encountered a bug in the Ruby interpreter or extension libraries. 
 Bug reports are welcome. 
 For details: https://www.ruby-lang.org/bugreport.html 

  1667 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_placement_groups.rb 
 [IMPORTANT] 
 Don't forget to include the Crash Report log file under 1668 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_placement_groups.rb 

 DiagnosticReports directory in bug reports. 1669 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_regions.rb 


  1670 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_regions.rb 
  1671 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_reserved_instances_offerings.rb 
  1672 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_reserved_instances_offerings.rb 
  1673 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_security_groups.rb 
  1674 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_security_groups.rb 
  1675 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_snapshots.rb 
  1676 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_snapshots.rb 
  1677 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_spot_datafeed_subscription.rb 
  1678 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/spot_instance_requests.rb 
  1679 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_spot_instance_requests.rb 
  1680 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_spot_price_history.rb 
  1681 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_spot_price_history.rb 
  1682 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_subnets.rb 
  1683 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_subnets.rb 
  1684 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_tags.rb 
  1685 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_tags.rb 
  1686 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_volumes.rb 
  1687 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_volumes.rb 
  1688 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_volumes_modifications.rb 
  1689 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_volumes_modifications.rb 
  1690 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_volume_status.rb 
  1691 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_volume_status.rb 
  1692 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpcs.rb 
  1693 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpcs.rb 
  1694 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpc_attribute.rb 
  1695 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpc_attribute.rb 
  1696 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpc_classic_link.rb 
  1697 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpc_classic_link.rb 
  1698 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/describe_vpc_classic_link_dns_support.rb 
  1699 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/describe_vpc_classic_link_dns_support.rb 
  1817 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/set_desired_capacity.rb 
  1818 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/set_instance_health.rb 
  1819 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/suspend_processes.rb 
  1820 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/terminate_instance_in_auto_scaling_group.rb 
  1821 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/terminate_instance_in_auto_scaling_group.rb 
  1822 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/update_auto_scaling_group.rb 
  1823 /Users/mattheworiordan/infrastructure/lib/acme_env/cloud_formation_stack.rb 
  1824 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/bundler/gems/json-minify-rb-828e95f4dd0a/lib/json/minify/version.rb 
  1825 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/bundler/gems/json-minify-rb-828e95f4dd0a/lib/json/minify.rb 
  1826 /Users/mattheworiordan/infrastructure/lib/acme_env/cloud_formation_helper.rb 
  1827 /Users/mattheworiordan/infrastructure/lib/acme_env/cloud_formation_autoscaling_group.rb 
  1828 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp/errors.rb 
  1700 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_network_interface.rb 
  1829 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp/upload.rb 
  1701 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_internet_gateway.rb 
  1830 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp/download.rb 
  1702 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/detach_volume.rb 
  1831 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp.rb 
  1832 /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb 

 [NOTE] 
 You may have encountered a bug in the Ruby interpreter or extension libraries. 
 Bug reports are welcome. 
 For details: https://www.ruby-lang.org/bugreport.html 

  1703 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_volume.rb 
  1704 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/detach_classic_link_vpc.rb 
  1705 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disable_vpc_classic_link.rb 
  1706 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disable_vpc_classic_link_dns_support.rb 
  1707 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disassociate_address.rb 
  1708 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/disassociate_route_table.rb 
  1709 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/enable_vpc_classic_link.rb 
  1710 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/enable_vpc_classic_link_dns_support.rb 
  1711 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/get_console_output.rb 
  1712 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/get_console_output.rb 
  1713 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/get_password_data.rb 
  1714 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/get_password_data.rb 
  1715 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/import_key_pair.rb 
  1716 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/import_key_pair.rb 
  1717 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_image_attribute.rb 
  1718 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_instance_attribute.rb 
  1719 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_network_interface_attribute.rb 
  1720 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_snapshot_attribute.rb 
  1721 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/modify_subnet_attribute.rb 
  1722 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_subnet_attribute.rb 
  1723 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/modify_volume.rb 
  1724 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_volume.rb 
  1725 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_volume_attribute.rb 
  1726 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/modify_vpc_attribute.rb 
  1727 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/move_address_to_vpc.rb 
  1728 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/move_address_to_vpc.rb 
  1729 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/purchase_reserved_instances_offering.rb 
  1730 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/purchase_reserved_instances_offering.rb 
  1731 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/reboot_instances.rb 
  1732 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/release_address.rb 
  1733 /Users/matth[IMPORTANT] 
 Don't forget to include the Crash Report log file under 
 DiagnosticReports directory in bug reports. 

 eworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/replace_network_acl_association.rb 
  1734 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/replace_network_acl_association.rb 
  1735 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/replace_network_acl_entry.rb 
  1736 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/replace_route.rb 
  1737 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/register_image.rb 
  1738 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/register_image.rb 
  1739 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/request_spot_instances.rb 
  1740 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/reset_network_interface_attribute.rb 
  1741 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/restore_address_to_classic.rb 
  1742 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/restore_address_to_classic.rb 
  1743 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/revoke_security_group_egress.rb 
  1744 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/revoke_security_group_ingress.rb 
  1745 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/run_instances.rb 
  1746 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/run_instances.rb 
  1747 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/terminate_instances.rb 
  1748 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/terminate_instances.rb 
  1749 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/start_stop_instances.rb 
  1750 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/start_instances.rb 
  1751 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/stop_instances.rb 
  1752 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/compute/monitor_unmonitor_instances.rb 
  1753 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/monitor_instances.rb 
  1754 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/compute/unmonitor_instances.rb 
  1755 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/auto_scaling.rb 
  1756 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/activity.rb 
  1757 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/configuration.rb 
  1758 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/group.rb 
  1759 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/instance.rb 
  1760 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/policy.rb 
  1761 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/activities.rb 
  1762 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/configurations.rb 
  1763 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/groups.rb 
  1764 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/instances.rb 
  1765 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/models/auto_scaling/policies.rb 
  1766 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/basic.rb 
  1767 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/attach_load_balancers.rb 
  1768 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/attach_load_balancer_target_groups.rb 
  1769 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/create_auto_scaling_group.rb 
  1770 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/create_launch_configuration.rb 
  1771 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/create_or_update_tags.rb 
  1772 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_auto_scaling_group.rb 
  1773 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_launch_configuration.rb 
  1774 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_notification_configuration.rb 
  1775 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_policy.rb 
  1776 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_scheduled_action.rb 
  1777 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/delete_tags.rb 
  1778 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_adjustment_types.rb 
  1779 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_adjustment_types.rb 
  1780 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_groups.rb 
  1781 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_groups.rb 
  1782 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_instances.rb 
  1783 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_instances.rb 
  1784 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_notification_types.rb 
  1785 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_notification_types.rb 
  1786 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_launch_configurations.rb 
  1787 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_launch_configurations.rb 
  1788 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_metric_collection_types.rb 
  1789 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_metric_collection_types.rb 
  1790 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_notification_configurations.rb 
  1791 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_notification_configurations.rb 
  1792 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_policies.rb 
  1793 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_policies.rb 
  1794 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_scaling_activities.rb 
  1795 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_scaling_activities.rb 
  1796 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_scaling_process_types.rb 
  1797 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_scaling_process_types.rb 
  1798 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_scheduled_actions.rb 
  1799 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_scheduled_actions.rb 
  1800 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_tags.rb 
  1801 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_tags.rb 
  1802 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/describe_termination_policy_types.rb 
  1803 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/describe_termination_policy_types.rb 
  1804 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/detach_load_balancers.rb 
  1805 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/detach_load_balancer_target_groups.rb 
  1806 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/detach_instances.rb 
  1807 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/attach_instances.rb 
  1808 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/disable_metrics_collection.rb 
  1809 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/enable_metrics_collection.rb 
  1810 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/execute_policy.rb 
  1811 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/put_notification_configuration.rb 
  1812 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/put_notification_configuration.rb 
  1813 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/put_scaling_policy.rb 
  1814 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/put_scaling_policy.rb 
  1815 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/put_scheduled_update_group_action.rb 
  1816 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/resume_processes.rb 
  1817 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/set_desired_capacity.rb 
  1818 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/set_instance_health.rb 
  1819 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/suspend_processes.rb 
  1820 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/parsers/auto_scaling/terminate_instance_in_auto_scaling_group.rb 
  1821 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/terminate_instance_in_auto_scaling_group.rb 
  1822 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/fog-aws-3.0.0/lib/fog/aws/requests/auto_scaling/update_auto_scaling_group.rb 
  1823 /Users/mattheworiordan/infrastructure/lib/acme_env/cloud_formation_stack.rb 
  1824 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/bundler/gems/json-minify-rb-828e95f4dd0a/lib/json/minify/version.rb 
  1825 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/bundler/gems/json-minify-rb-828e95f4dd0a/lib/json/minify.rb 
  1826 /Users/mattheworiordan/infrastructure/lib/acme_env/cloud_formation_helper.rb 
  1827 /Users/mattheworiordan/infrastructure/lib/acme_env/cloud_formation_autoscaling_group.rb 
  1828 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp/errors.rb 
  1829 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp/upload.rb 
  1830 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp/download.rb 
  1831 /Users/mattheworiordan/.rvm/gems/ruby-2.6.0/gems/net-scp-1.2.1/lib/net/scp.rb 
  1832 /Users/mattheworiordan/infrastructure/lib/acme_env/ssh_runner.rb 

 [NOTE] 
 You may have encountered a bug in the Ruby interpreter or extension libraries. 
 Bug reports are welcome. 
 For details: https://www.ruby-lang.org/bugreport.html 

 [IMPORTANT] 
 Don't forget to include the Crash Report log file under 
 DiagnosticReports directory in bug reports.

Back