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
| @@ -0,0 +1,311 @@ | |
| 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 (7.2.2.2)
         | 
| 12 | 
            +
                  actionpack (= 7.2.2.2)
         | 
| 13 | 
            +
                  activesupport (= 7.2.2.2)
         | 
| 14 | 
            +
                  nio4r (~> 2.0)
         | 
| 15 | 
            +
                  websocket-driver (>= 0.6.1)
         | 
| 16 | 
            +
                  zeitwerk (~> 2.6)
         | 
| 17 | 
            +
                actionmailbox (7.2.2.2)
         | 
| 18 | 
            +
                  actionpack (= 7.2.2.2)
         | 
| 19 | 
            +
                  activejob (= 7.2.2.2)
         | 
| 20 | 
            +
                  activerecord (= 7.2.2.2)
         | 
| 21 | 
            +
                  activestorage (= 7.2.2.2)
         | 
| 22 | 
            +
                  activesupport (= 7.2.2.2)
         | 
| 23 | 
            +
                  mail (>= 2.8.0)
         | 
| 24 | 
            +
                actionmailer (7.2.2.2)
         | 
| 25 | 
            +
                  actionpack (= 7.2.2.2)
         | 
| 26 | 
            +
                  actionview (= 7.2.2.2)
         | 
| 27 | 
            +
                  activejob (= 7.2.2.2)
         | 
| 28 | 
            +
                  activesupport (= 7.2.2.2)
         | 
| 29 | 
            +
                  mail (>= 2.8.0)
         | 
| 30 | 
            +
                  rails-dom-testing (~> 2.2)
         | 
| 31 | 
            +
                actionpack (7.2.2.2)
         | 
| 32 | 
            +
                  actionview (= 7.2.2.2)
         | 
| 33 | 
            +
                  activesupport (= 7.2.2.2)
         | 
| 34 | 
            +
                  nokogiri (>= 1.8.5)
         | 
| 35 | 
            +
                  racc
         | 
| 36 | 
            +
                  rack (>= 2.2.4, < 3.2)
         | 
| 37 | 
            +
                  rack-session (>= 1.0.1)
         | 
| 38 | 
            +
                  rack-test (>= 0.6.3)
         | 
| 39 | 
            +
                  rails-dom-testing (~> 2.2)
         | 
| 40 | 
            +
                  rails-html-sanitizer (~> 1.6)
         | 
| 41 | 
            +
                  useragent (~> 0.16)
         | 
| 42 | 
            +
                actiontext (7.2.2.2)
         | 
| 43 | 
            +
                  actionpack (= 7.2.2.2)
         | 
| 44 | 
            +
                  activerecord (= 7.2.2.2)
         | 
| 45 | 
            +
                  activestorage (= 7.2.2.2)
         | 
| 46 | 
            +
                  activesupport (= 7.2.2.2)
         | 
| 47 | 
            +
                  globalid (>= 0.6.0)
         | 
| 48 | 
            +
                  nokogiri (>= 1.8.5)
         | 
| 49 | 
            +
                actionview (7.2.2.2)
         | 
| 50 | 
            +
                  activesupport (= 7.2.2.2)
         | 
| 51 | 
            +
                  builder (~> 3.1)
         | 
| 52 | 
            +
                  erubi (~> 1.11)
         | 
| 53 | 
            +
                  rails-dom-testing (~> 2.2)
         | 
| 54 | 
            +
                  rails-html-sanitizer (~> 1.6)
         | 
| 55 | 
            +
                activejob (7.2.2.2)
         | 
| 56 | 
            +
                  activesupport (= 7.2.2.2)
         | 
| 57 | 
            +
                  globalid (>= 0.3.6)
         | 
| 58 | 
            +
                activemodel (7.2.2.2)
         | 
| 59 | 
            +
                  activesupport (= 7.2.2.2)
         | 
| 60 | 
            +
                activerecord (7.2.2.2)
         | 
| 61 | 
            +
                  activemodel (= 7.2.2.2)
         | 
| 62 | 
            +
                  activesupport (= 7.2.2.2)
         | 
| 63 | 
            +
                  timeout (>= 0.4.0)
         | 
| 64 | 
            +
                activestorage (7.2.2.2)
         | 
| 65 | 
            +
                  actionpack (= 7.2.2.2)
         | 
| 66 | 
            +
                  activejob (= 7.2.2.2)
         | 
| 67 | 
            +
                  activerecord (= 7.2.2.2)
         | 
| 68 | 
            +
                  activesupport (= 7.2.2.2)
         | 
| 69 | 
            +
                  marcel (~> 1.0)
         | 
| 70 | 
            +
                activesupport (7.2.2.2)
         | 
| 71 | 
            +
                  base64
         | 
| 72 | 
            +
                  benchmark (>= 0.3)
         | 
| 73 | 
            +
                  bigdecimal
         | 
| 74 | 
            +
                  concurrent-ruby (~> 1.0, >= 1.3.1)
         | 
| 75 | 
            +
                  connection_pool (>= 2.2.5)
         | 
| 76 | 
            +
                  drb
         | 
| 77 | 
            +
                  i18n (>= 1.6, < 2)
         | 
| 78 | 
            +
                  logger (>= 1.4.2)
         | 
| 79 | 
            +
                  minitest (>= 5.1)
         | 
| 80 | 
            +
                  securerandom (>= 0.3)
         | 
| 81 | 
            +
                  tzinfo (~> 2.0, >= 2.0.5)
         | 
