cloudtasker 0.12.rc8 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +11 -5
 - data/README.md +56 -6
 - data/docs/BATCH_JOBS.md +34 -2
 - data/gemfiles/google_cloud_tasks_1.0.gemfile.lock +119 -106
 - data/gemfiles/google_cloud_tasks_1.1.gemfile.lock +119 -106
 - data/gemfiles/google_cloud_tasks_1.2.gemfile.lock +119 -106
 - data/gemfiles/google_cloud_tasks_1.3.gemfile.lock +119 -106
 - data/gemfiles/rails_5.2.gemfile.lock +63 -50
 - data/gemfiles/rails_6.0.gemfile.lock +63 -50
 - data/lib/cloudtasker/backend/redis_task.rb +1 -1
 - data/lib/cloudtasker/batch/extension/worker.rb +1 -1
 - data/lib/cloudtasker/batch/job.rb +14 -12
 - data/lib/cloudtasker/config.rb +26 -2
 - data/lib/cloudtasker/local_server.rb +1 -1
 - data/lib/cloudtasker/unique_job/job.rb +5 -12
 - data/lib/cloudtasker/version.rb +1 -1
 - data/lib/cloudtasker/worker_handler.rb +5 -12
 - metadata +7 -7
 
| 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            PATH
         
     | 
| 
       2 
2 
     | 
    
         
             
              remote: ..
         
     | 
| 
       3 
3 
     | 
    
         
             
              specs:
         
     | 
