data_migrate 11.1.0 → 11.3.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 -0
- data/README.md +13 -18
- data/lib/data_migrate/config.rb +2 -1
- data/lib/data_migrate/data_migrator.rb +0 -1
- data/lib/data_migrate/data_schema_migration.rb +2 -2
- data/lib/data_migrate/database_tasks.rb +14 -4
- data/lib/data_migrate/rails_helper.rb +1 -0
- data/lib/data_migrate/version.rb +1 -1
- metadata +5 -54
- data/.github/workflows/build.yml +0 -39
- data/.github/workflows/gempush.yml +0 -28
- data/.gitignore +0 -12
- data/.hound.yml +0 -4
- data/.overcommit.yml +0 -21
- data/.rbenv-gemsets +0 -2
- data/.rspec +0 -3
- data/.rubocop.yml +0 -2
- data/.ruby-style.yml +0 -1061
- data/Appraisals +0 -19
- data/Gemfile +0 -3
- data/Gemfile.lock +0 -192
- data/Rakefile +0 -2
- data/data_migrate.gemspec +0 -41
- data/gemfiles/rails_6.1.gemfile +0 -7
- data/gemfiles/rails_6.1.gemfile.lock +0 -237
- data/gemfiles/rails_7.0.gemfile +0 -7
- data/gemfiles/rails_7.0.gemfile.lock +0 -238
- data/gemfiles/rails_7.1.gemfile +0 -7
- data/gemfiles/rails_7.1.gemfile.lock +0 -277
- data/gemfiles/rails_7.2.gemfile +0 -7
- data/gemfiles/rails_7.2.gemfile.lock +0 -274
- data/gemfiles/rails_8.0.gemfile +0 -7
- data/gemfiles/rails_8.0.gemfile.lock +0 -268
- data/screenshot.png +0 -0
- data/spec/data_migrate/config_spec.rb +0 -69
- data/spec/data_migrate/data_migrator_spec.rb +0 -84
- data/spec/data_migrate/data_schema_migration_spec.rb +0 -33
- data/spec/data_migrate/data_spec.rb +0 -74
- data/spec/data_migrate/database_tasks_spec.rb +0 -214
- data/spec/data_migrate/migration.rb +0 -17
- data/spec/data_migrate/migration_context_spec.rb +0 -117
- data/spec/data_migrate/schema_dumper_spec.rb +0 -36
- data/spec/data_migrate/schema_migration_spec.rb +0 -104
- data/spec/data_migrate/status_service_spec.rb +0 -76
- data/spec/data_migrate/tasks/data_migrate_tasks_spec.rb +0 -129
- data/spec/db/data/20091231235959_some_name.rb +0 -9
- data/spec/db/data/20171231235959_super_update.rb +0 -9
- data/spec/db/data/20181128000207_excluded_file.rb.other_ext +0 -1
- data/spec/db/data/partial_schema/data_schema.rb +0 -1
- data/spec/db/data/partial_schema/test_data_schema.rb +0 -1
- data/spec/db/data/schema/data_schema.rb +0 -1
- data/spec/db/data/schema/test_data_schema.rb +0 -1
- data/spec/db/data_two/20241231235959_data_two_update.rb +0 -9
- data/spec/db/migrate/20131111111111_late_migration.rb +0 -9
- data/spec/db/migrate/20202020202011_db_migration.rb +0 -9
- data/spec/generators/data_migration/data_migration_generator_spec.rb +0 -101
- data/spec/spec_helper.rb +0 -28
- data/tasks/.gitkeep +0 -0
| @@ -1,238 +0,0 @@ | |
| 1 | 
            -
            PATH
         | 
| 2 | 
            -
              remote: ..
         | 
| 3 | 
            -
              specs:
         | 
| 4 | 
            -
                data_migrate (11.1.0)
         | 
| 5 | 
            -
                  activerecord (>= 6.1)
         | 
| 6 | 
            -
                  railties (>= 6.1)
         | 
| 7 | 
            -
             | 
| 8 | 
            -
            GEM
         | 
| 9 | 
            -
              remote: http://rubygems.org/
         | 
| 10 | 
            -
              specs:
         | 
| 11 | 
            -
                actioncable (7.0.8.4)
         | 
| 12 | 
            -
                  actionpack (= 7.0.8.4)
         | 
| 13 | 
            -
                  activesupport (= 7.0.8.4)
         | 
| 14 | 
            -
                  nio4r (~> 2.0)
         | 
| 15 | 
            -
                  websocket-driver (>= 0.6.1)
         | 
| 16 | 
            -
                actionmailbox (7.0.8.4)
         | 
| 17 | 
            -
                  actionpack (= 7.0.8.4)
         | 
| 18 | 
            -
                  activejob (= 7.0.8.4)
         | 
| 19 | 
            -
                  activerecord (= 7.0.8.4)
         | 
| 20 | 
            -
                  activestorage (= 7.0.8.4)
         | 
| 21 | 
            -
                  activesupport (= 7.0.8.4)
         | 