| 82 | 
            +
                appraisal (2.5.0)
         | 
| 83 | 
            +
                  bundler
         | 
| 84 | 
            +
                  rake
         | 
| 85 | 
            +
                  thor (>= 0.14.0)
         | 
| 86 | 
            +
                ast (2.4.3)
         | 
| 87 | 
            +
                base64 (0.3.0)
         | 
| 88 | 
            +
                benchmark (0.5.0)
         | 
| 89 | 
            +
                bigdecimal (3.3.1)
         | 
| 90 | 
            +
                brakeman (5.4.1)
         | 
| 91 | 
            +
                builder (3.3.0)
         | 
| 92 | 
            +
                concurrent-ruby (1.3.5)
         | 
| 93 | 
            +
                connection_pool (2.5.4)
         | 
| 94 | 
            +
                crass (1.0.6)
         | 
| 95 | 
            +
                date (3.4.1)
         | 
| 96 | 
            +
                docile (1.4.1)
         | 
| 97 | 
            +
                drb (2.2.3)
         | 
| 98 | 
            +
                erb (5.1.1)
         | 
| 99 | 
            +
                erubi (1.13.1)
         | 
| 100 | 
            +
                globalid (1.3.0)
         | 
| 101 | 
            +
                  activesupport (>= 6.1)
         | 
| 102 | 
            +
                i18n (1.14.7)
         | 
| 103 | 
            +
                  concurrent-ruby (~> 1.0)
         | 
| 104 | 
            +
                io-console (0.8.1)
         | 
| 105 | 
            +
                irb (1.15.2)
         | 
| 106 | 
            +
                  pp (>= 0.6.0)
         | 
| 107 | 
            +
                  rdoc (>= 4.0.0)
         | 
| 108 | 
            +
                  reline (>= 0.4.2)
         | 
| 109 | 
            +
                json (2.15.2)
         | 
| 110 | 
            +
                language_server-protocol (3.17.0.5)
         | 
| 111 | 
            +
                lint_roller (1.1.0)
         | 
| 112 | 
            +
                logger (1.7.0)
         | 
| 113 | 
            +
                loofah (2.24.1)
         | 
| 114 | 
            +
                  crass (~> 1.0.2)
         | 
| 115 | 
            +
                  nokogiri (>= 1.12.0)
         | 
| 116 | 
            +
                mail (2.9.0)
         | 
| 117 | 
            +
                  logger
         | 
| 118 | 
            +
                  mini_mime (>= 0.1.1)
         | 
| 119 | 
            +
                  net-imap
         | 
| 120 | 
            +
                  net-pop
         | 
| 121 | 
            +
                  net-smtp
         | 
| 122 | 
            +
                marcel (1.1.0)
         | 
| 123 | 
            +
                mini_mime (1.1.5)
         | 
| 124 | 
            +
                minitest (5.26.0)
         | 
| 125 | 
            +
                net-imap (0.5.12)
         | 
| 126 | 
            +
                  date
         | 
| 127 | 
            +
                  net-protocol
         | 
| 128 | 
            +
                net-pop (0.1.2)
         | 
| 129 | 
            +
                  net-protocol
         | 
| 130 | 
            +
                net-protocol (0.2.2)
         | 
| 131 | 
            +
                  timeout
         | 
| 132 | 
            +
                net-smtp (0.5.1)
         | 
| 133 | 
            +
                  net-protocol
         | 
| 134 | 
            +
                nio4r (2.7.4)
         | 
| 135 | 
            +
                nokogiri (1.18.10-aarch64-linux-gnu)
         | 
| 136 | 
            +
                  racc (~> 1.4)
         | 
| 137 | 
            +
                nokogiri (1.18.10-aarch64-linux-musl)
         | 
| 138 | 
            +
                  racc (~> 1.4)
         | 
| 139 | 
            +
                nokogiri (1.18.10-arm-linux-gnu)
         | 
| 140 | 
            +
                  racc (~> 1.4)
         | 
| 141 | 
            +
                nokogiri (1.18.10-arm-linux-musl)
         | 
| 142 | 
            +
                  racc (~> 1.4)
         | 
| 143 | 
            +
                nokogiri (1.18.10-arm64-darwin)
         | 
| 144 | 
            +
                  racc (~> 1.4)
         | 
| 145 | 
            +
                nokogiri (1.18.10-x86_64-darwin)
         | 
| 146 | 
            +
                  racc (~> 1.4)
         | 
| 147 | 
            +
                nokogiri (1.18.10-x86_64-linux-gnu)
         | 
| 148 | 
            +
                  racc (~> 1.4)
         | 
| 149 | 
            +
                nokogiri (1.18.10-x86_64-linux-musl)
         | 
| 150 | 
            +
                  racc (~> 1.4)
         | 
| 151 | 
            +
                panolint (0.1.6)
         | 
| 152 | 
            +
                  brakeman (>= 4.8, < 6.0)
         | 
| 153 | 
            +
                  rubocop (>= 0.83, < 2.0)
         | 
| 154 | 
            +
                  rubocop-performance (~> 1.5)
         | 
| 155 | 
            +
                  rubocop-rails (~> 2.5)
         | 
| 156 | 
            +
                  rubocop-rake (~> 0.5)
         | 
| 157 | 
            +
                  rubocop-rspec (~> 2.0)
         | 
| 158 | 
            +
                parallel (1.27.0)
         | 