| 
       4 
     | 
    
         
            -
                cloudtasker (0.12. 
     | 
| 
      
 4 
     | 
    
         
            +
                cloudtasker (0.12.0)
         
     | 
| 
       5 
5 
     | 
    
         
             
                  activesupport
         
     | 
| 
       6 
6 
     | 
    
         
             
                  connection_pool
         
     | 
| 
       7 
7 
     | 
    
         
             
                  fugit
         
     | 
| 
         @@ -13,94 +13,94 @@ PATH 
     | 
|
| 
       13 
13 
     | 
    
         
             
            GEM
         
     | 
| 
       14 
14 
     | 
    
         
             
              remote: https://rubygems.org/
         
     | 
| 
       15 
15 
     | 
    
         
             
              specs:
         
     | 
| 
       16 
     | 
    
         
            -
                actioncable (6.1. 
     | 
| 
       17 
     | 
    
         
            -
                  actionpack (= 6.1. 
     | 
| 
       18 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 16 
     | 
    
         
            +
                actioncable (6.1.4)
         
     | 
| 
      
 17 
     | 
    
         
            +
                  actionpack (= 6.1.4)
         
     | 
| 
      
 18 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       19 
19 
     | 
    
         
             
                  nio4r (~> 2.0)
         
     | 
| 
       20 
20 
     | 
    
         
             
                  websocket-driver (>= 0.6.1)
         
     | 
| 
       21 
     | 
    
         
            -
                actionmailbox (6.1. 
     | 
| 
       22 
     | 
    
         
            -
                  actionpack (= 6.1. 
     | 
| 
       23 
     | 
    
         
            -
                  activejob (= 6.1. 
     | 
| 
       24 
     | 
    
         
            -
                  activerecord (= 6.1. 
     | 
| 
       25 
     | 
    
         
            -
                  activestorage (= 6.1. 
     | 
| 
       26 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 21 
     | 
    
         
            +
                actionmailbox (6.1.4)
         
     | 
| 
      
 22 
     | 
    
         
            +
                  actionpack (= 6.1.4)
         
     | 
| 
      
 23 
     | 
    
         
            +
                  activejob (= 6.1.4)
         
     | 
| 
      
 24 
     | 
    
         
            +
                  activerecord (= 6.1.4)
         
     | 
| 
      
 25 
     | 
    
         
            +
                  activestorage (= 6.1.4)
         
     | 
| 
      
 26 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       27 
27 
     | 
    
         
             
                  mail (>= 2.7.1)
         
     | 
| 
       28 
     | 
    
         
            -
                actionmailer (6.1. 
     | 
| 
       29 
     | 
    
         
            -
                  actionpack (= 6.1. 
     | 
| 
       30 
     | 
    
         
            -
                  actionview (= 6.1. 
     | 
| 
       31 
     | 
    
         
            -
                  activejob (= 6.1. 
     | 
| 
       32 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 28 
     | 
    
         
            +
                actionmailer (6.1.4)
         
     | 
| 
      
 29 
     | 
    
         
            +
                  actionpack (= 6.1.4)
         
     | 
| 
      
 30 
     | 
    
         
            +
                  actionview (= 6.1.4)
         
     | 
| 
      
 31 
     | 
    
         
            +
                  activejob (= 6.1.4)
         
     | 
| 
      
 32 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       33 
33 
     | 
    
         
             
                  mail (~> 2.5, >= 2.5.4)
         
     | 
| 
       34 
34 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       35 
     | 
    
         
            -
                actionpack (6.1. 
     | 
| 
       36 
     | 
    
         
            -
                  actionview (= 6.1. 
     | 
| 
       37 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 35 
     | 
    
         
            +
                actionpack (6.1.4)
         
     | 
| 
      
 36 
     | 
    
         
            +
                  actionview (= 6.1.4)
         
     | 
| 
      
 37 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       38 
38 
     | 
    
         
             
                  rack (~> 2.0, >= 2.0.9)
         
     | 
| 
       39 
39 
     | 
    
         
             
                  rack-test (>= 0.6.3)
         
     | 
| 
       40 
40 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       41 
41 
     | 
    
         
             
                  rails-html-sanitizer (~> 1.0, >= 1.2.0)
         
     | 
| 
       42 
     | 
    
         
            -
                actiontext (6.1. 
     | 
| 
       43 
     | 
    
         
            -
                  actionpack (= 6.1. 
     | 
| 
       44 
     | 
    
         
            -
                  activerecord (= 6.1. 
     | 
| 
       45 
     | 
    
         
            -
                  activestorage (= 6.1. 
     | 
| 
       46 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 42 
     | 
    
         
            +
                actiontext (6.1.4)
         
     | 
| 
      
 43 
     | 
    
         
            +
                  actionpack (= 6.1.4)
         
     | 
| 
      
 44 
     | 
    
         
            +
                  activerecord (= 6.1.4)
         
     | 
| 
      
 45 
     | 
    
         
            +
                  activestorage (= 6.1.4)
         
     | 
| 
      
 46 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       47 
47 
     | 
    
         
             
                  nokogiri (>= 1.8.5)
         
     | 
| 
       48 
     | 
    
         
            -
                actionview (6.1. 
     | 
| 
       49 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 48 
     | 
    
         
            +
                actionview (6.1.4)
         
     | 
| 
      
 49 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       50 
50 
     | 
    
         
             
                  builder (~> 3.1)
         
     | 
| 
       51 
51 
     | 
    
         
             
                  erubi (~> 1.4)
         
     | 
| 
       52 
52 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       53 
53 
     | 
    
         
             
                  rails-html-sanitizer (~> 1.1, >= 1.2.0)
         
     | 
| 
       54 
     | 
    
         
            -
                activejob (6.1. 
     | 
| 
       55 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 54 
     | 
    
         
            +
                activejob (6.1.4)
         
     | 
| 
      
 55 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       56 
56 
     | 
    
         
             
                  globalid (>= 0.3.6)
         
     | 
| 
       57 
     | 
    
         
            -
                activemodel (6.1. 
     | 
| 
       58 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
       59 
     | 
    
         
            -
                activerecord (6.1. 
     | 
| 
       60 
     | 
    
         
            -
                  activemodel (= 6.1. 
     | 
| 
       61 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
       62 
     | 
    
         
            -
                activestorage (6.1. 
     | 
| 
       63 
     | 
    
         
            -
                  actionpack (= 6.1. 
     | 
| 
       64 
     | 
    
         
            -
                  activejob (= 6.1. 
     | 
| 
       65 
     | 
    
         
            -
                  activerecord (= 6.1. 
     | 
| 
       66 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 57 
     | 
    
         
            +
                activemodel (6.1.4)
         
     | 
| 
      
 58 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
      
 59 
     | 
    
         
            +
                activerecord (6.1.4)
         
     | 
| 
      
 60 
     | 
    
         
            +
                  activemodel (= 6.1.4)
         
     | 
| 
      
 61 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
      
 62 
     | 
    
         
            +
                activestorage (6.1.4)
         
     | 
| 
      
 63 
     | 
    
         
            +
                  actionpack (= 6.1.4)
         
     | 
| 
      
 64 
     | 
    
         
            +
                  activejob (= 6.1.4)
         
     | 
| 
      
 65 
     | 
    
         
            +
                  activerecord (= 6.1.4)
         
     | 
| 
      
 66 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       67 
67 
     | 
    
         
             
                  marcel (~> 1.0.0)
         
     | 
| 
       68 
     | 
    
         
            -
                  mini_mime ( 
     | 
| 
       69 
     | 
    
         
            -
                activesupport (6.1. 
     | 
| 
      
 68 
     | 
    
         
            +
                  mini_mime (>= 1.1.0)
         
     | 
| 
      
 69 
     | 
    
         
            +
                activesupport (6.1.4)
         
     | 
| 
       70 
70 
     | 
    
         
             
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         
     | 
| 
       71 
71 
     | 
    
         
             
                  i18n (>= 1.6, < 2)
         
     | 
| 
       72 
72 
     | 
    
         
             
                  minitest (>= 5.1)
         
     | 
| 
       73 
73 
     | 
    
         
             
                  tzinfo (~> 2.0)
         
     | 
| 
       74 
74 
     | 
    
         
             
                  zeitwerk (~> 2.3)
         
     | 
| 
       75 
     | 
    
         
            -
                addressable (2. 
     | 
| 
      
 75 
     | 
    
         
            +
                addressable (2.8.0)
         
     | 
| 
       76 
76 
     | 
    
         
             
                  public_suffix (>= 2.0.2, < 5.0)
         
     | 
| 
       77 
     | 
    
         
            -
                appraisal (2.4. 
     | 
| 
      
 77 
     | 
    
         
            +
                appraisal (2.4.1)
         
     | 
| 
       78 
78 
     | 
    
         
             
                  bundler
         
     | 
| 
       79 
79 
     | 
    
         
             
                  rake
         
     | 
| 
       80 
80 
     | 
    
         
             
                  thor (>= 0.14.0)
         
     | 
| 
       81 
81 
     | 
    
         
             
                ast (2.4.2)
         
     | 
| 
       82 
     | 
    
         
            -
                async (1. 
     | 
| 
      
 82 
     | 
    
         
            +
                async (1.30.1)
         
     | 
| 
       83 
83 
     | 
    
         
             
                  console (~> 1.10)
         
     | 
| 
       84 
84 
     | 
    
         
             
                  nio4r (~> 2.3)
         
     | 
| 
       85 
85 
     | 
    
         
             
                  timers (~> 4.1)
         
     | 
| 
       86 
     | 
    
         
            -
                async-http (0. 
     | 
| 
       87 
     | 
    
         
            -
                  async ( 
     | 
| 
       88 
     | 
    
         
            -
                  async-io ( 
     | 
| 
       89 
     | 
    
         
            -
                  async-pool ( 
     | 
| 
       90 
     | 
    
         
            -
                  protocol-http (~> 0. 
     | 
| 
       91 
     | 
    
         
            -
                  protocol-http1 (~> 0. 
     | 
| 
      
 86 
     | 
    
         
            +
                async-http (0.56.5)
         
     | 
| 
      
 87 
     | 
    
         
            +
                  async (>= 1.25)
         
     | 
| 
      
 88 
     | 
    
         
            +
                  async-io (>= 1.28)
         
     | 
| 
      
 89 
     | 
    
         
            +
                  async-pool (>= 0.2)
         
     | 
| 
      
 90 
     | 
    
         
            +
                  protocol-http (~> 0.22.0)
         
     | 
| 
      
 91 
     | 
    
         
            +
                  protocol-http1 (~> 0.14.0)
         
     | 
| 
       92 
92 
     | 
    
         
             
                  protocol-http2 (~> 0.14.0)
         
     | 
| 
       93 
     | 
    
         
            -
                async-http-faraday (0. 
     | 
| 
      
 93 
     | 
    
         
            +
                async-http-faraday (0.11.0)
         
     | 
| 
       94 
94 
     | 
    
         
             
                  async-http (~> 0.42)
         
     | 
| 
       95 
95 
     | 
    
         
             
                  faraday
         
     | 
| 
       96 
     | 
    
         
            -
                async-io (1. 
     | 
| 
       97 
     | 
    
         
            -
                  async 
     | 
| 
       98 
     | 
    
         
            -
                async-pool (0.3. 
     | 
| 
       99 
     | 
    
         
            -
                  async ( 
     | 
| 
      
 96 
     | 
    
         
            +
                async-io (1.32.2)
         
     | 
| 
      
 97 
     | 
    
         
            +
                  async
         
     | 
| 
      
 98 
     | 
    
         
            +
                async-pool (0.3.8)
         
     | 
| 
      
 99 
     | 
    
         
            +
                  async (>= 1.25)
         
     | 
| 
       100 
100 
     | 
    
         
             
                builder (3.2.4)
         
     | 
| 
       101 
     | 
    
         
            -
                concurrent-ruby (1.1. 
     | 
| 
       102 
     | 
    
         
            -
                connection_pool (2.2. 
     | 
| 
       103 
     | 
    
         
            -
                console (1. 
     | 
| 
      
 101 
     | 
    
         
            +
                concurrent-ruby (1.1.9)
         
     | 
| 
      
 102 
     | 
    
         
            +
                connection_pool (2.2.5)
         
     | 
| 
      
 103 
     | 
    
         
            +
                console (1.13.1)
         
     | 
| 
       104 
104 
     | 
    
         
             
                  fiber-local
         
     | 
| 
       105 
105 
     | 
    
         
             
                crack (0.4.5)
         
     | 
| 
       106 
106 
     | 
    
         
             
                  rexml
         
     | 
| 
         @@ -109,18 +109,32 @@ GEM 
     | 
|
| 
       109 
109 
     | 
    
         
             
                erubi (1.10.0)
         
     | 
| 
       110 
110 
     | 
    
         
             
                et-orbi (1.2.4)
         
     | 
| 
       111 
111 
     | 
    
         
             
                  tzinfo
         
     | 
| 
       112 
     | 
    
         
            -
                faraday (1. 
     | 
| 
      
 112 
     | 
    
         
            +
                faraday (1.7.0)
         
     | 
| 
      
 113 
     | 
    
         
            +
                  faraday-em_http (~> 1.0)
         
     | 
| 
      
 114 
     | 
    
         
            +
                  faraday-em_synchrony (~> 1.0)
         
     | 
| 
      
 115 
     | 
    
         
            +
                  faraday-excon (~> 1.1)
         
     | 
| 
      
 116 
     | 
    
         
            +
                  faraday-httpclient (~> 1.0.1)
         
     | 
| 
       113 
117 
     | 
    
         
             
                  faraday-net_http (~> 1.0)
         
     | 
| 
      
 118 
     | 
    
         
            +
                  faraday-net_http_persistent (~> 1.1)
         
     | 
| 
      
 119 
     | 
    
         
            +
                  faraday-patron (~> 1.0)
         
     | 
| 
      
 120 
     | 
    
         
            +
                  faraday-rack (~> 1.0)
         
     | 
| 
       114 
121 
     | 
    
         
             
                  multipart-post (>= 1.2, < 3)
         
     | 
| 
       115 
     | 
    
         
            -
                  ruby2_keywords
         
     | 
| 
      
 122 
     | 
    
         
            +
                  ruby2_keywords (>= 0.0.4)
         
     | 
| 
      
 123 
     | 
    
         
            +
                faraday-em_http (1.0.0)
         
     | 
| 
      
 124 
     | 
    
         
            +
                faraday-em_synchrony (1.0.0)
         
     | 
| 
      
 125 
     | 
    
         
            +
                faraday-excon (1.1.0)
         
     | 
| 
       116 
126 
     | 
    
         
             
                faraday-http-cache (2.2.0)
         
     | 
| 
       117 
127 
     | 
    
         
             
                  faraday (>= 0.8)
         
     | 
| 
      
 128 
     | 
    
         
            +
                faraday-httpclient (1.0.1)
         
     | 
| 
       118 
129 
     | 
    
         
             
                faraday-net_http (1.0.1)
         
     | 
| 
      
 130 
     | 
    
         
            +
                faraday-net_http_persistent (1.2.0)
         
     | 
| 
      
 131 
     | 
    
         
            +
                faraday-patron (1.0.0)
         
     | 
| 
      
 132 
     | 
    
         
            +
                faraday-rack (1.0.0)
         
     | 
| 
       119 
133 
     | 
    
         
             
                fiber-local (1.0.0)
         
     | 
| 
       120 
     | 
    
         
            -
                fugit (1. 
     | 
| 
      
 134 
     | 
    
         
            +
                fugit (1.5.1)
         
     | 
| 
       121 
135 
     | 
    
         
             
                  et-orbi (~> 1.1, >= 1.1.8)
         
     | 
| 
       122 
136 
     | 
    
         
             
                  raabro (~> 1.4)
         
     | 
| 
       123 
     | 
    
         
            -
                github_changelog_generator (1.16. 
     | 
| 
      
 137 
     | 
    
         
            +
                github_changelog_generator (1.16.4)
         
     | 
| 
       124 
138 
     | 
    
         
             
                  activesupport
         
     | 
| 
       125 
139 
     | 
    
         
             
                  async (>= 1.25.0)
         
     | 
| 
       126 
140 
     | 
    
         
             
                  async-http-faraday
         
     | 
| 
         @@ -129,9 +143,8 @@ GEM 
     | 
|
| 
       129 
143 
     | 
    
         
             
                  octokit (~> 4.6)
         
     | 
| 
       130 
144 
     | 
    
         
             
                  rainbow (>= 2.2.1)
         
     | 
| 
       131 
145 
     | 
    
         
             
                  rake (>= 10.0)
         
     | 
| 
       132 
     | 
    
         
            -
             
     | 
| 
       133 
     | 
    
         
            -
             
     | 
| 
       134 
     | 
    
         
            -
                  activesupport (>= 4.2.0)
         
     | 
| 
      
 146 
     | 
    
         
            +
                globalid (0.5.2)
         
     | 
| 
      
 147 
     | 
    
         
            +
                  activesupport (>= 5.0)
         
     | 
| 
       135 
148 
     | 
    
         
             
                google-cloud-tasks (1.1.0)
         
     | 
| 
       136 
149 
     | 
    
         
             
                  google-gax (~> 1.7)
         
     | 
| 
       137 
150 
     | 
    
         
             
                  googleapis-common-protos (>= 1.3.9, < 2.0)
         
     | 
| 
         @@ -142,22 +155,22 @@ GEM 
     | 
|
| 
       142 
155 
     | 
    
         
             
                  googleauth (~> 0.9)
         
     | 
| 
       143 
156 
     | 
    
         
             
                  grpc (~> 1.24)
         
     | 
| 
       144 
157 
     | 
    
         
             
                  rly (~> 0.2.3)
         
     | 
| 
       145 
     | 
    
         
            -
                google-protobuf (3. 
     | 
| 
      
 158 
     | 
    
         
            +
                google-protobuf (3.17.3)
         
     | 
| 
       146 
159 
     | 
    
         
             
                googleapis-common-protos (1.3.11)
         
     | 
| 
       147 
160 
     | 
    
         
             
                  google-protobuf (~> 3.14)
         
     | 
| 
       148 
161 
     | 
    
         
             
                  googleapis-common-protos-types (>= 1.0.6, < 2.0)
         
     | 
| 
       149 
162 
     | 
    
         
             
                  grpc (~> 1.27)
         
     | 
| 
       150 
     | 
    
         
            -
                googleapis-common-protos-types (1.0 
     | 
| 
      
 163 
     | 
    
         
            +
                googleapis-common-protos-types (1.1.0)
         
     | 
| 
       151 
164 
     | 
    
         
             
                  google-protobuf (~> 3.14)
         
     | 
| 
       152 
     | 
    
         
            -
                googleauth (0. 
     | 
| 
      
 165 
     | 
    
         
            +
                googleauth (0.17.0)
         
     | 
| 
       153 
166 
     | 
    
         
             
                  faraday (>= 0.17.3, < 2.0)
         
     | 
| 
       154 
167 
     | 
    
         
             
                  jwt (>= 1.4, < 3.0)
         
     | 
| 
       155 
168 
     | 
    
         
             
                  memoist (~> 0.16)
         
     | 
| 
       156 
169 
     | 
    
         
             
                  multi_json (~> 1.11)
         
     | 
| 
       157 
170 
     | 
    
         
             
                  os (>= 0.9, < 2.0)
         
     | 
| 
       158 
171 
     | 
    
         
             
                  signet (~> 0.14)
         
     | 
| 
       159 
     | 
    
         
            -
                grpc (1. 
     | 
| 
       160 
     | 
    
         
            -
                  google-protobuf (~> 3. 
     | 
| 
      
 172 
     | 
    
         
            +
                grpc (1.38.0)
         
     | 
| 
      
 173 
     | 
    
         
            +
                  google-protobuf (~> 3.15)
         
     | 
| 
       161 
174 
     | 
    
         
             
                  googleapis-common-protos-types (~> 1.0)
         
     | 
| 
       162 
175 
     | 
    
         
             
                grpc-google-iam-v1 (0.6.11)
         
     | 
| 
       163 
176 
     | 
    
         
             
                  google-protobuf (~> 3.14)
         
     | 
| 
         @@ -167,8 +180,8 @@ GEM 
     | 
|
| 
       167 
180 
     | 
    
         
             
                i18n (1.8.10)
         
     | 
| 
       168 
181 
     | 
    
         
             
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       169 
182 
     | 
    
         
             
                jaro_winkler (1.5.4)
         
     | 
| 
       170 
     | 
    
         
            -
                jwt (2.2. 
     | 
| 
       171 
     | 
    
         
            -
                loofah (2. 
     | 
| 
      
 183 
     | 
    
         
            +
                jwt (2.2.3)
         
     | 
| 
      
 184 
     | 
    
         
            +
                loofah (2.12.0)
         
     | 
| 
       172 
185 
     | 
    
         
             
                  crass (~> 1.0.2)
         
     | 
| 
       173 
186 
     | 
    
         
             
                  nokogiri (>= 1.5.9)
         
     | 
| 
       174 
187 
     | 
    
         
             
                mail (2.7.1)
         
     | 
| 
         @@ -176,26 +189,26 @@ GEM 
     | 
|
| 
       176 
189 
     | 
    
         
             
                marcel (1.0.1)
         
     | 
| 
       177 
190 
     | 
    
         
             
                memoist (0.16.2)
         
     | 
| 
       178 
191 
     | 
    
         
             
                method_source (1.0.0)
         
     | 
| 
       179 
     | 
    
         
            -
                mini_mime (1.0 
     | 
| 
       180 
     | 
    
         
            -
                mini_portile2 (2. 
     | 
| 
      
 192 
     | 
    
         
            +
                mini_mime (1.1.0)
         
     | 
| 
      
 193 
     | 
    
         
            +
                mini_portile2 (2.6.1)
         
     | 
| 
       181 
194 
     | 
    
         
             
                minitest (5.14.4)
         
     | 
| 
       182 
195 
     | 
    
         
             
                multi_json (1.15.0)
         
     | 
| 
       183 
196 
     | 
    
         
             
                multipart-post (2.1.1)
         
     | 
| 
       184 
     | 
    
         
            -
                nio4r (2.5. 
     | 
| 
       185 
     | 
    
         
            -
                nokogiri (1. 
     | 
| 
       186 
     | 
    
         
            -
                  mini_portile2 (~> 2. 
     | 
| 
      
 197 
     | 
    
         
            +
                nio4r (2.5.8)
         
     | 
| 
      
 198 
     | 
    
         
            +
                nokogiri (1.12.3)
         
     | 
| 
      
 199 
     | 
    
         
            +
                  mini_portile2 (~> 2.6.1)
         
     | 
| 
       187 
200 
     | 
    
         
             
                  racc (~> 1.4)
         
     | 
| 
       188 
     | 
    
         
            -
                octokit (4. 
     | 
| 
      
 201 
     | 
    
         
            +
                octokit (4.21.0)
         
     | 
| 
       189 
202 
     | 
    
         
             
                  faraday (>= 0.9)
         
     | 
| 
       190 
203 
     | 
    
         
             
                  sawyer (~> 0.8.0, >= 0.5.3)
         
     | 
| 
       191 
204 
     | 
    
         
             
                os (1.1.1)
         
     | 
| 
       192 
205 
     | 
    
         
             
                parallel (1.20.1)
         
     | 
| 
       193 
     | 
    
         
            -
                parser (3.0. 
     | 
| 
      
 206 
     | 
    
         
            +
                parser (3.0.2.0)
         
     | 
| 
       194 
207 
     | 
    
         
             
                  ast (~> 2.4.1)
         
     | 
| 
       195 
208 
     | 
    
         
             
                protocol-hpack (1.4.2)
         
     | 
| 
       196 
     | 
    
         
            -
                protocol-http (0. 
     | 
| 
       197 
     | 
    
         
            -
                protocol-http1 (0. 
     | 
| 
       198 
     | 
    
         
            -
                  protocol-http (~> 0. 
     | 
| 
      
 209 
     | 
    
         
            +
                protocol-http (0.22.5)
         
     | 
| 
      
 210 
     | 
    
         
            +
                protocol-http1 (0.14.1)
         
     | 
| 
      
 211 
     | 
    
         
            +
                  protocol-http (~> 0.22)
         
     | 
| 
       199 
212 
     | 
    
         
             
                protocol-http2 (0.14.2)
         
     | 
| 
       200 
213 
     | 
    
         
             
                  protocol-hpack (~> 1.4)
         
     | 
| 
       201 
214 
     | 
    
         
             
                  protocol-http (~> 0.18)
         
     | 
| 
         @@ -205,35 +218,35 @@ GEM 
     | 
|
| 
       205 
218 
     | 
    
         
             
                rack (2.2.3)
         
     | 
| 
       206 
219 
     | 
    
         
             
                rack-test (1.1.0)
         
     | 
| 
       207 
220 
     | 
    
         
             
                  rack (>= 1.0, < 3)
         
     | 
| 
       208 
     | 
    
         
            -
                rails (6.1. 
     | 
| 
       209 
     | 
    
         
            -
                  actioncable (= 6.1. 
     | 
| 
       210 
     | 
    
         
            -
                  actionmailbox (= 6.1. 
     | 
| 
       211 
     | 
    
         
            -
                  actionmailer (= 6.1. 
     | 
| 
       212 
     | 
    
         
            -
                  actionpack (= 6.1. 
     | 
| 
       213 
     | 
    
         
            -
                  actiontext (= 6.1. 
     | 
| 
       214 
     | 
    
         
            -
                  actionview (= 6.1. 
     | 
| 
       215 
     | 
    
         
            -
                  activejob (= 6.1. 
     | 
| 
       216 
     | 
    
         
            -
                  activemodel (= 6.1. 
     | 
| 
       217 
     | 
    
         
            -
                  activerecord (= 6.1. 
     | 
| 
       218 
     | 
    
         
            -
                  activestorage (= 6.1. 
     | 
| 
       219 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 221 
     | 
    
         
            +
                rails (6.1.4)
         
     | 
| 
      
 222 
     | 
    
         
            +
                  actioncable (= 6.1.4)
         
     | 
| 
      
 223 
     | 
    
         
            +
                  actionmailbox (= 6.1.4)
         
     | 
| 
      
 224 
     | 
    
         
            +
                  actionmailer (= 6.1.4)
         
     | 
| 
      
 225 
     | 
    
         
            +
                  actionpack (= 6.1.4)
         
     | 
| 
      
 226 
     | 
    
         
            +
                  actiontext (= 6.1.4)
         
     | 
| 
      
 227 
     | 
    
         
            +
                  actionview (= 6.1.4)
         
     | 
| 
      
 228 
     | 
    
         
            +
                  activejob (= 6.1.4)
         
     | 
| 
      
 229 
     | 
    
         
            +
                  activemodel (= 6.1.4)
         
     | 
| 
      
 230 
     | 
    
         
            +
                  activerecord (= 6.1.4)
         
     | 
| 
      
 231 
     | 
    
         
            +
                  activestorage (= 6.1.4)
         
     | 
| 
      
 232 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       220 
233 
     | 
    
         
             
                  bundler (>= 1.15.0)
         
     | 
| 
       221 
     | 
    
         
            -
                  railties (= 6.1. 
     | 
| 
      
 234 
     | 
    
         
            +
                  railties (= 6.1.4)
         
     | 
| 
       222 
235 
     | 
    
         
             
                  sprockets-rails (>= 2.0.0)
         
     | 
| 
       223 
236 
     | 
    
         
             
                rails-dom-testing (2.0.3)
         
     | 
| 
       224 
237 
     | 
    
         
             
                  activesupport (>= 4.2.0)
         
     | 
| 
       225 
238 
     | 
    
         
             
                  nokogiri (>= 1.6)
         
     | 
| 
       226 
     | 
    
         
            -
                rails-html-sanitizer (1. 
     | 
| 
      
 239 
     | 
    
         
            +
                rails-html-sanitizer (1.4.1)
         
     | 
| 
       227 
240 
     | 
    
         
             
                  loofah (~> 2.3)
         
     | 
| 
       228 
     | 
    
         
            -
                railties (6.1. 
     | 
| 
       229 
     | 
    
         
            -
                  actionpack (= 6.1. 
     | 
| 
       230 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 241 
     | 
    
         
            +
                railties (6.1.4)
         
     | 
| 
      
 242 
     | 
    
         
            +
                  actionpack (= 6.1.4)
         
     | 
| 
      
 243 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       231 
244 
     | 
    
         
             
                  method_source
         
     | 
| 
       232 
     | 
    
         
            -
                  rake (>= 0. 
     | 
| 
      
 245 
     | 
    
         
            +
                  rake (>= 0.13)
         
     | 
| 
       233 
246 
     | 
    
         
             
                  thor (~> 1.0)
         
     | 
| 
       234 
247 
     | 
    
         
             
                rainbow (3.0.0)
         
     | 
| 
       235 
     | 
    
         
            -
                rake (13.0. 
     | 
| 
       236 
     | 
    
         
            -
                redis (4. 
     | 
| 
      
 248 
     | 
    
         
            +
                rake (13.0.6)
         
     | 
| 
      
 249 
     | 
    
         
            +
                redis (4.4.0)
         
     | 
| 
       237 
250 
     | 
    
         
             
                retriable (3.1.2)
         
     | 
| 
       238 
251 
     | 
    
         
             
                rexml (3.2.5)
         
     | 
| 
       239 
252 
     | 
    
         
             
                rly (0.2.3)
         
     | 
| 
         @@ -250,7 +263,7 @@ GEM 
     | 
|
| 
       250 
263 
     | 
    
         
             
                rspec-mocks (3.10.2)
         
     | 
| 
       251 
264 
     | 
    
         
             
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
       252 
265 
     | 
    
         
             
                  rspec-support (~> 3.10.0)
         
     | 
| 
       253 
     | 
    
         
            -
                rspec-rails (5.0. 
     | 
| 
      
 266 
     | 
    
         
            +
                rspec-rails (5.0.2)
         
     | 
| 
       254 
267 
     | 
    
         
             
                  actionpack (>= 5.2)
         
     | 
| 
       255 
268 
     | 
    
         
             
                  activesupport (>= 5.2)
         
     | 
| 
       256 
269 
     | 
    
         
             
                  railties (>= 5.2)
         
     | 
| 
         @@ -269,11 +282,11 @@ GEM 
     | 
|
| 
       269 
282 
     | 
    
         
             
                rubocop-rspec (1.37.0)
         
     | 
| 
       270 
283 
     | 
    
         
             
                  rubocop (>= 0.68.1)
         
     | 
| 
       271 
284 
     | 
    
         
             
                ruby-progressbar (1.11.0)
         
     | 
| 
       272 
     | 
    
         
            -
                ruby2_keywords (0.0. 
     | 
| 
      
 285 
     | 
    
         
            +
                ruby2_keywords (0.0.5)
         
     | 
| 
       273 
286 
     | 
    
         
             
                sawyer (0.8.2)
         
     | 
| 
       274 
287 
     | 
    
         
             
                  addressable (>= 2.3.5)
         
     | 
| 
       275 
288 
     | 
    
         
             
                  faraday (> 0.8, < 2.0)
         
     | 
| 
       276 
     | 
    
         
            -
                semantic_logger (4. 
     | 
| 
      
 289 
     | 
    
         
            +
                semantic_logger (4.8.2)
         
     | 
| 
       277 
290 
     | 
    
         
             
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       278 
291 
     | 
    
         
             
                signet (0.15.0)
         
     | 
| 
       279 
292 
     | 
    
         
             
                  addressable (~> 2.3)
         
     | 
| 
         @@ -294,11 +307,11 @@ GEM 
     | 
|
| 
       294 
307 
     | 
    
         
             
                tzinfo (2.0.4)
         
     | 
| 
       295 
308 
     | 
    
         
             
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       296 
309 
     | 
    
         
             
                unicode-display_width (1.6.1)
         
     | 
| 
       297 
     | 
    
         
            -
                webmock (3. 
     | 
| 
       298 
     | 
    
         
            -
                  addressable (>= 2. 
     | 
| 
      
 310 
     | 
    
         
            +
                webmock (3.14.0)
         
     | 
| 
      
 311 
     | 
    
         
            +
                  addressable (>= 2.8.0)
         
     | 
| 
       299 
312 
     | 
    
         
             
                  crack (>= 0.3.2)
         
     | 
| 
       300 
313 
     | 
    
         
             
                  hashdiff (>= 0.4.0, < 2.0.0)
         
     | 
| 
       301 
     | 
    
         
            -
                websocket-driver (0.7. 
     | 
| 
      
 314 
     | 
    
         
            +
                websocket-driver (0.7.5)
         
     | 
| 
       302 
315 
     | 
    
         
             
                  websocket-extensions (>= 0.1.0)
         
     | 
| 
       303 
316 
     | 
    
         
             
                websocket-extensions (0.1.5)
         
     | 
| 
       304 
317 
     | 
    
         
             
                zeitwerk (2.4.2)
         
     | 
| 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            PATH
         
     | 
| 
       2 
2 
     | 
    
         
             
              remote: ..
         
     | 
| 
       3 
3 
     | 
    
         
             
              specs:
         
     | 
| 
       4 
     | 
    
         
            -
                cloudtasker (0.12. 
     | 
| 
      
 4 
     | 
    
         
            +
                cloudtasker (0.12.0)
         
     | 
| 
       5 
5 
     | 
    
         
             
                  activesupport
         
     | 
| 
       6 
6 
     | 
    
         
             
                  connection_pool
         
     | 
| 
       7 
7 
     | 
    
         
             
                  fugit
         
     | 
| 
         @@ -13,94 +13,94 @@ PATH 
     | 
|
| 
       13 
13 
     | 
    
         
             
            GEM
         
     | 
| 
       14 
14 
     | 
    
         
             
              remote: https://rubygems.org/
         
     | 
| 
       15 
15 
     | 
    
         
             
              specs:
         
     | 
| 
       16 
     | 
    
         
            -
                actioncable (6.1. 
     | 
| 
       17 
     | 
    
         
            -
                  actionpack (= 6.1. 
     | 
| 
       18 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 16 
     | 
    
         
            +
                actioncable (6.1.4)
         
     | 
| 
      
 17 
     | 
    
         
            +
                  actionpack (= 6.1.4)
         
     | 
| 
      
 18 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       19 
19 
     | 
    
         
             
                  nio4r (~> 2.0)
         
     | 
| 
       20 
20 
     | 
    
         
             
                  websocket-driver (>= 0.6.1)
         
     | 
| 
       21 
     | 
    
         
            -
                actionmailbox (6.1. 
     | 
| 
       22 
     | 
    
         
            -
                  actionpack (= 6.1. 
     | 
| 
       23 
     | 
    
         
            -
                  activejob (= 6.1. 
     | 
| 
       24 
     | 
    
         
            -
                  activerecord (= 6.1. 
     | 
| 
       25 
     | 
    
         
            -
                  activestorage (= 6.1. 
     | 
| 
       26 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 21 
     | 
    
         
            +
                actionmailbox (6.1.4)
         
     | 
| 
      
 22 
     | 
    
         
            +
                  actionpack (= 6.1.4)
         
     | 
| 
      
 23 
     | 
    
         
            +
                  activejob (= 6.1.4)
         
     | 
| 
      
 24 
     | 
    
         
            +
                  activerecord (= 6.1.4)
         
     | 
| 
      
 25 
     | 
    
         
            +
                  activestorage (= 6.1.4)
         
     | 
| 
      
 26 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       27 
27 
     | 
    
         
             
                  mail (>= 2.7.1)
         
     | 
| 
       28 
     | 
    
         
            -
                actionmailer (6.1. 
     | 
| 
       29 
     | 
    
         
            -
                  actionpack (= 6.1. 
     | 
| 
       30 
     | 
    
         
            -
                  actionview (= 6.1. 
     | 
| 
       31 
     | 
    
         
            -
                  activejob (= 6.1. 
     | 
| 
       32 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 28 
     | 
    
         
            +
                actionmailer (6.1.4)
         
     | 
| 
      
 29 
     | 
    
         
            +
                  actionpack (= 6.1.4)
         
     | 
| 
      
 30 
     | 
    
         
            +
                  actionview (= 6.1.4)
         
     | 
| 
      
 31 
     | 
    
         
            +
                  activejob (= 6.1.4)
         
     | 
| 
      
 32 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       33 
33 
     | 
    
         
             
                  mail (~> 2.5, >= 2.5.4)
         
     | 
| 
       34 
34 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       35 
     | 
    
         
            -
                actionpack (6.1. 
     | 
| 
       36 
     | 
    
         
            -
                  actionview (= 6.1. 
     | 
| 
       37 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 35 
     | 
    
         
            +
                actionpack (6.1.4)
         
     | 
| 
      
 36 
     | 
    
         
            +
                  actionview (= 6.1.4)
         
     | 
| 
      
 37 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       38 
38 
     | 
    
         
             
                  rack (~> 2.0, >= 2.0.9)
         
     | 
| 
       39 
39 
     | 
    
         
             
                  rack-test (>= 0.6.3)
         
     | 
| 
       40 
40 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       41 
41 
     | 
    
         
             
                  rails-html-sanitizer (~> 1.0, >= 1.2.0)
         
     | 
| 
       42 
     | 
    
         
            -
                actiontext (6.1. 
     | 
| 
       43 
     | 
    
         
            -
                  actionpack (= 6.1. 
     | 
| 
       44 
     | 
    
         
            -
                  activerecord (= 6.1. 
     | 
| 
       45 
     | 
    
         
            -
                  activestorage (= 6.1. 
     | 
| 
       46 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 42 
     | 
    
         
            +
                actiontext (6.1.4)
         
     | 
| 
      
 43 
     | 
    
         
            +
                  actionpack (= 6.1.4)
         
     | 
| 
      
 44 
     | 
    
         
            +
                  activerecord (= 6.1.4)
         
     | 
| 
      
 45 
     | 
    
         
            +
                  activestorage (= 6.1.4)
         
     | 
| 
      
 46 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       47 
47 
     | 
    
         
             
                  nokogiri (>= 1.8.5)
         
     | 
| 
       48 
     | 
    
         
            -
                actionview (6.1. 
     | 
| 
       49 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 48 
     | 
    
         
            +
                actionview (6.1.4)
         
     | 
| 
      
 49 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       50 
50 
     | 
    
         
             
                  builder (~> 3.1)
         
     | 
| 
       51 
51 
     | 
    
         
             
                  erubi (~> 1.4)
         
     | 
| 
       52 
52 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       53 
53 
     | 
    
         
             
                  rails-html-sanitizer (~> 1.1, >= 1.2.0)
         
     | 
| 
       54 
     | 
    
         
            -
                activejob (6.1. 
     | 
| 
       55 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 54 
     | 
    
         
            +
                activejob (6.1.4)
         
     | 
| 
      
 55 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       56 
56 
     | 
    
         
             
                  globalid (>= 0.3.6)
         
     | 
| 
       57 
     | 
    
         
            -
                activemodel (6.1. 
     | 
| 
       58 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
       59 
     | 
    
         
            -
                activerecord (6.1. 
     | 
| 
       60 
     | 
    
         
            -
                  activemodel (= 6.1. 
     | 
| 
       61 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
       62 
     | 
    
         
            -
                activestorage (6.1. 
     | 
| 
       63 
     | 
    
         
            -
                  actionpack (= 6.1. 
     | 
| 
       64 
     | 
    
         
            -
                  activejob (= 6.1. 
     | 
| 
       65 
     | 
    
         
            -
                  activerecord (= 6.1. 
     | 
| 
       66 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 57 
     | 
    
         
            +
                activemodel (6.1.4)
         
     | 
| 
      
 58 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
      
 59 
     | 
    
         
            +
                activerecord (6.1.4)
         
     | 
| 
      
 60 
     | 
    
         
            +
                  activemodel (= 6.1.4)
         
     | 
| 
      
 61 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
      
 62 
     | 
    
         
            +
                activestorage (6.1.4)
         
     | 
| 
      
 63 
     | 
    
         
            +
                  actionpack (= 6.1.4)
         
     | 
| 
      
 64 
     | 
    
         
            +
                  activejob (= 6.1.4)
         
     | 
| 
      
 65 
     | 
    
         
            +
                  activerecord (= 6.1.4)
         
     | 
| 
      
 66 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       67 
67 
     | 
    
         
             
                  marcel (~> 1.0.0)
         
     | 
| 
       68 
     | 
    
         
            -
                  mini_mime ( 
     | 
| 
       69 
     | 
    
         
            -
                activesupport (6.1. 
     | 
| 
      
 68 
     | 
    
         
            +
                  mini_mime (>= 1.1.0)
         
     | 
| 
      
 69 
     | 
    
         
            +
                activesupport (6.1.4)
         
     | 
| 
       70 
70 
     | 
    
         
             
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         
     | 
| 
       71 
71 
     | 
    
         
             
                  i18n (>= 1.6, < 2)
         
     | 
| 
       72 
72 
     | 
    
         
             
                  minitest (>= 5.1)
         
     | 
| 
       73 
73 
     | 
    
         
             
                  tzinfo (~> 2.0)
         
     | 
| 
       74 
74 
     | 
    
         
             
                  zeitwerk (~> 2.3)
         
     | 
| 
       75 
     | 
    
         
            -
                addressable (2. 
     | 
| 
      
 75 
     | 
    
         
            +
                addressable (2.8.0)
         
     | 
| 
       76 
76 
     | 
    
         
             
                  public_suffix (>= 2.0.2, < 5.0)
         
     | 
| 
       77 
     | 
    
         
            -
                appraisal (2.4. 
     | 
| 
      
 77 
     | 
    
         
            +
                appraisal (2.4.1)
         
     | 
| 
       78 
78 
     | 
    
         
             
                  bundler
         
     | 
| 
       79 
79 
     | 
    
         
             
                  rake
         
     | 
| 
       80 
80 
     | 
    
         
             
                  thor (>= 0.14.0)
         
     | 
| 
       81 
81 
     | 
    
         
             
                ast (2.4.2)
         
     | 
| 
       82 
     | 
    
         
            -
                async (1. 
     | 
| 
      
 82 
     | 
    
         
            +
                async (1.30.1)
         
     | 
| 
       83 
83 
     | 
    
         
             
                  console (~> 1.10)
         
     | 
| 
       84 
84 
     | 
    
         
             
                  nio4r (~> 2.3)
         
     | 
| 
       85 
85 
     | 
    
         
             
                  timers (~> 4.1)
         
     | 
| 
       86 
     | 
    
         
            -
                async-http (0. 
     | 
| 
       87 
     | 
    
         
            -
                  async ( 
     | 
| 
       88 
     | 
    
         
            -
                  async-io ( 
     | 
| 
       89 
     | 
    
         
            -
                  async-pool ( 
     | 
| 
       90 
     | 
    
         
            -
                  protocol-http (~> 0. 
     | 
| 
       91 
     | 
    
         
            -
                  protocol-http1 (~> 0. 
     | 
| 
      
 86 
     | 
    
         
            +
                async-http (0.56.5)
         
     | 
| 
      
 87 
     | 
    
         
            +
                  async (>= 1.25)
         
     | 
| 
      
 88 
     | 
    
         
            +
                  async-io (>= 1.28)
         
     | 
| 
      
 89 
     | 
    
         
            +
                  async-pool (>= 0.2)
         
     | 
| 
      
 90 
     | 
    
         
            +
                  protocol-http (~> 0.22.0)
         
     | 
| 
      
 91 
     | 
    
         
            +
                  protocol-http1 (~> 0.14.0)
         
     | 
| 
       92 
92 
     | 
    
         
             
                  protocol-http2 (~> 0.14.0)
         
     | 
| 
       93 
     | 
    
         
            -
                async-http-faraday (0. 
     | 
| 
      
 93 
     | 
    
         
            +
                async-http-faraday (0.11.0)
         
     | 
| 
       94 
94 
     | 
    
         
             
                  async-http (~> 0.42)
         
     | 
| 
       95 
95 
     | 
    
         
             
                  faraday
         
     | 
| 
       96 
     | 
    
         
            -
                async-io (1. 
     | 
| 
       97 
     | 
    
         
            -
                  async 
     | 
| 
       98 
     | 
    
         
            -
                async-pool (0.3. 
     | 
| 
       99 
     | 
    
         
            -
                  async ( 
     | 
| 
      
 96 
     | 
    
         
            +
                async-io (1.32.2)
         
     | 
| 
      
 97 
     | 
    
         
            +
                  async
         
     | 
| 
      
 98 
     | 
    
         
            +
                async-pool (0.3.8)
         
     | 
| 
      
 99 
     | 
    
         
            +
                  async (>= 1.25)
         
     | 
| 
       100 
100 
     | 
    
         
             
                builder (3.2.4)
         
     | 
| 
       101 
     | 
    
         
            -
                concurrent-ruby (1.1. 
     | 
| 
       102 
     | 
    
         
            -
                connection_pool (2.2. 
     | 
| 
       103 
     | 
    
         
            -
                console (1. 
     | 
| 
      
 101 
     | 
    
         
            +
                concurrent-ruby (1.1.9)
         
     | 
| 
      
 102 
     | 
    
         
            +
                connection_pool (2.2.5)
         
     | 
| 
      
 103 
     | 
    
         
            +
                console (1.13.1)
         
     | 
| 
       104 
104 
     | 
    
         
             
                  fiber-local
         
     | 
| 
       105 
105 
     | 
    
         
             
                crack (0.4.5)
         
     | 
| 
       106 
106 
     | 
    
         
             
                  rexml
         
     | 
| 
         @@ -109,18 +109,32 @@ GEM 
     | 
|
| 
       109 
109 
     | 
    
         
             
                erubi (1.10.0)
         
     | 
| 
       110 
110 
     | 
    
         
             
                et-orbi (1.2.4)
         
     | 
| 
       111 
111 
     | 
    
         
             
                  tzinfo
         
     | 
| 
       112 
     | 
    
         
            -
                faraday (1. 
     | 
| 
      
 112 
     | 
    
         
            +
                faraday (1.7.0)
         
     | 
| 
      
 113 
     | 
    
         
            +
                  faraday-em_http (~> 1.0)
         
     | 
| 
      
 114 
     | 
    
         
            +
                  faraday-em_synchrony (~> 1.0)
         
     | 
| 
      
 115 
     | 
    
         
            +
                  faraday-excon (~> 1.1)
         
     | 
| 
      
 116 
     | 
    
         
            +
                  faraday-httpclient (~> 1.0.1)
         
     | 
| 
       113 
117 
     | 
    
         
             
                  faraday-net_http (~> 1.0)
         
     | 
| 
      
 118 
     | 
    
         
            +
                  faraday-net_http_persistent (~> 1.1)
         
     | 
| 
      
 119 
     | 
    
         
            +
                  faraday-patron (~> 1.0)
         
     | 
| 
      
 120 
     | 
    
         
            +
                  faraday-rack (~> 1.0)
         
     | 
| 
       114 
121 
     | 
    
         
             
                  multipart-post (>= 1.2, < 3)
         
     | 
| 
       115 
     | 
    
         
            -
                  ruby2_keywords
         
     | 
| 
      
 122 
     | 
    
         
            +
                  ruby2_keywords (>= 0.0.4)
         
     | 
| 
      
 123 
     | 
    
         
            +
                faraday-em_http (1.0.0)
         
     | 
| 
      
 124 
     | 
    
         
            +
                faraday-em_synchrony (1.0.0)
         
     | 
| 
      
 125 
     | 
    
         
            +
                faraday-excon (1.1.0)
         
     | 
| 
       116 
126 
     | 
    
         
             
                faraday-http-cache (2.2.0)
         
     | 
| 
       117 
127 
     | 
    
         
             
                  faraday (>= 0.8)
         
     | 
| 
      
 128 
     | 
    
         
            +
                faraday-httpclient (1.0.1)
         
     | 
| 
       118 
129 
     | 
    
         
             
                faraday-net_http (1.0.1)
         
     | 
| 
      
 130 
     | 
    
         
            +
                faraday-net_http_persistent (1.2.0)
         
     | 
| 
      
 131 
     | 
    
         
            +
                faraday-patron (1.0.0)
         
     | 
| 
      
 132 
     | 
    
         
            +
                faraday-rack (1.0.0)
         
     | 
| 
       119 
133 
     | 
    
         
             
                fiber-local (1.0.0)
         
     | 
| 
       120 
     | 
    
         
            -
                fugit (1. 
     | 
| 
      
 134 
     | 
    
         
            +
                fugit (1.5.1)
         
     | 
| 
       121 
135 
     | 
    
         
             
                  et-orbi (~> 1.1, >= 1.1.8)
         
     | 
| 
       122 
136 
     | 
    
         
             
                  raabro (~> 1.4)
         
     | 
| 
       123 
     | 
    
         
            -
                github_changelog_generator (1.16. 
     | 
| 
      
 137 
     | 
    
         
            +
                github_changelog_generator (1.16.4)
         
     | 
| 
       124 
138 
     | 
    
         
             
                  activesupport
         
     | 
| 
       125 
139 
     | 
    
         
             
                  async (>= 1.25.0)
         
     | 
| 
       126 
140 
     | 
    
         
             
                  async-http-faraday
         
     | 
| 
         @@ -129,9 +143,8 @@ GEM 
     | 
|
| 
       129 
143 
     | 
    
         
             
                  octokit (~> 4.6)
         
     | 
| 
       130 
144 
     | 
    
         
             
                  rainbow (>= 2.2.1)
         
     | 
| 
       131 
145 
     | 
    
         
             
                  rake (>= 10.0)
         
     | 
| 
       132 
     | 
    
         
            -
             
     | 
| 
       133 
     | 
    
         
            -
             
     | 
| 
       134 
     | 
    
         
            -
                  activesupport (>= 4.2.0)
         
     | 
| 
      
 146 
     | 
    
         
            +
                globalid (0.5.2)
         
     | 
| 
      
 147 
     | 
    
         
            +
                  activesupport (>= 5.0)
         
     | 
| 
       135 
148 
     | 
    
         
             
                google-cloud-tasks (1.2.0)
         
     | 
| 
       136 
149 
     | 
    
         
             
                  google-gax (~> 1.8)
         
     | 
| 
       137 
150 
     | 
    
         
             
                  googleapis-common-protos (>= 1.3.9, < 2.0)
         
     | 
| 
         @@ -142,22 +155,22 @@ GEM 
     | 
|
| 
       142 
155 
     | 
    
         
             
                  googleauth (~> 0.9)
         
     | 
| 
       143 
156 
     | 
    
         
             
                  grpc (~> 1.24)
         
     | 
| 
       144 
157 
     | 
    
         
             
                  rly (~> 0.2.3)
         
     | 
| 
       145 
     | 
    
         
            -
                google-protobuf (3. 
     | 
| 
      
 158 
     | 
    
         
            +
                google-protobuf (3.17.3)
         
     | 
| 
       146 
159 
     | 
    
         
             
                googleapis-common-protos (1.3.11)
         
     | 
| 
       147 
160 
     | 
    
         
             
                  google-protobuf (~> 3.14)
         
     | 
| 
       148 
161 
     | 
    
         
             
                  googleapis-common-protos-types (>= 1.0.6, < 2.0)
         
     | 
| 
       149 
162 
     | 
    
         
             
                  grpc (~> 1.27)
         
     | 
| 
       150 
     | 
    
         
            -
                googleapis-common-protos-types (1.0 
     | 
| 
      
 163 
     | 
    
         
            +
                googleapis-common-protos-types (1.1.0)
         
     | 
| 
       151 
164 
     | 
    
         
             
                  google-protobuf (~> 3.14)
         
     | 
| 
       152 
     | 
    
         
            -
                googleauth (0. 
     | 
| 
      
 165 
     | 
    
         
            +
                googleauth (0.17.0)
         
     | 
| 
       153 
166 
     | 
    
         
             
                  faraday (>= 0.17.3, < 2.0)
         
     | 
| 
       154 
167 
     | 
    
         
             
                  jwt (>= 1.4, < 3.0)
         
     | 
| 
       155 
168 
     | 
    
         
             
                  memoist (~> 0.16)
         
     | 
| 
       156 
169 
     | 
    
         
             
                  multi_json (~> 1.11)
         
     | 
| 
       157 
170 
     | 
    
         
             
                  os (>= 0.9, < 2.0)
         
     | 
| 
       158 
171 
     | 
    
         
             
                  signet (~> 0.14)
         
     | 
| 
       159 
     | 
    
         
            -
                grpc (1. 
     | 
| 
       160 
     | 
    
         
            -
                  google-protobuf (~> 3. 
     | 
| 
      
 172 
     | 
    
         
            +
                grpc (1.38.0)
         
     | 
| 
      
 173 
     | 
    
         
            +
                  google-protobuf (~> 3.15)
         
     | 
| 
       161 
174 
     | 
    
         
             
                  googleapis-common-protos-types (~> 1.0)
         
     | 
| 
       162 
175 
     | 
    
         
             
                grpc-google-iam-v1 (0.6.11)
         
     | 
| 
       163 
176 
     | 
    
         
             
                  google-protobuf (~> 3.14)
         
     | 
| 
         @@ -167,8 +180,8 @@ GEM 
     | 
|
| 
       167 
180 
     | 
    
         
             
                i18n (1.8.10)
         
     | 
| 
       168 
181 
     | 
    
         
             
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       169 
182 
     | 
    
         
             
                jaro_winkler (1.5.4)
         
     | 
| 
       170 
     | 
    
         
            -
                jwt (2.2. 
     | 
| 
       171 
     | 
    
         
            -
                loofah (2. 
     | 
| 
      
 183 
     | 
    
         
            +
                jwt (2.2.3)
         
     | 
| 
      
 184 
     | 
    
         
            +
                loofah (2.12.0)
         
     | 
| 
       172 
185 
     | 
    
         
             
                  crass (~> 1.0.2)
         
     | 
| 
       173 
186 
     | 
    
         
             
                  nokogiri (>= 1.5.9)
         
     | 
| 
       174 
187 
     | 
    
         
             
                mail (2.7.1)
         
     | 
| 
         @@ -176,26 +189,26 @@ GEM 
     | 
|
| 
       176 
189 
     | 
    
         
             
                marcel (1.0.1)
         
     | 
| 
       177 
190 
     | 
    
         
             
                memoist (0.16.2)
         
     | 
| 
       178 
191 
     | 
    
         
             
                method_source (1.0.0)
         
     | 
| 
       179 
     | 
    
         
            -
                mini_mime (1.0 
     | 
| 
       180 
     | 
    
         
            -
                mini_portile2 (2. 
     | 
| 
      
 192 
     | 
    
         
            +
                mini_mime (1.1.0)
         
     | 
| 
      
 193 
     | 
    
         
            +
                mini_portile2 (2.6.1)
         
     | 
| 
       181 
194 
     | 
    
         
             
                minitest (5.14.4)
         
     | 
| 
       182 
195 
     | 
    
         
             
                multi_json (1.15.0)
         
     | 
| 
       183 
196 
     | 
    
         
             
                multipart-post (2.1.1)
         
     | 
| 
       184 
     | 
    
         
            -
                nio4r (2.5. 
     | 
| 
       185 
     | 
    
         
            -
                nokogiri (1. 
     | 
| 
       186 
     | 
    
         
            -
                  mini_portile2 (~> 2. 
     | 
| 
      
 197 
     | 
    
         
            +
                nio4r (2.5.8)
         
     | 
| 
      
 198 
     | 
    
         
            +
                nokogiri (1.12.3)
         
     | 
| 
      
 199 
     | 
    
         
            +
                  mini_portile2 (~> 2.6.1)
         
     | 
| 
       187 
200 
     | 
    
         
             
                  racc (~> 1.4)
         
     | 
| 
       188 
     | 
    
         
            -
                octokit (4. 
     | 
| 
      
 201 
     | 
    
         
            +
                octokit (4.21.0)
         
     | 
| 
       189 
202 
     | 
    
         
             
                  faraday (>= 0.9)
         
     | 
| 
       190 
203 
     | 
    
         
             
                  sawyer (~> 0.8.0, >= 0.5.3)
         
     | 
| 
       191 
204 
     | 
    
         
             
                os (1.1.1)
         
     | 
| 
       192 
205 
     | 
    
         
             
                parallel (1.20.1)
         
     | 
| 
       193 
     | 
    
         
            -
                parser (3.0. 
     | 
| 
      
 206 
     | 
    
         
            +
                parser (3.0.2.0)
         
     | 
| 
       194 
207 
     | 
    
         
             
                  ast (~> 2.4.1)
         
     | 
| 
       195 
208 
     | 
    
         
             
                protocol-hpack (1.4.2)
         
     | 
| 
       196 
     | 
    
         
            -
                protocol-http (0. 
     | 
| 
       197 
     | 
    
         
            -
                protocol-http1 (0. 
     | 
| 
       198 
     | 
    
         
            -
                  protocol-http (~> 0. 
     | 
| 
      
 209 
     | 
    
         
            +
                protocol-http (0.22.5)
         
     | 
| 
      
 210 
     | 
    
         
            +
                protocol-http1 (0.14.1)
         
     | 
| 
      
 211 
     | 
    
         
            +
                  protocol-http (~> 0.22)
         
     | 
| 
       199 
212 
     | 
    
         
             
                protocol-http2 (0.14.2)
         
     | 
| 
       200 
213 
     | 
    
         
             
                  protocol-hpack (~> 1.4)
         
     | 
| 
       201 
214 
     | 
    
         
             
                  protocol-http (~> 0.18)
         
     | 
| 
         @@ -205,35 +218,35 @@ GEM 
     | 
|
| 
       205 
218 
     | 
    
         
             
                rack (2.2.3)
         
     | 
| 
       206 
219 
     | 
    
         
             
                rack-test (1.1.0)
         
     | 
| 
       207 
220 
     | 
    
         
             
                  rack (>= 1.0, < 3)
         
     | 
| 
       208 
     | 
    
         
            -
                rails (6.1. 
     | 
| 
       209 
     | 
    
         
            -
                  actioncable (= 6.1. 
     | 
| 
       210 
     | 
    
         
            -
                  actionmailbox (= 6.1. 
     | 
| 
       211 
     | 
    
         
            -
                  actionmailer (= 6.1. 
     | 
| 
       212 
     | 
    
         
            -
                  actionpack (= 6.1. 
     | 
| 
       213 
     | 
    
         
            -
                  actiontext (= 6.1. 
     | 
| 
       214 
     | 
    
         
            -
                  actionview (= 6.1. 
     | 
| 
       215 
     | 
    
         
            -
                  activejob (= 6.1. 
     | 
| 
       216 
     | 
    
         
            -
                  activemodel (= 6.1. 
     | 
| 
       217 
     | 
    
         
            -
                  activerecord (= 6.1. 
     | 
| 
       218 
     | 
    
         
            -
                  activestorage (= 6.1. 
     | 
| 
       219 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 221 
     | 
    
         
            +
                rails (6.1.4)
         
     | 
| 
      
 222 
     | 
    
         
            +
                  actioncable (= 6.1.4)
         
     | 
| 
      
 223 
     | 
    
         
            +
                  actionmailbox (= 6.1.4)
         
     | 
| 
      
 224 
     | 
    
         
            +
                  actionmailer (= 6.1.4)
         
     | 
| 
      
 225 
     | 
    
         
            +
                  actionpack (= 6.1.4)
         
     | 
| 
      
 226 
     | 
    
         
            +
                  actiontext (= 6.1.4)
         
     | 
| 
      
 227 
     | 
    
         
            +
                  actionview (= 6.1.4)
         
     | 
| 
      
 228 
     | 
    
         
            +
                  activejob (= 6.1.4)
         
     | 
| 
      
 229 
     | 
    
         
            +
                  activemodel (= 6.1.4)
         
     | 
| 
      
 230 
     | 
    
         
            +
                  activerecord (= 6.1.4)
         
     | 
| 
      
 231 
     | 
    
         
            +
                  activestorage (= 6.1.4)
         
     | 
| 
      
 232 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       220 
233 
     | 
    
         
             
                  bundler (>= 1.15.0)
         
     | 
| 
       221 
     | 
    
         
            -
                  railties (= 6.1. 
     | 
| 
      
 234 
     | 
    
         
            +
                  railties (= 6.1.4)
         
     | 
| 
       222 
235 
     | 
    
         
             
                  sprockets-rails (>= 2.0.0)
         
     | 
| 
       223 
236 
     | 
    
         
             
                rails-dom-testing (2.0.3)
         
     | 
| 
       224 
237 
     | 
    
         
             
                  activesupport (>= 4.2.0)
         
     | 
| 
       225 
238 
     | 
    
         
             
                  nokogiri (>= 1.6)
         
     | 
| 
       226 
     | 
    
         
            -
                rails-html-sanitizer (1. 
     | 
| 
      
 239 
     | 
    
         
            +
                rails-html-sanitizer (1.4.1)
         
     | 
| 
       227 
240 
     | 
    
         
             
                  loofah (~> 2.3)
         
     | 
| 
       228 
     | 
    
         
            -
                railties (6.1. 
     | 
| 
       229 
     | 
    
         
            -
                  actionpack (= 6.1. 
     | 
| 
       230 
     | 
    
         
            -
                  activesupport (= 6.1. 
     | 
| 
      
 241 
     | 
    
         
            +
                railties (6.1.4)
         
     | 
| 
      
 242 
     | 
    
         
            +
                  actionpack (= 6.1.4)
         
     | 
| 
      
 243 
     | 
    
         
            +
                  activesupport (= 6.1.4)
         
     | 
| 
       231 
244 
     | 
    
         
             
                  method_source
         
     | 
| 
       232 
     | 
    
         
            -
                  rake (>= 0. 
     | 
| 
      
 245 
     | 
    
         
            +
                  rake (>= 0.13)
         
     | 
| 
       233 
246 
     | 
    
         
             
                  thor (~> 1.0)
         
     | 
| 
       234 
247 
     | 
    
         
             
                rainbow (3.0.0)
         
     | 
| 
       235 
     | 
    
         
            -
                rake (13.0. 
     | 
| 
       236 
     | 
    
         
            -
                redis (4. 
     | 
| 
      
 248 
     | 
    
         
            +
                rake (13.0.6)
         
     | 
| 
      
 249 
     | 
    
         
            +
                redis (4.4.0)
         
     | 
| 
       237 
250 
     | 
    
         
             
                retriable (3.1.2)
         
     | 
| 
       238 
251 
     | 
    
         
             
                rexml (3.2.5)
         
     | 
| 
       239 
252 
     | 
    
         
             
                rly (0.2.3)
         
     | 
| 
         @@ -250,7 +263,7 @@ GEM 
     | 
|
| 
       250 
263 
     | 
    
         
             
                rspec-mocks (3.10.2)
         
     | 
| 
       251 
264 
     | 
    
         
             
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
       252 
265 
     | 
    
         
             
                  rspec-support (~> 3.10.0)
         
     | 
| 
       253 
     | 
    
         
            -
                rspec-rails (5.0. 
     | 
| 
      
 266 
     | 
    
         
            +
                rspec-rails (5.0.2)
         
     | 
| 
       254 
267 
     | 
    
         
             
                  actionpack (>= 5.2)
         
     | 
| 
       255 
268 
     | 
    
         
             
                  activesupport (>= 5.2)
         
     | 
| 
       256 
269 
     | 
    
         
             
                  railties (>= 5.2)
         
     | 
| 
         @@ -269,11 +282,11 @@ GEM 
     | 
|
| 
       269 
282 
     | 
    
         
             
                rubocop-rspec (1.37.0)
         
     | 
| 
       270 
283 
     | 
    
         
             
                  rubocop (>= 0.68.1)
         
     | 
| 
       271 
284 
     | 
    
         
             
                ruby-progressbar (1.11.0)
         
     | 
| 
       272 
     | 
    
         
            -
                ruby2_keywords (0.0. 
     | 
| 
      
 285 
     | 
    
         
            +
                ruby2_keywords (0.0.5)
         
     | 
| 
       273 
286 
     | 
    
         
             
                sawyer (0.8.2)
         
     | 
| 
       274 
287 
     | 
    
         
             
                  addressable (>= 2.3.5)
         
     | 
| 
       275 
288 
     | 
    
         
             
                  faraday (> 0.8, < 2.0)
         
     | 
| 
       276 
     | 
    
         
            -
                semantic_logger (4. 
     | 
| 
      
 289 
     | 
    
         
            +
                semantic_logger (4.8.2)
         
     | 
| 
       277 
290 
     | 
    
         
             
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       278 
291 
     | 
    
         
             
                signet (0.15.0)
         
     | 
| 
       279 
292 
     | 
    
         
             
                  addressable (~> 2.3)
         
     | 
| 
         @@ -294,11 +307,11 @@ GEM 
     | 
|
| 
       294 
307 
     | 
    
         
             
                tzinfo (2.0.4)
         
     | 
| 
       295 
308 
     | 
    
         
             
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       296 
309 
     | 
    
         
             
                unicode-display_width (1.6.1)
         
     | 
| 
       297 
     | 
    
         
            -
                webmock (3. 
     | 
| 
       298 
     | 
    
         
            -
                  addressable (>= 2. 
     | 
| 
      
 310 
     | 
    
         
            +
                webmock (3.14.0)
         
     | 
| 
      
 311 
     | 
    
         
            +
                  addressable (>= 2.8.0)
         
     | 
| 
       299 
312 
     | 
    
         
             
                  crack (>= 0.3.2)
         
     | 
| 
       300 
313 
     | 
    
         
             
                  hashdiff (>= 0.4.0, < 2.0.0)
         
     | 
| 
       301 
     | 
    
         
            -
                websocket-driver (0.7. 
     | 
| 
      
 314 
     | 
    
         
            +
                websocket-driver (0.7.5)
         
     | 
| 
       302 
315 
     | 
    
         
             
                  websocket-extensions (>= 0.1.0)
         
     | 
| 
       303 
316 
     | 
    
         
             
                websocket-extensions (0.1.5)
         
     | 
| 
       304 
317 
     | 
    
         
             
                zeitwerk (2.4.2)
         
     |