| 22 | 
            -
                  mail (>= 2.7.1)
         | 
| 23 | 
            -
                  net-imap
         | 
| 24 | 
            -
                  net-pop
         | 
| 25 | 
            -
                  net-smtp
         | 
| 26 | 
            -
                actionmailer (7.0.8.4)
         | 
| 27 | 
            -
                  actionpack (= 7.0.8.4)
         | 
| 28 | 
            -
                  actionview (= 7.0.8.4)
         | 
| 29 | 
            -
                  activejob (= 7.0.8.4)
         | 
| 30 | 
            -
                  activesupport (= 7.0.8.4)
         | 
| 31 | 
            -
                  mail (~> 2.5, >= 2.5.4)
         | 
| 32 | 
            -
                  net-imap
         | 
| 33 | 
            -
                  net-pop
         | 
| 34 | 
            -
                  net-smtp
         | 
| 35 | 
            -
                  rails-dom-testing (~> 2.0)
         | 
| 36 | 
            -
                actionpack (7.0.8.4)
         | 
| 37 | 
            -
                  actionview (= 7.0.8.4)
         | 
| 38 | 
            -
                  activesupport (= 7.0.8.4)
         | 
| 39 | 
            -
                  rack (~> 2.0, >= 2.2.4)
         | 
| 40 | 
            -
                  rack-test (>= 0.6.3)
         | 
| 41 | 
            -
                  rails-dom-testing (~> 2.0)
         | 
| 42 | 
            -
                  rails-html-sanitizer (~> 1.0, >= 1.2.0)
         | 
| 43 | 
            -
                actiontext (7.0.8.4)
         | 
| 44 | 
            -
                  actionpack (= 7.0.8.4)
         | 
| 45 | 
            -
                  activerecord (= 7.0.8.4)
         | 
| 46 | 
            -
                  activestorage (= 7.0.8.4)
         | 
| 47 | 
            -
                  activesupport (= 7.0.8.4)
         | 
| 48 | 
            -
                  globalid (>= 0.6.0)
         | 
| 49 | 
            -
                  nokogiri (>= 1.8.5)
         | 
| 50 | 
            -
                actionview (7.0.8.4)
         | 
| 51 | 
            -
                  activesupport (= 7.0.8.4)
         | 
| 52 | 
            -
                  builder (~> 3.1)
         | 
| 53 | 
            -
                  erubi (~> 1.4)
         | 
| 54 | 
            -
                  rails-dom-testing (~> 2.0)
         | 
| 55 | 
            -
                  rails-html-sanitizer (~> 1.1, >= 1.2.0)
         | 
| 56 | 
            -
                activejob (7.0.8.4)
         | 
| 57 | 
            -
                  activesupport (= 7.0.8.4)
         | 
| 58 | 
            -
                  globalid (>= 0.3.6)
         | 
| 59 | 
            -
                activemodel (7.0.8.4)
         | 
| 60 | 
            -
                  activesupport (= 7.0.8.4)
         | 
| 61 | 
            -
                activerecord (7.0.8.4)
         | 
| 62 | 
            -
                  activemodel (= 7.0.8.4)
         | 
| 63 | 
            -
                  activesupport (= 7.0.8.4)
         | 
| 64 | 
            -
                activestorage (7.0.8.4)
         | 
| 65 | 
            -
                  actionpack (= 7.0.8.4)
         | 
| 66 | 
            -
                  activejob (= 7.0.8.4)
         | 
| 67 | 
            -
                  activerecord (= 7.0.8.4)
         | 
| 68 | 
            -
                  activesupport (= 7.0.8.4)
         | 
| 69 | 
            -
                  marcel (~> 1.0)
         | 
| 70 | 
            -
                  mini_mime (>= 1.1.0)
         | 
| 71 | 
            -
                activesupport (7.0.8.4)
         | 
| 72 | 
            -
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         | 
| 73 | 
            -
                  i18n (>= 1.6, < 2)
         | 
| 74 | 
            -
                  minitest (>= 5.1)
         | 
| 75 | 
            -
                  tzinfo (~> 2.0)
         | 
| 76 | 
            -
                appraisal (2.4.1)
         | 
| 77 | 
            -
                  bundler
         | 
| 78 | 
            -
                  rake
         | 
| 79 | 
            -
                  thor (>= 0.14.0)
         | 
| 80 | 
            -
                ast (2.4.2)
         | 
| 81 | 
            -
                builder (3.3.0)
         | 
| 82 | 
            -
                childprocess (4.1.0)
         | 
| 83 | 
            -
                coderay (1.1.3)
         | 
| 84 | 
            -
                concurrent-ruby (1.3.4)
         | 
| 85 | 
            -
                crass (1.0.6)
         | 
| 86 | 
            -
                date (3.3.4)
         | 
| 87 | 
            -
                diff-lcs (1.5.0)
         | 
| 88 | 
            -
                erubi (1.13.0)
         | 
| 89 | 
            -
                globalid (1.2.1)
         | 
| 90 | 
            -
                  activesupport (>= 6.1)
         | 