| 159 | 
            +
                parser (3.3.10.0)
         | 
| 160 | 
            +
                  ast (~> 2.4.1)
         | 
| 161 | 
            +
                  racc
         | 
| 162 | 
            +
                pp (0.6.3)
         | 
| 163 | 
            +
                  prettyprint
         | 
| 164 | 
            +
                prettyprint (0.2.0)
         | 
| 165 | 
            +
                prism (1.6.0)
         | 
| 166 | 
            +
                psych (5.2.6)
         | 
| 167 | 
            +
                  date
         | 
| 168 | 
            +
                  stringio
         | 
| 169 | 
            +
                racc (1.8.1)
         | 
| 170 | 
            +
                rack (3.1.18)
         | 
| 171 | 
            +
                rack-session (2.1.1)
         | 
| 172 | 
            +
                  base64 (>= 0.1.0)
         | 
| 173 | 
            +
                  rack (>= 3.0.0)
         | 
| 174 | 
            +
                rack-test (2.2.0)
         | 
| 175 | 
            +
                  rack (>= 1.3)
         | 
| 176 | 
            +
                rackup (2.2.1)
         | 
| 177 | 
            +
                  rack (>= 3)
         | 
| 178 | 
            +
                rails (7.2.2.2)
         | 
| 179 | 
            +
                  actioncable (= 7.2.2.2)
         | 
| 180 | 
            +
                  actionmailbox (= 7.2.2.2)
         | 
| 181 | 
            +
                  actionmailer (= 7.2.2.2)
         | 
| 182 | 
            +
                  actionpack (= 7.2.2.2)
         | 
| 183 | 
            +
                  actiontext (= 7.2.2.2)
         | 
| 184 | 
            +
                  actionview (= 7.2.2.2)
         | 
| 185 | 
            +
                  activejob (= 7.2.2.2)
         | 
| 186 | 
            +
                  activemodel (= 7.2.2.2)
         | 
| 187 | 
            +
                  activerecord (= 7.2.2.2)
         | 
| 188 | 
            +
                  activestorage (= 7.2.2.2)
         | 
| 189 | 
            +
                  activesupport (= 7.2.2.2)
         | 
| 190 | 
            +
                  bundler (>= 1.15.0)
         | 
| 191 | 
            +
                  railties (= 7.2.2.2)
         | 
| 192 | 
            +
                rails-dom-testing (2.3.0)
         | 
| 193 | 
            +
                  activesupport (>= 5.0.0)
         | 
| 194 | 
            +
                  minitest
         | 
| 195 | 
            +
                  nokogiri (>= 1.6)
         | 
| 196 | 
            +
                rails-html-sanitizer (1.6.2)
         | 
| 197 | 
            +
                  loofah (~> 2.21)
         | 
| 198 | 
            +
                  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)
         | 
| 199 | 
            +
                railties (7.2.2.2)
         | 
| 200 | 
            +
                  actionpack (= 7.2.2.2)
         | 
| 201 | 
            +
                  activesupport (= 7.2.2.2)
         | 
| 202 | 
            +
                  irb (~> 1.13)
         | 
| 203 | 
            +
                  rackup (>= 1.0.0)
         | 
| 204 | 
            +
                  rake (>= 12.2)
         | 
| 205 | 
            +
                  thor (~> 1.0, >= 1.2.2)
         | 
| 206 | 
            +
                  zeitwerk (~> 2.6)
         | 
| 207 | 
            +
                rainbow (3.1.1)
         | 
| 208 | 
            +
                rake (13.3.0)
         | 
| 209 | 
            +
                rdoc (6.15.0)
         | 
| 210 | 
            +
                  erb
         | 
| 211 | 
            +
                  psych (>= 4.0.0)
         | 
| 212 | 
            +
                  tsort
         | 
| 213 | 
            +
                regexp_parser (2.11.3)
         | 
| 214 | 
            +
                reline (0.6.2)
         | 
| 215 | 
            +
                  io-console (~> 0.5)
         | 
| 216 | 
            +
                rubocop (1.81.6)
         | 
| 217 | 
            +
                  json (~> 2.3)
         | 
| 218 | 
            +
                  language_server-protocol (~> 3.17.0.2)
         | 
| 219 | 
            +
                  lint_roller (~> 1.1.0)
         | 
| 220 | 
            +
                  parallel (~> 1.10)
         | 
| 221 | 
            +
                  parser (>= 3.3.0.2)
         | 
| 222 | 
            +
                  rainbow (>= 2.2.2, < 4.0)
         | 
| 223 | 
            +
                  regexp_parser (>= 2.9.3, < 3.0)
         | 
| 224 | 
            +
                  rubocop-ast (>= 1.47.1, < 2.0)
         | 
| 225 | 
            +
                  ruby-progressbar (~> 1.7)
         | 
| 226 | 
            +
                  unicode-display_width (>= 2.4.0, < 4.0)
         | 
| 227 | 
            +
                rubocop-ast (1.47.1)
         | 
| 228 | 
            +
                  parser (>= 3.3.7.2)
         | 
| 229 | 
            +
                  prism (~> 1.4)
         | 
| 230 | 
            +
                rubocop-capybara (2.22.1)
         | 
| 231 | 
            +
                  lint_roller (~> 1.1)
         | 
| 232 | 
            +
                  rubocop (~> 1.72, >= 1.72.1)
         | 
| 233 | 
            +
                rubocop-factory_bot (2.27.1)
         | 
