setler 0.0.14 → 0.0.15
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/.devcontainer/devcontainer.json +35 -0
- data/.github/dependabot.yml +20 -0
- data/.github/workflows/lint.yml +24 -0
- data/.github/workflows/test.yml +92 -0
- data/.markdownlint.json +7 -0
- data/.rubocop.yml +15 -0
- data/.ruby-version +1 -1
- data/.yamllint.yml +11 -0
- data/AGENTS.md +46 -0
- data/Appraisals +23 -5
- data/README.md +160 -0
- data/Rakefile +0 -5
- data/contributors.txt +1 -0
- data/gemfiles/rails_4.gemfile.lock +92 -25
- data/gemfiles/rails_5.gemfile +2 -1
- data/gemfiles/rails_5.gemfile.lock +119 -44
- data/gemfiles/rails_6.gemfile +10 -0
- data/gemfiles/rails_6.gemfile.lock +266 -0
- data/gemfiles/rails_7.gemfile +8 -0
- data/gemfiles/rails_7.gemfile.lock +311 -0
- data/gemfiles/rails_8.gemfile +8 -0
- data/gemfiles/rails_8.gemfile.lock +315 -0
- data/gemfiles/rails_edge.gemfile.lock +320 -0
- data/lib/setler/settings.rb +3 -3
- data/lib/setler/version.rb +1 -1
- data/setler.gemspec +17 -1
- data/test/settings_test.rb +1 -1
- metadata +63 -25
- data/.travis.yml +0 -22
- data/README.rdoc +0 -85
- data/gemfiles/rails_6_edge.gemfile.lock +0 -167
- /data/gemfiles/{rails_6_edge.gemfile → rails_edge.gemfile} +0 -0
| @@ -1,10 +1,9 @@ | |
| 1 1 | 
             
            PATH
         | 
| 2 2 | 
             
              remote: ..
         | 
| 3 3 | 
             
              specs:
         | 