| 91 | 
            -
                i18n (1.14.5)
         | 
| 92 | 
            -
                  concurrent-ruby (~> 1.0)
         | 
| 93 | 
            -
                iniparse (1.5.0)
         | 
| 94 | 
            -
                json (2.6.3)
         | 
| 95 | 
            -
                language_server-protocol (3.17.0.3)
         | 
| 96 | 
            -
                loofah (2.22.0)
         | 
| 97 | 
            -
                  crass (~> 1.0.2)
         | 
| 98 | 
            -
                  nokogiri (>= 1.12.0)
         | 
| 99 | 
            -
                mail (2.8.1)
         | 
| 100 | 
            -
                  mini_mime (>= 0.1.1)
         | 
| 101 | 
            -
                  net-imap
         | 
| 102 | 
            -
                  net-pop
         | 
| 103 | 
            -
                  net-smtp
         | 
| 104 | 
            -
                marcel (1.0.4)
         | 
| 105 | 
            -
                method_source (1.1.0)
         | 
| 106 | 
            -
                mini_mime (1.1.5)
         | 
| 107 | 
            -
                minitest (5.25.1)
         | 
| 108 | 
            -
                net-imap (0.4.14)
         | 
| 109 | 
            -
                  date
         | 
| 110 | 
            -
                  net-protocol
         | 
| 111 | 
            -
                net-pop (0.1.2)
         | 
| 112 | 
            -
                  net-protocol
         | 
| 113 | 
            -
                net-protocol (0.2.2)
         | 
| 114 | 
            -
                  timeout
         | 
| 115 | 
            -
                net-smtp (0.5.0)
         | 
| 116 | 
            -
                  net-protocol
         | 
| 117 | 
            -
                nio4r (2.7.3)
         | 
| 118 | 
            -
                nokogiri (1.16.7-aarch64-linux)
         | 
| 119 | 
            -
                  racc (~> 1.4)
         | 
| 120 | 
            -
                nokogiri (1.16.7-arm64-darwin)
         | 
| 121 | 
            -
                  racc (~> 1.4)
         | 
| 122 | 
            -
                nokogiri (1.16.7-x86_64-darwin)
         | 
| 123 | 
            -
                  racc (~> 1.4)
         | 
| 124 | 
            -
                nokogiri (1.16.7-x86_64-linux)
         | 
| 125 | 
            -
                  racc (~> 1.4)
         | 
| 126 | 
            -
                overcommit (0.60.0)
         | 
| 127 | 
            -
                  childprocess (>= 0.6.3, < 5)
         | 
| 128 | 
            -
                  iniparse (~> 1.4)
         | 
| 129 | 
            -
                  rexml (~> 3.2)
         | 
| 130 | 
            -
                parallel (1.23.0)
         | 
| 131 | 
            -
                parser (3.2.2.3)
         | 
| 132 | 
            -
                  ast (~> 2.4.1)
         | 
| 133 | 
            -
                  racc
         | 
| 134 | 
            -
                pry (0.14.2)
         | 
| 135 | 
            -
                  coderay (~> 1.1)
         | 
| 136 | 
            -
                  method_source (~> 1.0)
         | 
| 137 | 
            -
                racc (1.8.1)
         | 
| 138 | 
            -
                rack (2.2.9)
         | 
| 139 | 
            -
                rack-test (2.1.0)
         | 
| 140 | 
            -
                  rack (>= 1.3)
         | 
| 141 | 
            -
                rails (7.0.8.4)
         | 
| 142 | 
            -
                  actioncable (= 7.0.8.4)
         | 
| 143 | 
            -
                  actionmailbox (= 7.0.8.4)
         | 
| 144 | 
            -
                  actionmailer (= 7.0.8.4)
         | 
| 145 | 
            -
                  actionpack (= 7.0.8.4)
         | 
| 146 | 
            -
                  actiontext (= 7.0.8.4)
         | 
| 147 | 
            -
                  actionview (= 7.0.8.4)
         | 
| 148 | 
            -
                  activejob (= 7.0.8.4)
         | 
| 149 | 
            -
                  activemodel (= 7.0.8.4)
         | 
| 150 | 
            -
                  activerecord (= 7.0.8.4)
         | 
| 151 | 
            -
                  activestorage (= 7.0.8.4)
         | 
| 152 | 
            -
                  activesupport (= 7.0.8.4)
         | 
| 153 | 
            -
                  bundler (>= 1.15.0)
         | 
| 154 | 
            -
                  railties (= 7.0.8.4)
         | 
| 155 | 
            -
                rails-dom-testing (2.2.0)
         | 
| 156 | 
            -
                  activesupport (>= 5.0.0)
         | 
| 157 | 
            -
                  minitest
         | 
| 158 | 
            -
                  nokogiri (>= 1.6)
         | 
| 159 | 
            -
                rails-html-sanitizer (1.6.0)
         | 
| 160 | 
            -
                  loofah (~> 2.21)
         | 