| 234 | 
            +
                  lint_roller (~> 1.1)
         | 
| 235 | 
            +
                  rubocop (~> 1.72, >= 1.72.1)
         | 
| 236 | 
            +
                rubocop-performance (1.26.1)
         | 
| 237 | 
            +
                  lint_roller (~> 1.1)
         | 
| 238 | 
            +
                  rubocop (>= 1.75.0, < 2.0)
         | 
| 239 | 
            +
                  rubocop-ast (>= 1.47.1, < 2.0)
         | 
| 240 | 
            +
                rubocop-rails (2.33.4)
         | 
| 241 | 
            +
                  activesupport (>= 4.2.0)
         | 
| 242 | 
            +
                  lint_roller (~> 1.1)
         | 
| 243 | 
            +
                  rack (>= 1.1)
         | 
| 244 | 
            +
                  rubocop (>= 1.75.0, < 2.0)
         | 
| 245 | 
            +
                  rubocop-ast (>= 1.44.0, < 2.0)
         | 
| 246 | 
            +
                rubocop-rake (0.7.1)
         | 
| 247 | 
            +
                  lint_roller (~> 1.1)
         | 
| 248 | 
            +
                  rubocop (>= 1.72.1)
         | 
| 249 | 
            +
                rubocop-rspec (2.31.0)
         | 
| 250 | 
            +
                  rubocop (~> 1.40)
         | 
| 251 | 
            +
                  rubocop-capybara (~> 2.17)
         | 
| 252 | 
            +
                  rubocop-factory_bot (~> 2.22)
         | 
| 253 | 
            +
                  rubocop-rspec_rails (~> 2.28)
         | 
| 254 | 
            +
                rubocop-rspec_rails (2.29.1)
         | 
| 255 | 
            +
                  rubocop (~> 1.61)
         | 
| 256 | 
            +
                ruby-progressbar (1.13.0)
         | 
| 257 | 
            +
                securerandom (0.4.1)
         | 
| 258 | 
            +
                simplecov (0.22.0)
         | 
| 259 | 
            +
                  docile (~> 1.1)
         | 
| 260 | 
            +
                  simplecov-html (~> 0.11)
         | 
| 261 | 
            +
                  simplecov_json_formatter (~> 0.1)
         | 
| 262 | 
            +
                simplecov-html (0.13.2)
         | 
| 263 | 
            +
                simplecov_json_formatter (0.1.4)
         | 
| 264 | 
            +
                sqlite3 (2.7.4-aarch64-linux-gnu)
         | 
| 265 | 
            +
                sqlite3 (2.7.4-aarch64-linux-musl)
         | 
| 266 | 
            +
                sqlite3 (2.7.4-arm-linux-gnu)
         | 
| 267 | 
            +
                sqlite3 (2.7.4-arm-linux-musl)
         | 
| 268 | 
            +
                sqlite3 (2.7.4-arm64-darwin)
         | 
| 269 | 
            +
                sqlite3 (2.7.4-x86_64-darwin)
         | 
| 270 | 
            +
                sqlite3 (2.7.4-x86_64-linux-gnu)
         | 
| 271 | 
            +
                sqlite3 (2.7.4-x86_64-linux-musl)
         | 
| 272 | 
            +
                stringio (3.1.7)
         | 
| 273 | 
            +
                thor (1.4.0)
         | 
| 274 | 
            +
                timeout (0.4.3)
         | 
| 275 | 
            +
                tsort (0.2.0)
         | 
| 276 | 
            +
                tzinfo (2.0.6)
         | 
| 277 | 
            +
                  concurrent-ruby (~> 1.0)
         | 
| 278 | 
            +
                unicode-display_width (3.2.0)
         | 
| 279 | 
            +
                  unicode-emoji (~> 4.1)
         | 
| 280 | 
            +
                unicode-emoji (4.1.0)
         | 
| 281 | 
            +
                useragent (0.16.11)
         | 
| 282 | 
            +
                websocket-driver (0.8.0)
         | 
| 283 | 
            +
                  base64
         | 
| 284 | 
            +
                  websocket-extensions (>= 0.1.0)
         | 
| 285 | 
            +
                websocket-extensions (0.1.5)
         | 
| 286 | 
            +
                zeitwerk (2.7.3)
         | 
| 287 | 
            +
             | 
| 288 | 
            +
            PLATFORMS
         | 
| 289 | 
            +
              aarch64-linux-gnu
         | 
| 290 | 
            +
              aarch64-linux-musl
         | 
| 291 | 
            +
              arm-linux-gnu
         | 
| 292 | 
            +
              arm-linux-musl
         | 
| 293 | 
            +
              arm64-darwin
         | 
| 294 | 
            +
              x86_64-darwin
         | 
| 295 | 
            +
              x86_64-linux-gnu
         | 
| 296 | 
            +
              x86_64-linux-musl
         | 
| 297 | 
            +
             | 
| 298 | 
            +
            DEPENDENCIES
         | 
| 299 | 
            +
              appraisal
         | 
| 300 | 
            +
              minitest
         | 
| 301 | 
            +
              panolint
         | 
| 302 | 
            +
              rails (~> 7.2)
         | 
| 303 | 
            +
              rake
         | 
| 304 | 
            +
              rubocop (~> 1.39)
         | 
| 305 | 
            +
              rubocop-rake
         | 
| 306 | 
            +
              setler!
         | 
| 307 | 
            +
              simplecov
         | 