| 4 | 
            -
                setler (0.0. | 
| 4 | 
            +
                setler (0.0.15)
         | 
| 5 5 | 
             
                  activerecord (>= 3.0.0)
         | 
| 6 6 | 
             
                  rails (>= 3.0.0)
         | 
| 7 | 
            -
                  sprockets (= 3.7.2)
         | 
| 8 7 |  | 
| 9 8 | 
             
            GEM
         | 
| 10 9 | 
             
              remote: https://rubygems.org/
         | 
| @@ -50,38 +49,72 @@ GEM | |
| 50 49 | 
             
                  i18n (>= 0.7, < 2)
         | 
| 51 50 | 
             
                  minitest (~> 5.1)
         | 
| 52 51 | 
             
                  tzinfo (~> 1.1)
         | 
| 53 | 
            -
                appraisal (2. | 
| 52 | 
            +
                appraisal (2.5.0)
         | 
| 54 53 | 
             
                  bundler
         | 
| 55 54 | 
             
                  rake
         | 
| 56 55 | 
             
                  thor (>= 0.14.0)
         | 
| 57 56 | 
             
                arel (9.0.0)
         | 
| 58 | 
            -
                 | 
| 59 | 
            -
                 | 
| 57 | 
            +
                ast (2.4.3)
         | 
| 58 | 
            +
                base64 (0.3.0)
         | 
| 59 | 
            +
                brakeman (5.4.1)
         | 
| 60 | 
            +
                builder (3.3.0)
         | 
| 61 | 
            +
                concurrent-ruby (1.3.5)
         | 
| 60 62 | 
             
                crass (1.0.6)
         | 
| 61 | 
            -
                 | 
| 62 | 
            -
                 | 
| 63 | 
            -
                 | 
| 64 | 
            -
             | 
| 65 | 
            -
             | 
| 63 | 
            +
                date (3.5.0)
         | 
| 64 | 
            +
                docile (1.4.1)
         | 
| 65 | 
            +
                erubi (1.13.1)
         | 
| 66 | 
            +
                globalid (1.1.0)
         | 
| 67 | 
            +
                  activesupport (>= 5.0)
         | 
| 68 | 
            +
                i18n (1.14.7)
         | 
| 66 69 | 
             
                  concurrent-ruby (~> 1.0)
         | 
| 67 | 
            -
                 | 
| 70 | 
            +
                json (2.7.6)
         | 
| 71 | 
            +
                logger (1.7.0)
         | 
| 72 | 
            +
                loofah (2.24.1)
         | 
| 68 73 | 
             
                  crass (~> 1.0.2)
         | 
| 69 | 
            -
                  nokogiri (>= 1. | 
| 70 | 
            -
                mail (2. | 
| 74 | 
            +
                  nokogiri (>= 1.12.0)
         | 
| 75 | 
            +
                mail (2.9.0)
         | 
| 76 | 
            +
                  logger
         | 
| 71 77 | 
             
                  mini_mime (>= 0.1.1)
         | 
| 78 | 
            +
                  net-imap
         | 
| 79 | 
            +
                  net-pop
         | 
| 80 | 
            +
                  net-smtp
         | 
| 72 81 | 
             
                marcel (0.3.3)
         | 
| 73 82 | 
             
                  mimemagic (~> 0.3.2)
         | 
| 74 | 
            -
                method_source ( | 
| 75 | 
            -
                mimemagic (0.3. | 
| 76 | 
            -
             | 
| 77 | 
            -
             | 
| 78 | 
            -
                 | 
| 79 | 
            -
                 | 
| 80 | 
            -
                 | 
| 81 | 
            -
             | 
| 82 | 
            -
             | 
| 83 | 
            -
             | 
| 84 | 
            -
             | 
| 83 | 
            +
                method_source (1.1.0)
         | 
| 84 | 
            +
                mimemagic (0.3.10)
         | 
| 85 | 
            +
                  nokogiri (~> 1)
         | 
| 86 | 
            +
                  rake
         | 
| 87 | 
            +
                mini_mime (1.1.5)
         | 
| 88 | 
            +
                mini_portile2 (2.8.9)
         | 
| 89 | 
            +
                minitest (5.25.4)
         | 
| 90 | 
            +
                net-imap (0.3.9)
         | 
| 91 | 
            +
                  date
         | 
| 92 | 
            +
                  net-protocol
         | 
| 93 | 
            +
                net-pop (0.1.2)
         | 
| 94 | 
            +
                  net-protocol
         | 
| 95 | 
            +
                net-protocol (0.2.2)
         | 
| 96 | 
            +
                  timeout
         | 
| 97 | 
            +
                net-smtp (0.5.1)
         | 
| 98 | 
            +
                  net-protocol
         | 
| 99 | 
            +
                nio4r (2.7.4)
         | 
| 100 | 
            +
                nokogiri (1.13.10)
         | 
| 101 | 
            +
                  mini_portile2 (~> 2.8.0)
         | 
| 102 | 
            +
                  racc (~> 1.4)
         | 
| 103 | 
            +
                panolint (0.1.6)
         | 
| 104 | 
            +
                  brakeman (>= 4.8, < 6.0)
         | 
| 105 | 
            +
                  rubocop (>= 0.83, < 2.0)
         | 
| 106 | 
            +
                  rubocop-performance (~> 1.5)
         | 
| 107 | 
            +
                  rubocop-rails (~> 2.5)
         | 
| 108 | 
            +
                  rubocop-rake (~> 0.5)
         | 
| 109 | 
            +
                  rubocop-rspec (~> 2.0)
         | 
| 110 | 
            +
                parallel (1.24.0)
         | 
| 111 | 
            +
                parser (3.3.10.0)
         | 
| 112 | 
            +
                  ast (~> 2.4.1)
         | 
| 113 | 
            +
                  racc
         | 
| 114 | 
            +
                racc (1.8.1)
         | 
| 115 | 
            +
                rack (2.2.20)
         | 
| 116 | 
            +
                rack-test (2.2.0)
         | 
| 117 | 
            +
                  rack (>= 1.3)
         | 
| 85 118 | 
             
                rails (5.2.3)
         | 
| 86 119 | 
             
                  actioncable (= 5.2.3)
         | 
| 87 120 | 
             
                  actionmailer (= 5.2.3)
         | 
| @@ -95,49 +128,91 @@ GEM | |
| 95 128 | 
             
                  bundler (>= 1.3.0)
         | 
| 96 129 | 
             
                  railties (= 5.2.3)
         | 
| 97 130 | 
             
                  sprockets-rails (>= 2.0.0)
         | 
| 98 | 
            -
                rails-dom-testing (2.0 | 
| 99 | 
            -
                  activesupport (>=  | 
| 131 | 
            +
                rails-dom-testing (2.3.0)
         | 
| 132 | 
            +
                  activesupport (>= 5.0.0)
         | 
| 133 | 
            +
                  minitest
         | 
| 100 134 | 
             
                  nokogiri (>= 1.6)
         | 
| 101 | 
            -
                rails-html-sanitizer (1. | 
| 102 | 
            -
                  loofah (~> 2. | 
| 135 | 
            +
                rails-html-sanitizer (1.5.0)
         | 
| 136 | 
            +
                  loofah (~> 2.19, >= 2.19.1)
         | 
| 103 137 | 
             
                railties (5.2.3)
         | 
| 104 138 | 
             
                  actionpack (= 5.2.3)
         | 
| 105 139 | 
             
                  activesupport (= 5.2.3)
         | 
| 106 140 | 
             
                  method_source
         | 
| 107 141 | 
             
                  rake (>= 0.8.7)
         | 
| 108 142 | 
             
                  thor (>= 0.19.0, < 2.0)
         | 
| 109 | 
            -
                 | 
| 110 | 
            -
                 | 
| 143 | 
            +
                rainbow (3.1.1)
         | 
| 144 | 
            +
                rake (13.3.1)
         | 
| 145 | 
            +
                regexp_parser (2.11.3)
         | 
| 146 | 
            +
                rexml (3.4.4)
         | 
| 147 | 
            +
                rubocop (1.50.2)
         | 
| 148 | 
            +
                  json (~> 2.3)
         | 
| 149 | 
            +
                  parallel (~> 1.10)
         | 
| 150 | 
            +
                  parser (>= 3.2.0.0)
         | 
| 151 | 
            +
                  rainbow (>= 2.2.2, < 4.0)
         | 
| 152 | 
            +
                  regexp_parser (>= 1.8, < 3.0)
         | 
| 153 | 
            +
                  rexml (>= 3.2.5, < 4.0)
         | 
| 154 | 
            +
                  rubocop-ast (>= 1.28.0, < 2.0)
         | 
| 155 | 
            +
                  ruby-progressbar (~> 1.7)
         | 
| 156 | 
            +
                  unicode-display_width (>= 2.4.0, < 3.0)
         | 
| 157 | 
            +
                rubocop-ast (1.30.0)
         | 
| 158 | 
            +
                  parser (>= 3.2.1.0)
         | 
| 159 | 
            +
                rubocop-capybara (2.18.0)
         | 
| 160 | 
            +
                  rubocop (~> 1.41)
         | 
| 161 | 
            +
                rubocop-performance (1.17.1)
         | 
| 162 | 
            +
                  rubocop (>= 1.7.0, < 2.0)
         | 
| 163 | 
            +
                  rubocop-ast (>= 0.4.0)
         | 
| 164 | 
            +
                rubocop-rails (2.19.1)
         | 
| 165 | 
            +
                  activesupport (>= 4.2.0)
         | 
| 166 | 
            +
                  rack (>= 1.1)
         | 
| 167 | 
            +
                  rubocop (>= 1.33.0, < 2.0)
         | 
| 168 | 
            +
                rubocop-rake (0.6.0)
         | 
| 169 | 
            +
                  rubocop (~> 1.0)
         | 
| 170 | 
            +
                rubocop-rspec (2.20.0)
         | 
| 171 | 
            +
                  rubocop (~> 1.33)
         | 
| 172 | 
            +
                  rubocop-capybara (~> 2.17)
         | 
| 173 | 
            +
                ruby-progressbar (1.13.0)
         | 
| 174 | 
            +
                simplecov (0.22.0)
         | 
| 111 175 | 
             
                  docile (~> 1.1)
         | 
| 112 | 
            -
                  simplecov-html (~> 0.11 | 
| 113 | 
            -
             | 
| 114 | 
            -
                 | 
| 176 | 
            +
                  simplecov-html (~> 0.11)
         | 
| 177 | 
            +
                  simplecov_json_formatter (~> 0.1)
         | 
| 178 | 
            +
                simplecov-html (0.13.2)
         | 
| 179 | 
            +
                simplecov_json_formatter (0.1.4)
         | 
| 180 | 
            +
                sprockets (4.2.2)
         | 
| 115 181 | 
             
                  concurrent-ruby (~> 1.0)
         | 
| 116 | 
            -
                   | 
| 117 | 
            -
             | 
| 118 | 
            -
             | 
| 119 | 
            -
                   | 
| 182 | 
            +
                  logger
         | 
| 183 | 
            +
                  rack (>= 2.2.4, < 4)
         | 
| 184 | 
            +
                sprockets-rails (3.4.2)
         | 
| 185 | 
            +
                  actionpack (>= 5.2)
         | 
| 186 | 
            +
                  activesupport (>= 5.2)
         | 
| 120 187 | 
             
                  sprockets (>= 3.0.0)
         | 
| 121 | 
            -
                sqlite3 (1.4 | 
| 122 | 
            -
             | 
| 188 | 
            +
                sqlite3 (1.5.4)
         | 
| 189 | 
            +
                  mini_portile2 (~> 2.8.0)
         | 
| 190 | 
            +
                thor (1.4.0)
         | 
| 123 191 | 
             
                thread_safe (0.3.6)
         | 
| 124 | 
            -
                 | 
| 192 | 
            +
                timeout (0.4.4)
         | 
| 193 | 
            +
                tzinfo (1.2.11)
         | 
| 125 194 | 
             
                  thread_safe (~> 0.1)
         | 
| 126 | 
            -
                 | 
| 195 | 
            +
                unicode-display_width (2.6.0)
         | 
| 196 | 
            +
                websocket-driver (0.8.0)
         | 
| 197 | 
            +
                  base64
         | 
| 127 198 | 
             
                  websocket-extensions (>= 0.1.0)
         | 
| 128 | 
            -
                websocket-extensions (0.1. | 
| 199 | 
            +
                websocket-extensions (0.1.5)
         | 
| 129 200 |  | 
| 130 201 | 
             
            PLATFORMS
         | 
| 131 202 | 
             
              ruby
         | 
| 132 203 |  | 
| 133 204 | 
             
            DEPENDENCIES
         | 
| 134 205 | 
             
              appraisal
         | 
| 206 | 
            +
              mimemagic (= 0.3.10)
         | 
| 135 207 | 
             
              minitest
         | 
| 208 | 
            +
              panolint
         | 
| 136 209 | 
             
              rails (= 5.2.3)
         | 
| 137 210 | 
             
              rake
         | 
| 211 | 
            +
              rubocop (~> 1.39)
         | 
| 212 | 
            +
              rubocop-rake
         | 
| 138 213 | 
             
              setler!
         | 
| 139 214 | 
             
              simplecov
         | 
| 140 | 
            -
              sqlite3
         | 
| 215 | 
            +
              sqlite3 (= 1.5.4)
         | 
| 141 216 |  | 
| 142 217 | 
             
            BUNDLED WITH
         | 
| 143 | 
            -
             | 
| 218 | 
            +
              2.4.22
         | 
| @@ -0,0 +1,266 @@ | |
| 1 | 
            +
            PATH
         | 
| 2 | 
            +
              remote: ..
         | 
| 3 | 
            +
              specs:
         | 
| 4 | 
            +
                setler (0.0.15)
         | 
| 5 | 
            +
                  activerecord (>= 3.0.0)
         | 
| 6 | 
            +
                  rails (>= 3.0.0)
         | 
| 7 | 
            +
             | 
| 8 | 
            +
            GEM
         | 
| 9 | 
            +
              remote: https://rubygems.org/
         | 
| 10 | 
            +
              specs:
         | 
| 11 | 
            +
                actioncable (6.1.7.9)
         | 
| 12 | 
            +
                  actionpack (= 6.1.7.9)
         | 
| 13 | 
            +
                  activesupport (= 6.1.7.9)
         | 
| 14 | 
            +
                  nio4r (~> 2.0)
         | 
| 15 | 
            +
                  websocket-driver (>= 0.6.1)
         | 
| 16 | 
            +
                actionmailbox (6.1.7.9)
         | 
| 17 | 
            +
                  actionpack (= 6.1.7.9)
         | 
| 18 | 
            +
                  activejob (= 6.1.7.9)
         | 
| 19 | 
            +
                  activerecord (= 6.1.7.9)
         | 
| 20 | 
            +
                  activestorage (= 6.1.7.9)
         | 
| 21 | 
            +
                  activesupport (= 6.1.7.9)
         | 
| 22 | 
            +
                  mail (>= 2.7.1)
         | 
| 23 | 
            +
                actionmailer (6.1.7.9)
         | 
| 24 | 
            +
                  actionpack (= 6.1.7.9)
         | 
| 25 | 
            +
                  actionview (= 6.1.7.9)
         | 
| 26 | 
            +
                  activejob (= 6.1.7.9)
         | 
| 27 | 
            +
                  activesupport (= 6.1.7.9)
         | 
| 28 | 
            +
                  mail (~> 2.5, >= 2.5.4)
         | 
| 29 | 
            +
                  rails-dom-testing (~> 2.0)
         | 
| 30 | 
            +
                actionpack (6.1.7.9)
         | 
| 31 | 
            +
                  actionview (= 6.1.7.9)
         | 
| 32 | 
            +
                  activesupport (= 6.1.7.9)
         | 
| 33 | 
            +
                  rack (~> 2.0, >= 2.0.9)
         | 
| 34 | 
            +
                  rack-test (>= 0.6.3)
         | 
| 35 | 
            +
                  rails-dom-testing (~> 2.0)
         | 
| 36 | 
            +
                  rails-html-sanitizer (~> 1.0, >= 1.2.0)
         | 
| 37 | 
            +
                actiontext (6.1.7.9)
         | 
| 38 | 
            +
                  actionpack (= 6.1.7.9)
         | 
| 39 | 
            +
                  activerecord (= 6.1.7.9)
         | 
| 40 | 
            +
                  activestorage (= 6.1.7.9)
         | 
| 41 | 
            +
                  activesupport (= 6.1.7.9)
         | 
| 42 | 
            +
                  nokogiri (>= 1.8.5)
         | 
| 43 | 
            +
                actionview (6.1.7.9)
         | 
| 44 | 
            +
                  activesupport (= 6.1.7.9)
         | 
| 45 | 
            +
                  builder (~> 3.1)
         | 
| 46 | 
            +
                  erubi (~> 1.4)
         | 
| 47 | 
            +
                  rails-dom-testing (~> 2.0)
         | 
| 48 | 
            +
                  rails-html-sanitizer (~> 1.1, >= 1.2.0)
         | 
| 49 | 
            +
                activejob (6.1.7.9)
         | 
| 50 | 
            +
                  activesupport (= 6.1.7.9)
         | 
| 51 | 
            +
                  globalid (>= 0.3.6)
         | 
| 52 | 
            +
                activemodel (6.1.7.9)
         | 
| 53 | 
            +
                  activesupport (= 6.1.7.9)
         | 
| 54 | 
            +
                activerecord (6.1.7.9)
         | 
| 55 | 
            +
                  activemodel (= 6.1.7.9)
         | 
| 56 | 
            +
                  activesupport (= 6.1.7.9)
         | 
| 57 | 
            +
                activestorage (6.1.7.9)
         | 
| 58 | 
            +
                  actionpack (= 6.1.7.9)
         | 
| 59 | 
            +
                  activejob (= 6.1.7.9)
         | 
| 60 | 
            +
                  activerecord (= 6.1.7.9)
         | 
| 61 | 
            +
                  activesupport (= 6.1.7.9)
         | 
| 62 | 
            +
                  marcel (~> 1.0)
         | 
| 63 | 
            +
                  mini_mime (>= 1.1.0)
         | 
| 64 | 
            +
                activesupport (6.1.7.9)
         | 
| 65 | 
            +
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         | 
| 66 | 
            +
                  i18n (>= 1.6, < 2)
         | 
| 67 | 
            +
                  minitest (>= 5.1)
         | 
| 68 | 
            +
                  tzinfo (~> 2.0)
         | 
| 69 | 
            +
                  zeitwerk (~> 2.3)
         | 
| 70 | 
            +
                appraisal (2.5.0)
         | 
| 71 | 
            +
                  bundler
         | 
| 72 | 
            +
                  rake
         | 
| 73 | 
            +
                  thor (>= 0.14.0)
         | 
| 74 | 
            +
                ast (2.4.3)
         | 
| 75 | 
            +
                base64 (0.3.0)
         | 
| 76 | 
            +
                bigdecimal (3.3.1)
         | 
| 77 | 
            +
                brakeman (5.4.1)
         | 
| 78 | 
            +
                builder (3.3.0)
         | 
| 79 | 
            +
                concurrent-ruby (1.3.4)
         | 
| 80 | 
            +
                crass (1.0.6)
         | 
| 81 | 
            +
                date (3.5.0)
         | 
| 82 | 
            +
                docile (1.4.1)
         | 
| 83 | 
            +
                erubi (1.13.1)
         | 
| 84 | 
            +
                globalid (1.3.0)
         | 
| 85 | 
            +
                  activesupport (>= 6.1)
         | 
| 86 | 
            +
                i18n (1.14.7)
         | 
| 87 | 
            +
                  concurrent-ruby (~> 1.0)
         | 
| 88 | 
            +
                json (2.15.2)
         | 
| 89 | 
            +
                language_server-protocol (3.17.0.5)
         | 
| 90 | 
            +
                lint_roller (1.1.0)
         | 
| 91 | 
            +
                logger (1.7.0)
         | 
| 92 | 
            +
                loofah (2.24.1)
         | 
| 93 | 
            +
                  crass (~> 1.0.2)
         | 
| 94 | 
            +
                  nokogiri (>= 1.12.0)
         | 
| 95 | 
            +
                mail (2.9.0)
         | 
| 96 | 
            +
                  logger
         | 
| 97 | 
            +
                  mini_mime (>= 0.1.1)
         | 
| 98 | 
            +
                  net-imap
         | 
| 99 | 
            +
                  net-pop
         | 
| 100 | 
            +
                  net-smtp
         | 
| 101 | 
            +
                marcel (1.1.0)
         | 
| 102 | 
            +
                method_source (1.1.0)
         | 
| 103 | 
            +
                mini_mime (1.1.5)
         | 
| 104 | 
            +
                mini_portile2 (2.8.9)
         | 
| 105 | 
            +
                minitest (5.26.0)
         | 
| 106 | 
            +
                net-imap (0.5.12)
         | 
| 107 | 
            +
                  date
         | 
| 108 | 
            +
                  net-protocol
         | 
| 109 | 
            +
                net-pop (0.1.2)
         | 
| 110 | 
            +
                  net-protocol
         | 
| 111 | 
            +
                net-protocol (0.2.2)
         | 
| 112 | 
            +
                  timeout
         | 
| 113 | 
            +
                net-smtp (0.5.1)
         | 
| 114 | 
            +
                  net-protocol
         | 
| 115 | 
            +
                nio4r (2.7.4)
         | 
| 116 | 
            +
                nokogiri (1.18.10)
         | 
| 117 | 
            +
                  mini_portile2 (~> 2.8.2)
         | 
| 118 | 
            +
                  racc (~> 1.4)
         | 
| 119 | 
            +
                nokogiri (1.18.10-arm64-darwin)
         | 
| 120 | 
            +
                  racc (~> 1.4)
         | 
| 121 | 
            +
                nokogiri (1.18.10-x86_64-darwin)
         | 
| 122 | 
            +
                  racc (~> 1.4)
         | 
| 123 | 
            +
                panolint (0.1.6)
         | 
| 124 | 
            +
                  brakeman (>= 4.8, < 6.0)
         | 
| 125 | 
            +
                  rubocop (>= 0.83, < 2.0)
         | 
| 126 | 
            +
                  rubocop-performance (~> 1.5)
         | 
| 127 | 
            +
                  rubocop-rails (~> 2.5)
         | 
| 128 | 
            +
                  rubocop-rake (~> 0.5)
         | 
| 129 | 
            +
                  rubocop-rspec (~> 2.0)
         | 
| 130 | 
            +
                parallel (1.27.0)
         | 
| 131 | 
            +
                parser (3.3.10.0)
         | 
| 132 | 
            +
                  ast (~> 2.4.1)
         | 
| 133 | 
            +
                  racc
         | 
| 134 | 
            +
                prism (1.6.0)
         | 
| 135 | 
            +
                racc (1.8.1)
         | 
| 136 | 
            +
                rack (2.2.20)
         | 
| 137 | 
            +
                rack-test (2.2.0)
         | 
| 138 | 
            +
                  rack (>= 1.3)
         | 
| 139 | 
            +
                rails (6.1.7.9)
         | 
| 140 | 
            +
                  actioncable (= 6.1.7.9)
         | 
| 141 | 
            +
                  actionmailbox (= 6.1.7.9)
         | 
| 142 | 
            +
                  actionmailer (= 6.1.7.9)
         | 
| 143 | 
            +
                  actionpack (= 6.1.7.9)
         | 
| 144 | 
            +
                  actiontext (= 6.1.7.9)
         | 
| 145 | 
            +
                  actionview (= 6.1.7.9)
         | 
| 146 | 
            +
                  activejob (= 6.1.7.9)
         | 
| 147 | 
            +
                  activemodel (= 6.1.7.9)
         | 
| 148 | 
            +
                  activerecord (= 6.1.7.9)
         | 
| 149 | 
            +
                  activestorage (= 6.1.7.9)
         | 
| 150 | 
            +
                  activesupport (= 6.1.7.9)
         | 
| 151 | 
            +
                  bundler (>= 1.15.0)
         | 
| 152 | 
            +
                  railties (= 6.1.7.9)
         | 
| 153 | 
            +
                  sprockets-rails (>= 2.0.0)
         | 
| 154 | 
            +
                rails-dom-testing (2.3.0)
         | 
| 155 | 
            +
                  activesupport (>= 5.0.0)
         | 
| 156 | 
            +
                  minitest
         | 
| 157 | 
            +
                  nokogiri (>= 1.6)
         | 
| 158 | 
            +
                rails-html-sanitizer (1.6.2)
         | 
| 159 | 
            +
                  loofah (~> 2.21)
         | 
| 160 | 
            +
                  nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
         | 
| 161 | 
            +
                railties (6.1.7.9)
         | 
| 162 | 
            +
                  actionpack (= 6.1.7.9)
         | 
| 163 | 
            +
                  activesupport (= 6.1.7.9)
         | 
| 164 | 
            +
                  method_source
         | 
| 165 | 
            +
                  rake (>= 12.2)
         | 
| 166 | 
            +
                  thor (~> 1.0)
         | 
| 167 | 
            +
                rainbow (3.1.1)
         | 
| 168 | 
            +
                rake (13.3.1)
         | 
| 169 | 
            +
                regexp_parser (2.11.3)
         | 
| 170 | 
            +
                rubocop (1.81.6)
         | 
| 171 | 
            +
                  json (~> 2.3)
         | 
| 172 | 
            +
                  language_server-protocol (~> 3.17.0.2)
         | 
| 173 | 
            +
                  lint_roller (~> 1.1.0)
         | 
| 174 | 
            +
                  parallel (~> 1.10)
         | 
| 175 | 
            +
                  parser (>= 3.3.0.2)
         | 
| 176 | 
            +
                  rainbow (>= 2.2.2, < 4.0)
         | 
| 177 | 
            +
                  regexp_parser (>= 2.9.3, < 3.0)
         | 
| 178 | 
            +
                  rubocop-ast (>= 1.47.1, < 2.0)
         | 
| 179 | 
            +
                  ruby-progressbar (~> 1.7)
         | 
| 180 | 
            +
                  unicode-display_width (>= 2.4.0, < 4.0)
         | 
| 181 | 
            +
                rubocop-ast (1.47.1)
         | 
| 182 | 
            +
                  parser (>= 3.3.7.2)
         | 
| 183 | 
            +
                  prism (~> 1.4)
         | 
| 184 | 
            +
                rubocop-capybara (2.22.1)
         | 
| 185 | 
            +
                  lint_roller (~> 1.1)
         | 
| 186 | 
            +
                  rubocop (~> 1.72, >= 1.72.1)
         | 
| 187 | 
            +
                rubocop-factory_bot (2.27.1)
         | 
| 188 | 
            +
                  lint_roller (~> 1.1)
         | 
| 189 | 
            +
                  rubocop (~> 1.72, >= 1.72.1)
         | 
| 190 | 
            +
                rubocop-performance (1.26.1)
         | 
| 191 | 
            +
                  lint_roller (~> 1.1)
         | 
| 192 | 
            +
                  rubocop (>= 1.75.0, < 2.0)
         | 
| 193 | 
            +
                  rubocop-ast (>= 1.47.1, < 2.0)
         | 
| 194 | 
            +
                rubocop-rails (2.33.4)
         | 
| 195 | 
            +
                  activesupport (>= 4.2.0)
         | 
| 196 | 
            +
                  lint_roller (~> 1.1)
         | 
| 197 | 
            +
                  rack (>= 1.1)
         | 
| 198 | 
            +
                  rubocop (>= 1.75.0, < 2.0)
         | 
| 199 | 
            +
                  rubocop-ast (>= 1.44.0, < 2.0)
         | 
| 200 | 
            +
                rubocop-rake (0.7.1)
         | 
| 201 | 
            +
                  lint_roller (~> 1.1)
         | 
| 202 | 
            +
                  rubocop (>= 1.72.1)
         | 
| 203 | 
            +
                rubocop-rspec (2.31.0)
         | 
| 204 | 
            +
                  rubocop (~> 1.40)
         | 
| 205 | 
            +
                  rubocop-capybara (~> 2.17)
         | 
| 206 | 
            +
                  rubocop-factory_bot (~> 2.22)
         | 
| 207 | 
            +
                  rubocop-rspec_rails (~> 2.28)
         | 
| 208 | 
            +
                rubocop-rspec_rails (2.29.1)
         | 
| 209 | 
            +
                  rubocop (~> 1.61)
         | 
| 210 | 
            +
                ruby-progressbar (1.13.0)
         | 
| 211 | 
            +
                simplecov (0.22.0)
         | 
| 212 | 
            +
                  docile (~> 1.1)
         | 
| 213 | 
            +
                  simplecov-html (~> 0.11)
         | 
| 214 | 
            +
                  simplecov_json_formatter (~> 0.1)
         | 
| 215 | 
            +
                simplecov-html (0.13.2)
         | 
| 216 | 
            +
                simplecov_json_formatter (0.1.4)
         | 
| 217 | 
            +
                sprockets (4.2.2)
         | 
| 218 | 
            +
                  concurrent-ruby (~> 1.0)
         | 
| 219 | 
            +
                  logger
         | 
| 220 | 
            +
                  rack (>= 2.2.4, < 4)
         | 
| 221 | 
            +
                sprockets-rails (3.5.2)
         | 
| 222 | 
            +
                  actionpack (>= 6.1)
         | 
| 223 | 
            +
                  activesupport (>= 6.1)
         | 
| 224 | 
            +
                  sprockets (>= 3.0.0)
         | 
| 225 | 
            +
                sqlite3 (1.5.4)
         | 
| 226 | 
            +
                  mini_portile2 (~> 2.8.0)
         | 
| 227 | 
            +
                sqlite3 (1.5.4-arm64-darwin)
         | 
| 228 | 
            +
                sqlite3 (1.5.4-x86-linux)
         | 
| 229 | 
            +
                sqlite3 (1.5.4-x86_64-darwin)
         | 
| 230 | 
            +
                sqlite3 (1.5.4-x86_64-linux)
         | 
| 231 | 
            +
                thor (1.4.0)
         | 
| 232 | 
            +
                timeout (0.4.4)
         | 
| 233 | 
            +
                tzinfo (2.0.6)
         | 
| 234 | 
            +
                  concurrent-ruby (~> 1.0)
         | 
| 235 | 
            +
                unicode-display_width (3.2.0)
         | 
| 236 | 
            +
                  unicode-emoji (~> 4.1)
         | 
| 237 | 
            +
                unicode-emoji (4.1.0)
         | 
| 238 | 
            +
                websocket-driver (0.8.0)
         | 
| 239 | 
            +
                  base64
         | 
| 240 | 
            +
                  websocket-extensions (>= 0.1.0)
         | 
| 241 | 
            +
                websocket-extensions (0.1.5)
         | 
| 242 | 
            +
                zeitwerk (2.6.18)
         | 
| 243 | 
            +
             | 
| 244 | 
            +
            PLATFORMS
         | 
| 245 | 
            +
              arm64-darwin
         | 
| 246 | 
            +
              ruby
         | 
| 247 | 
            +
              x86-linux
         | 
| 248 | 
            +
              x86_64-darwin
         | 
| 249 | 
            +
              x86_64-linux
         | 
| 250 | 
            +
             | 
| 251 | 
            +
            DEPENDENCIES
         | 
| 252 | 
            +
              appraisal
         | 
| 253 | 
            +
              bigdecimal (= 3.3.1)
         | 
| 254 | 
            +
              concurrent-ruby (= 1.3.4)
         | 
| 255 | 
            +
              minitest
         | 
| 256 | 
            +
              panolint
         | 
| 257 | 
            +
              rails (= 6.1.7.9)
         | 
| 258 | 
            +
              rake
         | 
| 259 | 
            +
              rubocop (~> 1.39)
         | 
| 260 | 
            +
              rubocop-rake
         | 
| 261 | 
            +
              setler!
         | 
| 262 | 
            +
              simplecov
         | 
| 263 | 
            +
              sqlite3 (= 1.5.4)
         | 
| 264 | 
            +
             | 
| 265 | 
            +
            BUNDLED WITH
         | 
| 266 | 
            +
               2.5.10
         |