| 161 | 
            -
                  nokogiri (~> 1.14)
         | 
| 162 | 
            -
                railties (7.0.8.4)
         | 
| 163 | 
            -
                  actionpack (= 7.0.8.4)
         | 
| 164 | 
            -
                  activesupport (= 7.0.8.4)
         | 
| 165 | 
            -
                  method_source
         | 
| 166 | 
            -
                  rake (>= 12.2)
         | 
| 167 | 
            -
                  thor (~> 1.0)
         | 
| 168 | 
            -
                  zeitwerk (~> 2.5)
         | 
| 169 | 
            -
                rainbow (3.1.1)
         | 
| 170 | 
            -
                rake (13.2.1)
         | 
| 171 | 
            -
                rb-readline (0.5.5)
         | 
| 172 | 
            -
                regexp_parser (2.8.1)
         | 
| 173 | 
            -
                rexml (3.2.5)
         | 
| 174 | 
            -
                rspec (3.12.0)
         | 
| 175 | 
            -
                  rspec-core (~> 3.12.0)
         | 
| 176 | 
            -
                  rspec-expectations (~> 3.12.0)
         | 
| 177 | 
            -
                  rspec-mocks (~> 3.12.0)
         | 
| 178 | 
            -
                rspec-core (3.12.2)
         | 
| 179 | 
            -
                  rspec-support (~> 3.12.0)
         | 
| 180 | 
            -
                rspec-expectations (3.12.3)
         | 
| 181 | 
            -
                  diff-lcs (>= 1.2.0, < 2.0)
         | 
| 182 | 
            -
                  rspec-support (~> 3.12.0)
         | 
| 183 | 
            -
                rspec-mocks (3.12.5)
         | 
| 184 | 
            -
                  diff-lcs (>= 1.2.0, < 2.0)
         | 
| 185 | 
            -
                  rspec-support (~> 3.12.0)
         | 
| 186 | 
            -
                rspec-support (3.12.1)
         | 
| 187 | 
            -
                rubocop (1.54.1)
         | 
| 188 | 
            -
                  json (~> 2.3)
         | 
| 189 | 
            -
                  language_server-protocol (>= 3.17.0)
         | 
| 190 | 
            -
                  parallel (~> 1.10)
         | 
| 191 | 
            -
                  parser (>= 3.2.2.3)
         | 
| 192 | 
            -
                  rainbow (>= 2.2.2, < 4.0)
         | 
| 193 | 
            -
                  regexp_parser (>= 1.8, < 3.0)
         | 
| 194 | 
            -
                  rexml (>= 3.2.5, < 4.0)
         | 
| 195 | 
            -
                  rubocop-ast (>= 1.28.0, < 2.0)
         | 
| 196 | 
            -
                  ruby-progressbar (~> 1.7)
         | 
| 197 | 
            -
                  unicode-display_width (>= 2.4.0, < 3.0)
         | 
| 198 | 
            -
                rubocop-ast (1.29.0)
         | 
| 199 | 
            -
                  parser (>= 3.2.1.0)
         | 
| 200 | 
            -
                ruby-progressbar (1.13.0)
         | 
| 201 | 
            -
                sqlite3 (1.7.2-aarch64-linux)
         | 
| 202 | 
            -
                sqlite3 (1.7.2-arm64-darwin)
         | 
| 203 | 
            -
                sqlite3 (1.7.2-x86_64-darwin)
         | 
| 204 | 
            -
                sqlite3 (1.7.2-x86_64-linux)
         | 
| 205 | 
            -
                thor (1.3.1)
         | 
| 206 | 
            -
                timecop (0.9.6)
         | 
| 207 | 
            -
                timeout (0.4.1)
         | 
| 208 | 
            -
                tzinfo (2.0.6)
         | 
| 209 | 
            -
                  concurrent-ruby (~> 1.0)
         | 
| 210 | 
            -
                unicode-display_width (2.4.2)
         | 
| 211 | 
            -
                websocket-driver (0.7.6)
         | 
| 212 | 
            -
                  websocket-extensions (>= 0.1.0)
         | 
| 213 | 
            -
                websocket-extensions (0.1.5)
         | 
| 214 | 
            -
                zeitwerk (2.6.17)
         | 
| 215 | 
            -
             | 
| 216 | 
            -
            PLATFORMS
         | 
| 217 | 
            -
              aarch64-linux
         | 
| 218 | 
            -
              arm64-darwin-22
         | 
| 219 | 
            -
              arm64-darwin-23
         | 
| 220 | 
            -
              x86_64-darwin-22
         | 
| 221 | 
            -
              x86_64-linux
         | 
| 222 | 
            -
             | 
| 223 | 
            -
            DEPENDENCIES
         | 
| 224 | 
            -
              appraisal
         | 
| 225 | 
            -
              data_migrate!
         | 
| 226 | 
            -
              overcommit
         | 
| 227 | 
            -
              pry
         | 
| 228 | 
            -
              rails (~> 7.0.0)
         | 
| 229 | 
            -
              rake
         | 