| 308 | 
            +
              sqlite3
         | 
| 309 | 
            +
             | 
| 310 | 
            +
            BUNDLED WITH
         | 
| 311 | 
            +
               2.6.9
         | 
| @@ -0,0 +1,315 @@ | |
| 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 | 
            +
                action_text-trix (2.1.15)
         | 
| 12 | 
            +
                  railties
         | 
| 13 | 
            +
                actioncable (8.1.0)
         | 
| 14 | 
            +
                  actionpack (= 8.1.0)
         | 
| 15 | 
            +
                  activesupport (= 8.1.0)
         | 
| 16 | 
            +
                  nio4r (~> 2.0)
         | 
| 17 | 
            +
                  websocket-driver (>= 0.6.1)
         | 
| 18 | 
            +
                  zeitwerk (~> 2.6)
         | 
| 19 | 
            +
                actionmailbox (8.1.0)
         | 
| 20 | 
            +
                  actionpack (= 8.1.0)
         | 
| 21 | 
            +
                  activejob (= 8.1.0)
         | 
| 22 | 
            +
                  activerecord (= 8.1.0)
         | 
| 23 | 
            +
                  activestorage (= 8.1.0)
         | 
| 24 | 
            +
                  activesupport (= 8.1.0)
         | 
| 25 | 
            +
                  mail (>= 2.8.0)
         | 
| 26 | 
            +
                actionmailer (8.1.0)
         | 
| 27 | 
            +
                  actionpack (= 8.1.0)
         | 
| 28 | 
            +
                  actionview (= 8.1.0)
         | 
| 29 | 
            +
                  activejob (= 8.1.0)
         | 
| 30 | 
            +
                  activesupport (= 8.1.0)
         | 
| 31 | 
            +
                  mail (>= 2.8.0)
         | 
| 32 | 
            +
                  rails-dom-testing (~> 2.2)
         | 
| 33 | 
            +
                actionpack (8.1.0)
         | 
| 34 | 
            +
                  actionview (= 8.1.0)
         | 
| 35 | 
            +
                  activesupport (= 8.1.0)
         | 
| 36 | 
            +
                  nokogiri (>= 1.8.5)
         | 
| 37 | 
            +
                  rack (>= 2.2.4)
         | 
| 38 | 
            +
                  rack-session (>= 1.0.1)
         | 
| 39 | 
            +
                  rack-test (>= 0.6.3)
         | 
| 40 | 
            +
                  rails-dom-testing (~> 2.2)
         | 
| 41 | 
            +
                  rails-html-sanitizer (~> 1.6)
         | 
| 42 | 
            +
                  useragent (~> 0.16)
         | 
| 43 | 
            +
                actiontext (8.1.0)
         | 
| 44 | 
            +
                  action_text-trix (~> 2.1.15)
         | 
| 45 | 
            +
                  actionpack (= 8.1.0)
         | 
| 46 | 
            +
                  activerecord (= 8.1.0)
         | 
| 47 | 
            +
                  activestorage (= 8.1.0)
         | 
| 48 | 
            +
                  activesupport (= 8.1.0)
         | 
| 49 | 
            +
                  globalid (>= 0.6.0)
         | 
| 50 | 
            +
                  nokogiri (>= 1.8.5)
         | 
| 51 | 
            +
                actionview (8.1.0)
         | 
| 52 | 
            +
                  activesupport (= 8.1.0)
         | 
| 53 | 
            +
                  builder (~> 3.1)
         | 
| 54 | 
            +
                  erubi (~> 1.11)
         | 
| 55 | 
            +
                  rails-dom-testing (~> 2.2)
         | 
| 56 | 
            +
                  rails-html-sanitizer (~> 1.6)
         | 
| 57 | 
            +
                activejob (8.1.0)
         | 
| 58 | 
            +
                  activesupport (= 8.1.0)
         | 
| 59 | 
            +
                  globalid (>= 0.3.6)
         | 
| 60 | 
            +
                activemodel (8.1.0)
         | 
| 61 | 
            +
                  activesupport (= 8.1.0)
         | 
| 62 | 
            +
                activerecord (8.1.0)
         | 
| 63 | 
            +
                  activemodel (= 8.1.0)
         | 
| 64 | 
            +
                  activesupport (= 8.1.0)
         | 
| 65 | 
            +
                  timeout (>= 0.4.0)
         | 
| 66 | 
            +
                activestorage (8.1.0)
         | 
| 67 | 
            +
                  actionpack (= 8.1.0)
         | 
| 68 | 
            +
                  activejob (= 8.1.0)
         | 
| 69 | 
            +
                  activerecord (= 8.1.0)
         | 
| 70 | 
            +
                  activesupport (= 8.1.0)
         | 
| 71 | 
            +
                  marcel (~> 1.0)
         | 
| 72 | 
            +
                activesupport (8.1.0)
         | 
| 73 | 
            +
                  base64
         | 
| 74 | 
            +
                  bigdecimal
         | 
| 75 | 
            +
                  concurrent-ruby (~> 1.0, >= 1.3.1)
         | 
| 76 | 
            +
                  connection_pool (>= 2.2.5)
         | 
| 77 | 
            +
                  drb
         | 
| 78 | 
            +
                  i18n (>= 1.6, < 2)
         | 
| 79 | 
            +
                  json
         | 
| 80 | 
            +
                  logger (>= 1.4.2)
         | 
| 81 | 
            +
                  minitest (>= 5.1)
         | 
| 82 | 
            +
                  securerandom (>= 0.3)
         | 
| 83 | 
            +
                  tzinfo (~> 2.0, >= 2.0.5)
         | 
| 84 | 
            +
                  uri (>= 0.13.1)
         | 
| 85 | 
            +
                appraisal (2.5.0)
         | 
| 86 | 
            +
                  bundler
         | 
| 87 | 
            +
                  rake
         | 
| 88 | 
            +
                  thor (>= 0.14.0)
         | 
| 89 | 
            +
                ast (2.4.3)
         | 
| 90 | 
            +
                base64 (0.3.0)
         | 
| 91 | 
            +
                bigdecimal (3.3.1)
         | 
| 92 | 
            +
                brakeman (5.4.1)
         | 
| 93 | 
            +
                builder (3.3.0)
         | 
| 94 | 
            +
                concurrent-ruby (1.3.5)
         | 
| 95 | 
            +
                connection_pool (2.5.4)
         | 
| 96 | 
            +
                crass (1.0.6)
         | 
| 97 | 
            +
                date (3.4.1)
         | 
| 98 | 
            +
                docile (1.4.1)
         | 
| 99 | 
            +
                drb (2.2.3)
         | 
| 100 | 
            +
                erb (5.1.1)
         | 
| 101 | 
            +
                erubi (1.13.1)
         | 
| 102 | 
            +
                globalid (1.3.0)
         | 
| 103 | 
            +
                  activesupport (>= 6.1)
         | 
| 104 | 
            +
                i18n (1.14.7)
         | 
| 105 | 
            +
                  concurrent-ruby (~> 1.0)
         | 
| 106 | 
            +
                io-console (0.8.1)
         | 
| 107 | 
            +
                irb (1.15.2)
         | 
| 108 | 
            +
                  pp (>= 0.6.0)
         | 
| 109 | 
            +
                  rdoc (>= 4.0.0)
         | 
| 110 | 
            +
                  reline (>= 0.4.2)
         | 
| 111 | 
            +
                json (2.15.1)
         | 
| 112 | 
            +
                language_server-protocol (3.17.0.5)
         | 
| 113 | 
            +
                lint_roller (1.1.0)
         | 
| 114 | 
            +
                logger (1.7.0)
         | 
| 115 | 
            +
                loofah (2.24.1)
         | 
| 116 | 
            +
                  crass (~> 1.0.2)
         | 
| 117 | 
            +
                  nokogiri (>= 1.12.0)
         | 
| 118 | 
            +
                mail (2.9.0)
         | 
| 119 | 
            +
                  logger
         | 
| 120 | 
            +
                  mini_mime (>= 0.1.1)
         | 
| 121 | 
            +
                  net-imap
         | 
| 122 | 
            +
                  net-pop
         | 
| 123 | 
            +
                  net-smtp
         | 
| 124 | 
            +
                marcel (1.1.0)
         | 
| 125 | 
            +
                mini_mime (1.1.5)
         | 
| 126 | 
            +
                minitest (5.26.0)
         | 
| 127 | 
            +
                net-imap (0.5.12)
         | 
| 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.1)
         | 
| 135 | 
            +
                  net-protocol
         | 
| 136 | 
            +
                nio4r (2.7.4)
         | 
| 137 | 
            +
                nokogiri (1.18.10-aarch64-linux-gnu)
         | 
| 138 | 
            +
                  racc (~> 1.4)
         | 
| 139 | 
            +
                nokogiri (1.18.10-aarch64-linux-musl)
         | 
| 140 | 
            +
                  racc (~> 1.4)
         | 
| 141 | 
            +
                nokogiri (1.18.10-arm-linux-gnu)
         | 
| 142 | 
            +
                  racc (~> 1.4)
         | 
| 143 | 
            +
                nokogiri (1.18.10-arm-linux-musl)
         | 
| 144 | 
            +
                  racc (~> 1.4)
         | 
| 145 | 
            +
                nokogiri (1.18.10-arm64-darwin)
         | 
| 146 | 
            +
                  racc (~> 1.4)
         | 
| 147 | 
            +
                nokogiri (1.18.10-x86_64-darwin)
         | 
| 148 | 
            +
                  racc (~> 1.4)
         | 
| 149 | 
            +
                nokogiri (1.18.10-x86_64-linux-gnu)
         | 
| 150 | 
            +
                  racc (~> 1.4)
         | 
| 151 | 
            +
                nokogiri (1.18.10-x86_64-linux-musl)
         | 
| 152 | 
            +
                  racc (~> 1.4)
         | 
| 153 | 
            +
                panolint (0.1.6)
         | 
| 154 | 
            +
                  brakeman (>= 4.8, < 6.0)
         | 
| 155 | 
            +
                  rubocop (>= 0.83, < 2.0)
         | 
| 156 | 
            +
                  rubocop-performance (~> 1.5)
         | 
| 157 | 
            +
                  rubocop-rails (~> 2.5)
         | 
| 158 | 
            +
                  rubocop-rake (~> 0.5)
         | 
| 159 | 
            +
                  rubocop-rspec (~> 2.0)
         | 
| 160 | 
            +
                parallel (1.27.0)
         | 
| 161 | 
            +
                parser (3.3.10.0)
         | 
| 162 | 
            +
                  ast (~> 2.4.1)
         | 
| 163 | 
            +
                  racc
         | 
| 164 | 
            +
                pp (0.6.3)
         | 