| 230 | 
            -
              rb-readline
         | 
| 231 | 
            -
              rspec
         | 
| 232 | 
            -
              rspec-core
         | 
| 233 | 
            -
              rubocop
         | 
| 234 | 
            -
              sqlite3
         | 
| 235 | 
            -
              timecop
         | 
| 236 | 
            -
             | 
| 237 | 
            -
            BUNDLED WITH
         | 
| 238 | 
            -
               2.5.6
         | 
    
        data/gemfiles/rails_7.1.gemfile
    DELETED
    
    
| @@ -1,277 +0,0 @@ | |
| 1 | 
            -
            PATH
         | 
| 2 | 
            -
              remote: ..
         | 
| 3 | 
            -
              specs:
         | 
| 4 | 
            -
                data_migrate (11.1.0)
         | 
| 5 | 
            -
                  activerecord (>= 6.1)
         | 
| 6 | 
            -
                  railties (>= 6.1)
         | 
| 7 | 
            -
             | 
| 8 | 
            -
            GEM
         | 
| 9 | 
            -
              remote: http://rubygems.org/
         | 
| 10 | 
            -
              specs:
         | 
| 11 | 
            -
                actioncable (7.1.3.4)
         | 
| 12 | 
            -
                  actionpack (= 7.1.3.4)
         | 
| 13 | 
            -
                  activesupport (= 7.1.3.4)
         | 
| 14 | 
            -
                  nio4r (~> 2.0)
         | 
| 15 | 
            -
                  websocket-driver (>= 0.6.1)
         | 
| 16 | 
            -
                  zeitwerk (~> 2.6)
         | 
| 17 | 
            -
                actionmailbox (7.1.3.4)
         | 
| 18 | 
            -
                  actionpack (= 7.1.3.4)
         | 
| 19 | 
            -
                  activejob (= 7.1.3.4)
         | 
| 20 | 
            -
                  activerecord (= 7.1.3.4)
         | 
| 21 | 
            -
                  activestorage (= 7.1.3.4)
         | 
| 22 | 
            -
                  activesupport (= 7.1.3.4)
         | 
| 23 | 
            -
                  mail (>= 2.7.1)
         | 
| 24 | 
            -
                  net-imap
         | 
| 25 | 
            -
                  net-pop
         | 
| 26 | 
            -
                  net-smtp
         | 
| 27 | 
            -
                actionmailer (7.1.3.4)
         | 
| 28 | 
            -
                  actionpack (= 7.1.3.4)
         | 
| 29 | 
            -
                  actionview (= 7.1.3.4)
         | 
| 30 | 
            -
                  activejob (= 7.1.3.4)
         | 
| 31 | 
            -
                  activesupport (= 7.1.3.4)
         | 
| 32 | 
            -
                  mail (~> 2.5, >= 2.5.4)
         | 
| 33 | 
            -
                  net-imap
         | 
| 34 | 
            -
                  net-pop
         | 
| 35 | 
            -
                  net-smtp
         | 
| 36 | 
            -
                  rails-dom-testing (~> 2.2)
         | 
| 37 | 
            -
                actionpack (7.1.3.4)
         | 
| 38 | 
            -
                  actionview (= 7.1.3.4)
         | 
| 39 | 
            -
                  activesupport (= 7.1.3.4)
         | 
| 40 | 
            -
                  nokogiri (>= 1.8.5)
         | 
| 41 | 
            -
                  racc
         | 
| 42 | 
            -
                  rack (>= 2.2.4)
         | 
| 43 | 
            -
                  rack-session (>= 1.0.1)
         | 
| 44 | 
            -
                  rack-test (>= 0.6.3)
         | 
| 45 | 
            -
                  rails-dom-testing (~> 2.2)
         | 
| 46 | 
            -
                  rails-html-sanitizer (~> 1.6)
         | 
| 47 | 
            -
                actiontext (7.1.3.4)
         | 
| 48 | 
            -
                  actionpack (= 7.1.3.4)
         | 
| 49 | 
            -
                  activerecord (= 7.1.3.4)
         | 
| 50 | 
            -
                  activestorage (= 7.1.3.4)
         | 
| 51 | 
            -
                  activesupport (= 7.1.3.4)
         | 
| 52 | 
            -
                  globalid (>= 0.6.0)
         | 
| 53 | 
            -
                  nokogiri (>= 1.8.5)
         | 
| 54 | 
            -
                actionview (7.1.3.4)
         | 
| 55 | 
            -
                  activesupport (= 7.1.3.4)
         | 
| 56 | 
            -
                  builder (~> 3.1)
         | 
| 57 | 
            -
                  erubi (~> 1.11)
         | 
| 58 | 
            -
                  rails-dom-testing (~> 2.2)
         | 
| 59 | 
            -
                  rails-html-sanitizer (~> 1.6)
         | 
| 60 | 
            -
                activejob (7.1.3.4)
         | 
| 61 | 
            -
                  activesupport (= 7.1.3.4)
         | 
| 62 | 
            -
                  globalid (>= 0.3.6)
         | 