| 165 | 
            +
                  prettyprint
         | 
| 166 | 
            +
                prettyprint (0.2.0)
         | 
| 167 | 
            +
                prism (1.6.0)
         | 
| 168 | 
            +
                psych (5.2.6)
         | 
| 169 | 
            +
                  date
         | 
| 170 | 
            +
                  stringio
         | 
| 171 | 
            +
                racc (1.8.1)
         | 
| 172 | 
            +
                rack (3.2.3)
         | 
| 173 | 
            +
                rack-session (2.1.1)
         | 
| 174 | 
            +
                  base64 (>= 0.1.0)
         | 
| 175 | 
            +
                  rack (>= 3.0.0)
         | 
| 176 | 
            +
                rack-test (2.2.0)
         | 
| 177 | 
            +
                  rack (>= 1.3)
         | 
| 178 | 
            +
                rackup (2.2.1)
         | 
| 179 | 
            +
                  rack (>= 3)
         | 
| 180 | 
            +
                rails (8.1.0)
         | 
| 181 | 
            +
                  actioncable (= 8.1.0)
         | 
| 182 | 
            +
                  actionmailbox (= 8.1.0)
         | 
| 183 | 
            +
                  actionmailer (= 8.1.0)
         | 
| 184 | 
            +
                  actionpack (= 8.1.0)
         | 
| 185 | 
            +
                  actiontext (= 8.1.0)
         | 
| 186 | 
            +
                  actionview (= 8.1.0)
         | 
| 187 | 
            +
                  activejob (= 8.1.0)
         | 
| 188 | 
            +
                  activemodel (= 8.1.0)
         | 
| 189 | 
            +
                  activerecord (= 8.1.0)
         | 
| 190 | 
            +
                  activestorage (= 8.1.0)
         | 
| 191 | 
            +
                  activesupport (= 8.1.0)
         | 
| 192 | 
            +
                  bundler (>= 1.15.0)
         | 
| 193 | 
            +
                  railties (= 8.1.0)
         | 
| 194 | 
            +
                rails-dom-testing (2.3.0)
         | 
| 195 | 
            +
                  activesupport (>= 5.0.0)
         | 
| 196 | 
            +
                  minitest
         | 
| 197 | 
            +
                  nokogiri (>= 1.6)
         | 
| 198 | 
            +
                rails-html-sanitizer (1.6.2)
         | 
| 199 | 
            +
                  loofah (~> 2.21)
         | 
| 200 | 
            +
                  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)
         | 
| 201 | 
            +
                railties (8.1.0)
         | 
| 202 | 
            +
                  actionpack (= 8.1.0)
         | 
| 203 | 
            +
                  activesupport (= 8.1.0)
         | 
| 204 | 
            +
                  irb (~> 1.13)
         | 
| 205 | 
            +
                  rackup (>= 1.0.0)
         | 
| 206 | 
            +
                  rake (>= 12.2)
         | 
| 207 | 
            +
                  thor (~> 1.0, >= 1.2.2)
         | 
| 208 | 
            +
                  tsort (>= 0.2)
         | 
| 209 | 
            +
                  zeitwerk (~> 2.6)
         | 
| 210 | 
            +
                rainbow (3.1.1)
         | 
| 211 | 
            +
                rake (13.3.0)
         | 
| 212 | 
            +
                rdoc (6.15.0)
         | 
| 213 | 
            +
                  erb
         | 
| 214 | 
            +
                  psych (>= 4.0.0)
         | 
| 215 | 
            +
                  tsort
         | 
| 216 | 
            +
                regexp_parser (2.11.3)
         | 
| 217 | 
            +
                reline (0.6.2)
         | 
| 218 | 
            +
                  io-console (~> 0.5)
         | 
| 219 | 
            +
                rubocop (1.81.6)
         | 
| 220 | 
            +
                  json (~> 2.3)
         | 
| 221 | 
            +
                  language_server-protocol (~> 3.17.0.2)
         | 
| 222 | 
            +
                  lint_roller (~> 1.1.0)
         | 
| 223 | 
            +
                  parallel (~> 1.10)
         | 
| 224 | 
            +
                  parser (>= 3.3.0.2)
         | 
| 225 | 
            +
                  rainbow (>= 2.2.2, < 4.0)
         | 
| 226 | 
            +
                  regexp_parser (>= 2.9.3, < 3.0)
         | 
| 227 | 
            +
                  rubocop-ast (>= 1.47.1, < 2.0)
         | 
| 228 | 
            +
                  ruby-progressbar (~> 1.7)
         | 
| 229 | 
            +
                  unicode-display_width (>= 2.4.0, < 4.0)
         | 
| 230 | 
            +
                rubocop-ast (1.47.1)
         | 
| 231 | 
            +
                  parser (>= 3.3.7.2)
         | 
| 232 | 
            +
                  prism (~> 1.4)
         | 
| 233 | 
            +
                rubocop-capybara (2.22.1)
         | 
| 234 | 
            +
                  lint_roller (~> 1.1)
         | 
| 235 | 
            +
                  rubocop (~> 1.72, >= 1.72.1)
         | 
| 236 | 
            +
                rubocop-factory_bot (2.27.1)
         | 
| 237 | 
            +
                  lint_roller (~> 1.1)
         | 
| 238 | 
            +
                  rubocop (~> 1.72, >= 1.72.1)
         | 
| 239 | 
            +
                rubocop-performance (1.26.1)
         | 
| 240 | 
            +
                  lint_roller (~> 1.1)
         | 
| 241 | 
            +
                  rubocop (>= 1.75.0, < 2.0)
         | 
| 242 | 
            +
                  rubocop-ast (>= 1.47.1, < 2.0)
         | 
| 243 | 
            +
                rubocop-rails (2.33.4)
         | 
| 244 | 
            +
                  activesupport (>= 4.2.0)
         | 
| 245 | 
            +
                  lint_roller (~> 1.1)
         | 
| 246 | 
            +
                  rack (>= 1.1)
         | 
| 247 | 
            +
                  rubocop (>= 1.75.0, < 2.0)
         | 
| 248 | 
            +
                  rubocop-ast (>= 1.44.0, < 2.0)
         | 
| 249 | 
            +
                rubocop-rake (0.7.1)
         | 
| 250 | 
            +
                  lint_roller (~> 1.1)
         | 
| 251 | 
            +
                  rubocop (>= 1.72.1)
         | 
| 252 | 
            +
                rubocop-rspec (2.31.0)
         | 
| 253 | 
            +
                  rubocop (~> 1.40)
         | 
| 254 | 
            +
                  rubocop-capybara (~> 2.17)
         | 
| 255 | 
            +
                  rubocop-factory_bot (~> 2.22)
         | 
| 256 | 
            +
                  rubocop-rspec_rails (~> 2.28)
         | 
| 257 | 
            +
                rubocop-rspec_rails (2.29.1)
         | 
| 258 | 
            +
                  rubocop (~> 1.61)
         | 
| 259 | 
            +
                ruby-progressbar (1.13.0)
         | 
| 260 | 
            +
                securerandom (0.4.1)
         | 
| 261 | 
            +
                simplecov (0.22.0)
         | 
| 262 | 
            +
                  docile (~> 1.1)
         | 
| 263 | 
            +
                  simplecov-html (~> 0.11)
         | 
| 264 | 
            +
                  simplecov_json_formatter (~> 0.1)
         | 
| 265 | 
            +
                simplecov-html (0.13.2)
         | 
| 266 | 
            +
                simplecov_json_formatter (0.1.4)
         | 
| 267 | 
            +
                sqlite3 (2.7.4-aarch64-linux-gnu)
         | 
| 268 | 
            +
                sqlite3 (2.7.4-aarch64-linux-musl)
         | 
| 269 | 
            +
                sqlite3 (2.7.4-arm-linux-gnu)
         | 
| 270 | 
            +
                sqlite3 (2.7.4-arm-linux-musl)
         | 
| 271 | 
            +
                sqlite3 (2.7.4-arm64-darwin)
         | 
| 272 | 
            +
                sqlite3 (2.7.4-x86_64-darwin)
         | 
| 273 | 
            +
                sqlite3 (2.7.4-x86_64-linux-gnu)
         | 
| 274 | 
            +
                sqlite3 (2.7.4-x86_64-linux-musl)
         | 
| 275 | 
            +
                stringio (3.1.7)
         | 
| 276 | 
            +
                thor (1.4.0)
         | 
| 277 | 
            +
                timeout (0.4.3)
         | 
| 278 | 
            +
                tsort (0.2.0)
         | 
| 279 | 
            +
                tzinfo (2.0.6)
         | 
| 280 | 
            +
                  concurrent-ruby (~> 1.0)
         | 
| 281 | 
            +
                unicode-display_width (3.2.0)
         | 
| 282 | 
            +
                  unicode-emoji (~> 4.1)
         | 
| 283 | 
            +
                unicode-emoji (4.1.0)
         | 
| 284 | 
            +
                uri (1.0.4)
         | 
| 285 | 
            +
                useragent (0.16.11)
         | 
| 286 | 
            +
                websocket-driver (0.8.0)
         | 
| 287 | 
            +
                  base64
         | 
| 288 | 
            +
                  websocket-extensions (>= 0.1.0)
         | 
| 289 | 
            +
                websocket-extensions (0.1.5)
         | 
| 290 | 
            +
                zeitwerk (2.7.3)
         | 
| 291 | 
            +
             | 
| 292 | 
            +
            PLATFORMS
         | 
| 293 | 
            +
              aarch64-linux-gnu
         | 
| 294 | 
            +
              aarch64-linux-musl
         | 
| 295 | 
            +
              arm-linux-gnu
         | 
| 296 | 
            +
              arm-linux-musl
         | 
| 297 | 
            +
              arm64-darwin
         | 
| 298 | 
            +
              x86_64-darwin
         | 
| 299 | 
            +
              x86_64-linux-gnu
         | 
| 300 | 
            +
              x86_64-linux-musl
         | 
| 301 | 
            +
             | 
| 302 | 
            +
            DEPENDENCIES
         | 
| 303 | 
            +
              appraisal
         | 
| 304 | 
            +
              minitest
         | 
| 305 | 
            +
              panolint
         | 
| 306 | 
            +
              rails (~> 8.1)
         | 
| 307 | 
            +
              rake
         | 
| 308 | 
            +
              rubocop (~> 1.39)
         | 
| 309 | 
            +
              rubocop-rake
         | 
| 310 | 
            +
              setler!
         | 
| 311 | 
            +
              simplecov
         | 
| 312 | 
            +
              sqlite3
         | 
| 313 | 
            +
             | 
| 314 | 
            +
            BUNDLED WITH
         | 
| 315 | 
            +
               2.6.9
         |