| 63 | 
            -
                activemodel (7.1.3.4)
         | 
| 64 | 
            -
                  activesupport (= 7.1.3.4)
         | 
| 65 | 
            -
                activerecord (7.1.3.4)
         | 
| 66 | 
            -
                  activemodel (= 7.1.3.4)
         | 
| 67 | 
            -
                  activesupport (= 7.1.3.4)
         | 
| 68 | 
            -
                  timeout (>= 0.4.0)
         | 
| 69 | 
            -
                activestorage (7.1.3.4)
         | 
| 70 | 
            -
                  actionpack (= 7.1.3.4)
         | 
| 71 | 
            -
                  activejob (= 7.1.3.4)
         | 
| 72 | 
            -
                  activerecord (= 7.1.3.4)
         | 
| 73 | 
            -
                  activesupport (= 7.1.3.4)
         | 
| 74 | 
            -
                  marcel (~> 1.0)
         | 
| 75 | 
            -
                activesupport (7.1.3.4)
         | 
| 76 | 
            -
                  base64
         | 
| 77 | 
            -
                  bigdecimal
         | 
| 78 | 
            -
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         | 
| 79 | 
            -
                  connection_pool (>= 2.2.5)
         | 
| 80 | 
            -
                  drb
         | 
| 81 | 
            -
                  i18n (>= 1.6, < 2)
         | 
| 82 | 
            -
                  minitest (>= 5.1)
         | 
| 83 | 
            -
                  mutex_m
         | 
| 84 | 
            -
                  tzinfo (~> 2.0)
         | 
| 85 | 
            -
                appraisal (2.5.0)
         | 
| 86 | 
            -
                  bundler
         | 
| 87 | 
            -
                  rake
         | 
| 88 | 
            -
                  thor (>= 0.14.0)
         | 
| 89 | 
            -
                ast (2.4.2)
         | 
| 90 | 
            -
                base64 (0.2.0)
         | 
| 91 | 
            -
                bigdecimal (3.1.8)
         | 
| 92 | 
            -
                builder (3.3.0)
         | 
| 93 | 
            -
                childprocess (4.1.0)
         | 
| 94 | 
            -
                coderay (1.1.3)
         | 
| 95 | 
            -
                concurrent-ruby (1.3.4)
         | 
| 96 | 
            -
                connection_pool (2.4.1)
         | 
| 97 | 
            -
                crass (1.0.6)
         | 
| 98 | 
            -
                date (3.3.4)
         | 
| 99 | 
            -
                diff-lcs (1.5.0)
         | 
| 100 | 
            -
                drb (2.2.1)
         | 
| 101 | 
            -
                erubi (1.13.0)
         | 
| 102 | 
            -
                globalid (1.2.1)
         | 
| 103 | 
            -
                  activesupport (>= 6.1)
         | 
| 104 | 
            -
                i18n (1.14.5)
         | 
| 105 | 
            -
                  concurrent-ruby (~> 1.0)
         | 
| 106 | 
            -
                iniparse (1.5.0)
         | 
| 107 | 
            -
                io-console (0.7.2)
         | 
| 108 | 
            -
                irb (1.14.0)
         | 
| 109 | 
            -
                  rdoc (>= 4.0.0)
         | 
| 110 | 
            -
                  reline (>= 0.4.2)
         | 
| 111 | 
            -
                json (2.6.3)
         | 
| 112 | 
            -
                language_server-protocol (3.17.0.3)
         | 
| 113 | 
            -
                loofah (2.22.0)
         | 
| 114 | 
            -
                  crass (~> 1.0.2)
         | 
| 115 | 
            -
                  nokogiri (>= 1.12.0)
         | 
| 116 | 
            -
                mail (2.8.1)
         | 
| 117 | 
            -
                  mini_mime (>= 0.1.1)
         | 
| 118 | 
            -
                  net-imap
         | 
| 119 | 
            -
                  net-pop
         | 
| 120 | 
            -
                  net-smtp
         | 
| 121 | 
            -
                marcel (1.0.4)
         | 
| 122 | 
            -
                method_source (1.0.0)
         | 
| 123 | 
            -
                mini_mime (1.1.5)
         | 
| 124 | 
            -
                mini_portile2 (2.8.7)
         | 
| 125 | 
            -
                minitest (5.25.1)
         | 
| 126 | 
            -
                mutex_m (0.2.0)
         | 
| 127 | 
            -
                net-imap (0.4.14)
         | 
| 128 | 
            -
                  date
         | 
| 129 | 
            -
                  net-protocol
         | 
| 130 | 
            -
                net-pop (0.1.2)
         | 
| 131 | 
            -
                  net-protocol
         | 
| 132 | 
            -
                net-protocol (0.2.2)
         | 
| 133 | 
            -
                  timeout
         | 
| 134 | 
            -
                net-smtp (0.5.0)
         | 
| 135 | 
            -
                  net-protocol
         | 
| 136 | 
            -
                nio4r (2.7.3)
         | 
| 137 | 
            -
                nokogiri (1.16.7)
         | 
| 138 | 
            -
                  mini_portile2 (~> 2.8.2)
         | 
| 139 | 
            -
                  racc (~> 1.4)
         | 
| 140 | 
            -
                nokogiri (1.16.7-aarch64-linux)
         | 
| 141 | 
            -
                  racc (~> 1.4)
         | 
| 142 | 
            -
                nokogiri (1.16.7-arm64-darwin)
         | 
| 143 | 
            -
                  racc (~> 1.4)
         | 
| 144 | 
            -
                nokogiri (1.16.7-x86_64-darwin)
         | 
| 145 | 
            -
                  racc (~> 1.4)
         | 
| 146 | 
            -
                nokogiri (1.16.7-x86_64-linux)
         | 
| 147 | 
            -
                  racc (~> 1.4)
         | 
| 148 | 
            -
                overcommit (0.60.0)
         | 
| 149 | 
            -
                  childprocess (>= 0.6.3, < 5)
         | 
| 150 | 
            -
                  iniparse (~> 1.4)
         | 
| 151 | 
            -
                  rexml (~> 3.2)
         | 
| 152 | 
            -
                parallel (1.23.0)
         | 
| 153 | 
            -
                parser (3.2.2.3)
         | 
| 154 | 
            -
                  ast (~> 2.4.1)
         | 
| 155 | 
            -
                  racc
         | 
| 156 | 
            -
                pry (0.14.2)
         | 
| 157 | 
            -
                  coderay (~> 1.1)
         | 
| 158 | 
            -
                  method_source (~> 1.0)
         | 
| 159 | 
            -
                psych (5.1.2)
         | 
| 160 | 
            -
                  stringio
         | 
| 161 | 
            -
                racc (1.8.1)
         | 
| 162 | 
            -
                rack (3.1.7)
         | 
| 163 | 
            -
                rack-session (2.0.0)
         | 
| 164 | 
            -
                  rack (>= 3.0.0)
         | 
| 165 | 
            -
                rack-test (2.1.0)
         | 
| 166 | 
            -
                  rack (>= 1.3)
         | 
| 167 | 
            -
                rackup (2.1.0)
         | 
| 168 | 
            -
                  rack (>= 3)
         | 
| 169 | 
            -
                  webrick (~> 1.8)
         | 
| 170 | 
            -
                rails (7.1.3.4)
         | 
| 171 | 
            -
                  actioncable (= 7.1.3.4)
         | 
| 172 | 
            -
                  actionmailbox (= 7.1.3.4)
         | 
| 173 | 
            -
                  actionmailer (= 7.1.3.4)
         | 
| 174 | 
            -
                  actionpack (= 7.1.3.4)
         | 
| 175 | 
            -
                  actiontext (= 7.1.3.4)
         | 
| 176 | 
            -
                  actionview (= 7.1.3.4)
         | 
| 177 | 
            -
                  activejob (= 7.1.3.4)
         | 
| 178 | 
            -
                  activemodel (= 7.1.3.4)
         | 
| 179 | 
            -
                  activerecord (= 7.1.3.4)
         | 
| 180 | 
            -
                  activestorage (= 7.1.3.4)
         | 
| 181 | 
            -
                  activesupport (= 7.1.3.4)
         | 
| 182 | 
            -
                  bundler (>= 1.15.0)
         | 
| 183 | 
            -
                  railties (= 7.1.3.4)
         | 
| 184 | 
            -
                rails-dom-testing (2.2.0)
         | 
| 185 | 
            -
                  activesupport (>= 5.0.0)
         | 
| 186 | 
            -
                  minitest
         | 
| 187 | 
            -
                  nokogiri (>= 1.6)
         | 
| 188 | 
            -
                rails-html-sanitizer (1.6.0)
         | 
| 189 | 
            -
                  loofah (~> 2.21)
         | 
| 190 | 
            -
                  nokogiri (~> 1.14)
         | 
| 191 | 
            -
                railties (7.1.3.4)
         | 
| 192 | 
            -
                  actionpack (= 7.1.3.4)
         | 
| 193 | 
            -
                  activesupport (= 7.1.3.4)
         | 
| 194 | 
            -
                  irb
         | 
| 195 | 
            -
                  rackup (>= 1.0.0)
         | 
| 196 | 
            -
                  rake (>= 12.2)
         | 
| 197 | 
            -
                  thor (~> 1.0, >= 1.2.2)
         | 
| 198 | 
            -
                  zeitwerk (~> 2.6)
         | 
| 199 | 
            -
                rainbow (3.1.1)
         | 
| 200 | 
            -
                rake (13.2.1)
         | 
| 201 | 
            -
                rb-readline (0.5.5)
         | 
| 202 | 
            -
                rdoc (6.7.0)
         | 
| 203 | 
            -
                  psych (>= 4.0.0)
         | 
| 204 | 
            -
                regexp_parser (2.8.1)
         | 
| 205 | 
            -
                reline (0.5.9)
         | 
| 206 | 
            -
                  io-console (~> 0.5)
         | 
| 207 | 
            -
                rexml (3.2.5)
         | 
| 208 | 
            -
                rspec (3.12.0)
         | 
| 209 | 
            -
                  rspec-core (~> 3.12.0)
         | 
| 210 | 
            -
                  rspec-expectations (~> 3.12.0)
         | 
| 211 | 
            -
                  rspec-mocks (~> 3.12.0)
         | 
| 212 | 
            -
                rspec-core (3.12.2)
         | 
| 213 | 
            -
                  rspec-support (~> 3.12.0)
         | 
| 214 | 
            -
                rspec-expectations (3.12.3)
         | 
| 215 | 
            -
                  diff-lcs (>= 1.2.0, < 2.0)
         | 
| 216 | 
            -
                  rspec-support (~> 3.12.0)
         | 
| 217 | 
            -
                rspec-mocks (3.12.6)
         | 
| 218 | 
            -
                  diff-lcs (>= 1.2.0, < 2.0)
         | 
| 219 | 
            -
                  rspec-support (~> 3.12.0)
         | 
| 220 | 
            -
                rspec-support (3.12.1)
         | 
| 221 | 
            -
                rubocop (1.54.2)
         | 
| 222 | 
            -
                  json (~> 2.3)
         | 
| 223 | 
            -
                  language_server-protocol (>= 3.17.0)
         | 
| 224 | 
            -
                  parallel (~> 1.10)
         | 
| 225 | 
            -
                  parser (>= 3.2.2.3)
         | 
| 226 | 
            -
                  rainbow (>= 2.2.2, < 4.0)
         | 
| 227 | 
            -
                  regexp_parser (>= 1.8, < 3.0)
         | 
| 228 | 
            -
                  rexml (>= 3.2.5, < 4.0)
         | 
| 229 | 
            -
                  rubocop-ast (>= 1.28.0, < 2.0)
         | 
| 230 | 
            -
                  ruby-progressbar (~> 1.7)
         | 
| 231 | 
            -
                  unicode-display_width (>= 2.4.0, < 3.0)
         | 
| 232 | 
            -
                rubocop-ast (1.29.0)
         | 
| 233 | 
            -
                  parser (>= 3.2.1.0)
         | 
| 234 | 
            -
                ruby-progressbar (1.13.0)
         | 
| 235 | 
            -
                sqlite3 (1.7.2)
         | 
| 236 | 
            -
                  mini_portile2 (~> 2.8.0)
         | 
| 237 | 
            -
                sqlite3 (1.7.2-aarch64-linux)
         | 
| 238 | 
            -
                sqlite3 (1.7.2-arm64-darwin)
         | 
| 239 | 
            -
                sqlite3 (1.7.2-x86_64-darwin)
         | 
| 240 | 
            -
                sqlite3 (1.7.2-x86_64-linux)
         | 
| 241 | 
            -
                stringio (3.1.1)
         | 
| 242 | 
            -
                thor (1.3.1)
         | 
| 243 | 
            -
                timecop (0.9.6)
         | 
| 244 | 
            -
                timeout (0.4.1)
         | 
| 245 | 
            -
                tzinfo (2.0.6)
         | 
| 246 | 
            -
                  concurrent-ruby (~> 1.0)
         | 
| 247 | 
            -
                unicode-display_width (2.4.2)
         | 
| 248 | 
            -
                webrick (1.8.1)
         | 
| 249 | 
            -
                websocket-driver (0.7.6)
         | 
| 250 | 
            -
                  websocket-extensions (>= 0.1.0)
         | 
| 251 | 
            -
                websocket-extensions (0.1.5)
         | 
| 252 | 
            -
                zeitwerk (2.6.17)
         | 
| 253 | 
            -
             | 
| 254 | 
            -
            PLATFORMS
         | 
| 255 | 
            -
              aarch64-linux
         | 
| 256 | 
            -
              arm64-darwin-22
         | 
| 257 | 
            -
              arm64-darwin-23
         | 
| 258 | 
            -
              ruby
         | 
| 259 | 
            -
              x86_64-darwin-22
         | 
| 260 | 
            -
              x86_64-linux
         | 
| 261 | 
            -
             | 
| 262 | 
            -
            DEPENDENCIES
         | 
| 263 | 
            -
              appraisal
         | 
| 264 | 
            -
              data_migrate!
         | 
| 265 | 
            -
              overcommit
         | 
| 266 | 
            -
              pry
         | 
| 267 | 
            -
              rails (~> 7.1.0)
         | 
| 268 | 
            -
              rake
         | 
| 269 | 
            -
              rb-readline
         | 
| 270 | 
            -
              rspec
         | 
| 271 | 
            -
              rspec-core
         | 
| 272 | 
            -
              rubocop
         | 
| 273 | 
            -
              sqlite3
         | 
| 274 | 
            -
              timecop
         | 
| 275 | 
            -
             | 
| 276 | 
            -
            BUNDLED WITH
         | 
| 277 | 
            -
               2.4.17
         |