diff options
| -rw-r--r-- | Gemfile.lock | 357 |
1 files changed, 192 insertions, 165 deletions
| diff --git a/Gemfile.lock b/Gemfile.lock index 6b672bc..e2e85e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
| @@ -1,111 +1,118 @@ | |||
| 1 | GEM | 1 | GEM |
| 2 | remote: https://rubygems.org/ | 2 | remote: https://rubygems.org/ |
| 3 | specs: | 3 | specs: |
| 4 | actioncable (7.1.1) | 4 | actioncable (7.1.5.1) |
| 5 | actionpack (= 7.1.1) | 5 | actionpack (= 7.1.5.1) |
| 6 | activesupport (= 7.1.1) | 6 | activesupport (= 7.1.5.1) |
| 7 | nio4r (~> 2.0) | 7 | nio4r (~> 2.0) |
| 8 | websocket-driver (>= 0.6.1) | 8 | websocket-driver (>= 0.6.1) |
| 9 | zeitwerk (~> 2.6) | 9 | zeitwerk (~> 2.6) |
| 10 | actionmailbox (7.1.1) | 10 | actionmailbox (7.1.5.1) |
| 11 | actionpack (= 7.1.1) | 11 | actionpack (= 7.1.5.1) |
| 12 | activejob (= 7.1.1) | 12 | activejob (= 7.1.5.1) |
| 13 | activerecord (= 7.1.1) | 13 | activerecord (= 7.1.5.1) |
| 14 | activestorage (= 7.1.1) | 14 | activestorage (= 7.1.5.1) |
| 15 | activesupport (= 7.1.1) | 15 | activesupport (= 7.1.5.1) |
| 16 | mail (>= 2.7.1) | 16 | mail (>= 2.7.1) |
| 17 | net-imap | 17 | net-imap |
| 18 | net-pop | 18 | net-pop |
| 19 | net-smtp | 19 | net-smtp |
| 20 | actionmailer (7.1.1) | 20 | actionmailer (7.1.5.1) |
| 21 | actionpack (= 7.1.1) | 21 | actionpack (= 7.1.5.1) |
| 22 | actionview (= 7.1.1) | 22 | actionview (= 7.1.5.1) |
| 23 | activejob (= 7.1.1) | 23 | activejob (= 7.1.5.1) |
| 24 | activesupport (= 7.1.1) | 24 | activesupport (= 7.1.5.1) |
| 25 | mail (~> 2.5, >= 2.5.4) | 25 | mail (~> 2.5, >= 2.5.4) |
| 26 | net-imap | 26 | net-imap |
| 27 | net-pop | 27 | net-pop |
| 28 | net-smtp | 28 | net-smtp |
| 29 | rails-dom-testing (~> 2.2) | 29 | rails-dom-testing (~> 2.2) |
| 30 | actionpack (7.1.1) | 30 | actionpack (7.1.5.1) |
| 31 | actionview (= 7.1.1) | 31 | actionview (= 7.1.5.1) |
| 32 | activesupport (= 7.1.1) | 32 | activesupport (= 7.1.5.1) |
| 33 | nokogiri (>= 1.8.5) | 33 | nokogiri (>= 1.8.5) |
| 34 | racc | ||
| 34 | rack (>= 2.2.4) | 35 | rack (>= 2.2.4) |
| 35 | rack-session (>= 1.0.1) | 36 | rack-session (>= 1.0.1) |
| 36 | rack-test (>= 0.6.3) | 37 | rack-test (>= 0.6.3) |
| 37 | rails-dom-testing (~> 2.2) | 38 | rails-dom-testing (~> 2.2) |
| 38 | rails-html-sanitizer (~> 1.6) | 39 | rails-html-sanitizer (~> 1.6) |
| 39 | actiontext (7.1.1) | 40 | actiontext (7.1.5.1) |
| 40 | actionpack (= 7.1.1) | 41 | actionpack (= 7.1.5.1) |
| 41 | activerecord (= 7.1.1) | 42 | activerecord (= 7.1.5.1) |
| 42 | activestorage (= 7.1.1) | 43 | activestorage (= 7.1.5.1) |
| 43 | activesupport (= 7.1.1) | 44 | activesupport (= 7.1.5.1) |
| 44 | globalid (>= 0.6.0) | 45 | globalid (>= 0.6.0) |
| 45 | nokogiri (>= 1.8.5) | 46 | nokogiri (>= 1.8.5) |
| 46 | actionview (7.1.1) | 47 | actionview (7.1.5.1) |
| 47 | activesupport (= 7.1.1) | 48 | activesupport (= 7.1.5.1) |
| 48 | builder (~> 3.1) | 49 | builder (~> 3.1) |
| 49 | erubi (~> 1.11) | 50 | erubi (~> 1.11) |
| 50 | rails-dom-testing (~> 2.2) | 51 | rails-dom-testing (~> 2.2) |
| 51 | rails-html-sanitizer (~> 1.6) | 52 | rails-html-sanitizer (~> 1.6) |
| 52 | active_storage_validations (1.1.1) | 53 | active_storage_validations (2.0.3) |
| 53 | activejob (>= 5.2.0) | 54 | activejob (>= 6.1.4) |
| 54 | activemodel (>= 5.2.0) | 55 | activemodel (>= 6.1.4) |
| 55 | activestorage (>= 5.2.0) | 56 | activestorage (>= 6.1.4) |
| 56 | activesupport (>= 5.2.0) | 57 | activesupport (>= 6.1.4) |
| 57 | activejob (7.1.1) | 58 | marcel (>= 1.0.3) |
| 58 | activesupport (= 7.1.1) | 59 | activejob (7.1.5.1) |
| 60 | activesupport (= 7.1.5.1) | ||
| 59 | globalid (>= 0.3.6) | 61 | globalid (>= 0.3.6) |
| 60 | activemodel (7.1.1) | 62 | activemodel (7.1.5.1) |
| 61 | activesupport (= 7.1.1) | 63 | activesupport (= 7.1.5.1) |
| 62 | activerecord (7.1.1) | 64 | activerecord (7.1.5.1) |
| 63 | activemodel (= 7.1.1) | 65 | activemodel (= 7.1.5.1) |
| 64 | activesupport (= 7.1.1) | 66 | activesupport (= 7.1.5.1) |
| 65 | timeout (>= 0.4.0) | 67 | timeout (>= 0.4.0) |
| 66 | activestorage (7.1.1) | 68 | activestorage (7.1.5.1) |
| 67 | actionpack (= 7.1.1) | 69 | actionpack (= 7.1.5.1) |
| 68 | activejob (= 7.1.1) | 70 | activejob (= 7.1.5.1) |
| 69 | activerecord (= 7.1.1) | 71 | activerecord (= 7.1.5.1) |
| 70 | activesupport (= 7.1.1) | 72 | activesupport (= 7.1.5.1) |
| 71 | marcel (~> 1.0) | 73 | marcel (~> 1.0) |
| 72 | activesupport (7.1.1) | 74 | activesupport (7.1.5.1) |
| 73 | base64 | 75 | base64 |
| 76 | benchmark (>= 0.3) | ||
| 74 | bigdecimal | 77 | bigdecimal |
| 75 | concurrent-ruby (~> 1.0, >= 1.0.2) | 78 | concurrent-ruby (~> 1.0, >= 1.0.2) |
| 76 | connection_pool (>= 2.2.5) | 79 | connection_pool (>= 2.2.5) |
| 77 | drb | 80 | drb |
| 78 | i18n (>= 1.6, < 2) | 81 | i18n (>= 1.6, < 2) |
| 82 | logger (>= 1.4.2) | ||
| 79 | minitest (>= 5.1) | 83 | minitest (>= 5.1) |
| 80 | mutex_m | 84 | mutex_m |
| 85 | securerandom (>= 0.3) | ||
| 81 | tzinfo (~> 2.0) | 86 | tzinfo (~> 2.0) |
| 82 | acts-as-taggable-on (10.0.0) | 87 | acts-as-taggable-on (12.0.0) |
| 83 | activerecord (>= 6.1, < 7.2) | 88 | activerecord (>= 7.1, < 8.1) |
| 84 | addressable (2.8.5) | 89 | zeitwerk (>= 2.4, < 3.0) |
| 85 | public_suffix (>= 2.0.2, < 6.0) | 90 | addressable (2.8.7) |
| 86 | airbrussh (1.5.0) | 91 | public_suffix (>= 2.0.2, < 7.0) |
| 92 | airbrussh (1.5.3) | ||
| 87 | sshkit (>= 1.6.1, != 1.7.0) | 93 | sshkit (>= 1.6.1, != 1.7.0) |
| 88 | akismet (3.0.0) | 94 | akismet (3.0.0) |
| 89 | audited (5.4.0) | 95 | audited (5.8.0) |
| 90 | activerecord (>= 5.0, < 7.2) | 96 | activerecord (>= 5.2, < 8.2) |
| 91 | request_store (~> 1.2) | 97 | activesupport (>= 5.2, < 8.2) |
| 92 | base64 (0.2.0) | 98 | base64 (0.2.0) |
| 93 | bcrypt (3.1.19) | 99 | bcrypt (3.1.20) |
| 94 | bcrypt_pbkdf (1.1.1) | 100 | bcrypt_pbkdf (1.1.1) |
| 95 | bigdecimal (3.1.4) | 101 | benchmark (0.4.0) |
| 102 | bigdecimal (3.1.9) | ||
| 96 | bindex (0.8.1) | 103 | bindex (0.8.1) |
| 97 | builder (3.2.4) | 104 | builder (3.3.0) |
| 98 | byebug (11.1.3) | 105 | byebug (12.0.0) |
| 99 | capistrano (3.18.0) | 106 | capistrano (3.19.2) |
| 100 | airbrussh (>= 1.0.0) | 107 | airbrussh (>= 1.0.0) |
| 101 | i18n | 108 | i18n |
| 102 | rake (>= 10.0.0) | 109 | rake (>= 10.0.0) |
| 103 | sshkit (>= 1.9.0) | 110 | sshkit (>= 1.9.0) |
| 104 | capistrano-bundler (2.1.0) | 111 | capistrano-bundler (2.1.1) |
| 105 | capistrano (~> 3.1) | 112 | capistrano (~> 3.1) |
| 106 | capistrano-passenger (0.2.1) | 113 | capistrano-passenger (0.2.1) |
| 107 | capistrano (~> 3.0) | 114 | capistrano (~> 3.0) |
| 108 | capistrano-rails (1.6.3) | 115 | capistrano-rails (1.7.0) |
| 109 | capistrano (~> 3.1) | 116 | capistrano (~> 3.1) |
| 110 | capistrano-bundler (>= 1.1, < 3) | 117 | capistrano-bundler (>= 1.1, < 3) |
| 111 | capistrano-rvm (0.1.2) | 118 | capistrano-rvm (0.1.2) |
| @@ -127,35 +134,35 @@ GEM | |||
| 127 | coffee-script-source | 134 | coffee-script-source |
| 128 | execjs | 135 | execjs |
| 129 | coffee-script-source (1.12.2) | 136 | coffee-script-source (1.12.2) |
| 130 | concurrent-ruby (1.2.2) | 137 | concurrent-ruby (1.3.5) |
| 131 | connection_pool (2.4.1) | 138 | connection_pool (2.5.3) |
| 132 | crass (1.0.6) | 139 | crass (1.0.6) |
| 133 | date (3.3.4) | 140 | date (3.4.1) |
| 134 | devise (4.9.3) | 141 | devise (4.9.4) |
| 135 | bcrypt (~> 3.0) | 142 | bcrypt (~> 3.0) |
| 136 | orm_adapter (~> 0.1) | 143 | orm_adapter (~> 0.1) |
| 137 | railties (>= 4.1.0) | 144 | railties (>= 4.1.0) |
| 138 | responders | 145 | responders |
| 139 | warden (~> 1.2.3) | 146 | warden (~> 1.2.3) |
| 140 | domain_name (0.6.20240107) | 147 | domain_name (0.6.20240107) |
| 141 | drb (2.2.0) | 148 | drb (2.2.1) |
| 142 | ruby2_keywords | 149 | ed25519 (1.4.0) |
| 143 | ed25519 (1.3.0) | 150 | enumerize (2.8.1) |
| 144 | enumerize (2.7.0) | ||
| 145 | activesupport (>= 3.2) | 151 | activesupport (>= 3.2) |
| 146 | erubi (1.12.0) | 152 | erubi (1.13.1) |
| 147 | execjs (2.9.1) | 153 | execjs (2.10.0) |
| 148 | ffi (1.16.3) | 154 | ffi (1.17.2) |
| 149 | ffi-compiler (1.3.2) | 155 | ffi-compiler (1.3.2) |
| 150 | ffi (>= 1.15.5) | 156 | ffi (>= 1.15.5) |
| 151 | rake | 157 | rake |
| 152 | globalid (1.2.1) | 158 | globalid (1.2.1) |
| 153 | activesupport (>= 6.1) | 159 | activesupport (>= 6.1) |
| 154 | haml (6.2.3) | 160 | haml (6.3.0) |
| 155 | temple (>= 0.8.2) | 161 | temple (>= 0.8.2) |
| 156 | thor | 162 | thor |
| 157 | tilt | 163 | tilt |
| 158 | highline (2.1.0) | 164 | highline (3.1.2) |
| 165 | reline | ||
| 159 | http (5.2.0) | 166 | http (5.2.0) |
| 160 | addressable (~> 2.8) | 167 | addressable (~> 2.8) |
| 161 | base64 (~> 0.1) | 168 | base64 (~> 0.1) |
| @@ -165,40 +172,43 @@ GEM | |||
| 165 | http-cookie (1.0.8) | 172 | http-cookie (1.0.8) |
| 166 | domain_name (~> 0.5) | 173 | domain_name (~> 0.5) |
| 167 | http-form_data (2.3.0) | 174 | http-form_data (2.3.0) |
| 168 | i18n (1.14.1) | 175 | i18n (1.14.7) |
| 169 | concurrent-ruby (~> 1.0) | 176 | concurrent-ruby (~> 1.0) |
| 170 | image_processing (1.12.2) | 177 | image_processing (1.14.0) |
| 171 | mini_magick (>= 4.9.5, < 5) | 178 | mini_magick (>= 4.9.5, < 6) |
| 172 | ruby-vips (>= 2.0.17, < 3) | 179 | ruby-vips (>= 2.0.17, < 3) |
| 173 | indieweb-endpoints (8.0.0) | 180 | indieweb-endpoints (9.1.0) |
| 174 | http (~> 5.0) | 181 | http (~> 5.2) |
| 175 | link-header-parser (~> 5.0) | 182 | link-header-parser (~> 6.1) |
| 176 | nokogiri (>= 1.13) | 183 | nokogiri (>= 1.13) |
| 177 | io-console (0.6.0) | 184 | io-console (0.8.0) |
| 178 | irb (1.8.3) | 185 | irb (1.15.2) |
| 179 | rdoc | 186 | pp (>= 0.6.0) |
| 180 | reline (>= 0.3.8) | 187 | rdoc (>= 4.0.0) |
| 181 | jbuilder (2.11.5) | 188 | reline (>= 0.4.2) |
| 189 | jbuilder (2.13.0) | ||
| 182 | actionview (>= 5.0.0) | 190 | actionview (>= 5.0.0) |
| 183 | activesupport (>= 5.0.0) | 191 | activesupport (>= 5.0.0) |
| 184 | jquery-rails (4.6.0) | 192 | jquery-rails (4.6.0) |
| 185 | rails-dom-testing (>= 1, < 3) | 193 | rails-dom-testing (>= 1, < 3) |
| 186 | railties (>= 4.2.0) | 194 | railties (>= 4.2.0) |
| 187 | thor (>= 0.14, < 2.0) | 195 | thor (>= 0.14, < 2.0) |
| 188 | jquery-ui-rails (6.0.1) | 196 | jquery-ui-rails (8.0.0) |
| 189 | railties (>= 3.2.16) | 197 | railties (>= 3.2.16) |
| 190 | js-routes (2.2.7) | 198 | js-routes (2.3.5) |
| 191 | railties (>= 4) | 199 | railties (>= 5) |
| 192 | json (2.9.0) | 200 | sorbet-runtime |
| 193 | libv8-node (18.16.0.0) | 201 | json (2.12.0) |
| 194 | link-header-parser (5.1.1) | 202 | libv8-node (23.6.1.0) |
| 203 | link-header-parser (6.1.1) | ||
| 195 | listen (3.0.8) | 204 | listen (3.0.8) |
| 196 | rb-fsevent (~> 0.9, >= 0.9.4) | 205 | rb-fsevent (~> 0.9, >= 0.9.4) |
| 197 | rb-inotify (~> 0.9, >= 0.9.7) | 206 | rb-inotify (~> 0.9, >= 0.9.7) |
| 198 | llhttp-ffi (0.5.0) | 207 | llhttp-ffi (0.5.1) |
| 199 | ffi-compiler (~> 1.0) | 208 | ffi-compiler (~> 1.0) |
| 200 | rake (~> 13.0) | 209 | rake (~> 13.0) |
| 201 | loofah (2.21.4) | 210 | logger (1.7.0) |
| 211 | loofah (2.24.1) | ||
| 202 | crass (~> 1.0.2) | 212 | crass (~> 1.0.2) |
| 203 | nokogiri (>= 1.12.0) | 213 | nokogiri (>= 1.12.0) |
| 204 | mail (2.8.1) | 214 | mail (2.8.1) |
| @@ -206,120 +216,128 @@ GEM | |||
| 206 | net-imap | 216 | net-imap |
| 207 | net-pop | 217 | net-pop |
| 208 | net-smtp | 218 | net-smtp |
| 209 | marcel (1.0.2) | 219 | marcel (1.0.4) |
| 210 | meta-tags (2.19.0) | 220 | meta-tags (2.22.1) |
| 211 | actionpack (>= 3.2.0, < 7.2) | 221 | actionpack (>= 6.0.0, < 8.1) |
| 212 | microformats (4.5.0) | 222 | microformats (4.5.0) |
| 213 | json | 223 | json |
| 214 | nokogiri | 224 | nokogiri |
| 215 | mime-types (3.5.1) | 225 | mime-types (3.7.0) |
| 216 | mime-types-data (~> 3.2015) | 226 | logger |
| 217 | mime-types-data (3.2023.1003) | 227 | mime-types-data (~> 3.2025, >= 3.2025.0507) |
| 228 | mime-types-data (3.2025.0507) | ||
| 218 | mimemagic (0.3.10) | 229 | mimemagic (0.3.10) |
| 219 | nokogiri (~> 1) | 230 | nokogiri (~> 1) |
| 220 | rake | 231 | rake |
| 221 | mini_magick (4.12.0) | 232 | mini_magick (5.2.0) |
| 233 | benchmark | ||
| 234 | logger | ||
| 222 | mini_mime (1.1.5) | 235 | mini_mime (1.1.5) |
| 223 | mini_portile2 (2.8.5) | 236 | mini_portile2 (2.8.9) |
| 224 | mini_racer (0.8.0) | 237 | mini_racer (0.18.1) |
| 225 | libv8-node (~> 18.16.0.0) | 238 | libv8-node (~> 23.6.1.0) |
| 226 | minitest (5.20.0) | 239 | minitest (5.25.5) |
| 227 | mutex_m (0.2.0) | 240 | mutex_m (0.3.0) |
| 228 | mysql2 (0.5.5) | 241 | mysql2 (0.5.6) |
| 229 | net-imap (0.4.4) | 242 | net-imap (0.5.8) |
| 230 | date | 243 | date |
| 231 | net-protocol | 244 | net-protocol |
| 232 | net-pop (0.1.2) | 245 | net-pop (0.1.2) |
| 233 | net-protocol | 246 | net-protocol |
| 234 | net-protocol (0.2.2) | 247 | net-protocol (0.2.2) |
| 235 | timeout | 248 | timeout |
| 236 | net-scp (4.0.0) | 249 | net-scp (4.1.0) |
| 237 | net-ssh (>= 2.6.5, < 8.0.0) | 250 | net-ssh (>= 2.6.5, < 8.0.0) |
| 238 | net-smtp (0.4.0) | 251 | net-sftp (4.0.0) |
| 252 | net-ssh (>= 5.0.0, < 8.0.0) | ||
| 253 | net-smtp (0.5.1) | ||
| 239 | net-protocol | 254 | net-protocol |
| 240 | net-ssh (7.2.0) | 255 | net-ssh (7.3.0) |
| 241 | nio4r (2.5.9) | 256 | nio4r (2.7.4) |
| 242 | nokogiri (1.15.4) | 257 | nokogiri (1.18.8) |
| 243 | mini_portile2 (~> 2.8.2) | 258 | mini_portile2 (~> 2.8.2) |
| 244 | racc (~> 1.4) | 259 | racc (~> 1.4) |
| 245 | normalize-rails (8.0.1) | 260 | normalize-rails (8.0.1) |
| 246 | orm_adapter (0.5.0) | 261 | orm_adapter (0.5.0) |
| 262 | ostruct (0.6.1) | ||
| 247 | paperclip (6.1.0) | 263 | paperclip (6.1.0) |
| 248 | activemodel (>= 4.2.0) | 264 | activemodel (>= 4.2.0) |
| 249 | activesupport (>= 4.2.0) | 265 | activesupport (>= 4.2.0) |
| 250 | mime-types | 266 | mime-types |
| 251 | mimemagic (~> 0.3.0) | 267 | mimemagic (~> 0.3.0) |
| 252 | terrapin (~> 0.6.0) | 268 | terrapin (~> 0.6.0) |
| 253 | psych (5.1.1.1) | 269 | pp (0.6.2) |
| 270 | prettyprint | ||
| 271 | prettyprint (0.2.0) | ||
| 272 | psych (5.2.6) | ||
| 273 | date | ||
| 254 | stringio | 274 | stringio |
| 255 | public_suffix (5.0.3) | 275 | public_suffix (6.0.2) |
| 256 | racc (1.7.3) | 276 | racc (1.8.1) |
| 257 | rack (2.2.8) | 277 | rack (2.2.14) |
| 258 | rack-session (1.0.1) | 278 | rack-session (1.0.2) |
| 259 | rack (< 3) | 279 | rack (< 3) |
| 260 | rack-test (2.1.0) | 280 | rack-test (2.2.0) |
| 261 | rack (>= 1.3) | 281 | rack (>= 1.3) |
| 262 | rackup (1.0.0) | 282 | rackup (1.0.1) |
| 263 | rack (< 3) | 283 | rack (< 3) |
| 264 | webrick | 284 | webrick |
| 265 | rails (7.1.1) | 285 | rails (7.1.5.1) |
| 266 | actioncable (= 7.1.1) | 286 | actioncable (= 7.1.5.1) |
| 267 | actionmailbox (= 7.1.1) | 287 | actionmailbox (= 7.1.5.1) |
| 268 | actionmailer (= 7.1.1) | 288 | actionmailer (= 7.1.5.1) |
| 269 | actionpack (= 7.1.1) | 289 | actionpack (= 7.1.5.1) |
| 270 | actiontext (= 7.1.1) | 290 | actiontext (= 7.1.5.1) |
| 271 | actionview (= 7.1.1) | 291 | actionview (= 7.1.5.1) |
| 272 | activejob (= 7.1.1) | 292 | activejob (= 7.1.5.1) |
| 273 | activemodel (= 7.1.1) | 293 | activemodel (= 7.1.5.1) |
| 274 | activerecord (= 7.1.1) | 294 | activerecord (= 7.1.5.1) |
| 275 | activestorage (= 7.1.1) | 295 | activestorage (= 7.1.5.1) |
| 276 | activesupport (= 7.1.1) | 296 | activesupport (= 7.1.5.1) |
| 277 | bundler (>= 1.15.0) | 297 | bundler (>= 1.15.0) |
| 278 | railties (= 7.1.1) | 298 | railties (= 7.1.5.1) |
| 279 | rails-dom-testing (2.2.0) | 299 | rails-dom-testing (2.2.0) |
| 280 | activesupport (>= 5.0.0) | 300 | activesupport (>= 5.0.0) |
| 281 | minitest | 301 | minitest |
| 282 | nokogiri (>= 1.6) | 302 | nokogiri (>= 1.6) |
| 283 | rails-html-sanitizer (1.6.0) | 303 | rails-html-sanitizer (1.6.2) |
| 284 | loofah (~> 2.21) | 304 | loofah (~> 2.21) |
| 285 | nokogiri (~> 1.14) | 305 | 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) |
| 286 | rails_autolink (1.1.8) | 306 | rails_autolink (1.1.8) |
| 287 | actionview (> 3.1) | 307 | actionview (> 3.1) |
| 288 | activesupport (> 3.1) | 308 | activesupport (> 3.1) |
| 289 | railties (> 3.1) | 309 | railties (> 3.1) |
| 290 | railties (7.1.1) | 310 | railties (7.1.5.1) |
| 291 | actionpack (= 7.1.1) | 311 | actionpack (= 7.1.5.1) |
| 292 | activesupport (= 7.1.1) | 312 | activesupport (= 7.1.5.1) |
| 293 | irb | 313 | irb |
| 294 | rackup (>= 1.0.0) | 314 | rackup (>= 1.0.0) |
| 295 | rake (>= 12.2) | 315 | rake (>= 12.2) |
| 296 | thor (~> 1.0, >= 1.2.2) | 316 | thor (~> 1.0, >= 1.2.2) |
| 297 | zeitwerk (~> 2.6) | 317 | zeitwerk (~> 2.6) |
| 298 | rake (13.1.0) | 318 | rake (13.2.1) |
| 299 | ransack (4.3.0) | 319 | ransack (4.3.0) |
| 300 | activerecord (>= 6.1.5) | 320 | activerecord (>= 6.1.5) |
| 301 | activesupport (>= 6.1.5) | 321 | activesupport (>= 6.1.5) |
| 302 | i18n | 322 | i18n |
| 303 | rb-fsevent (0.11.2) | 323 | rb-fsevent (0.11.2) |
| 304 | rb-inotify (0.10.1) | 324 | rb-inotify (0.11.1) |
| 305 | ffi (~> 1.0) | 325 | ffi (~> 1.0) |
| 306 | rdoc (6.6.0) | 326 | rdoc (6.13.1) |
| 307 | psych (>= 4.0.0) | 327 | psych (>= 4.0.0) |
| 308 | recaptcha (5.19.0) | 328 | recaptcha (5.19.0) |
| 309 | redcarpet (3.6.0) | 329 | redcarpet (3.6.1) |
| 310 | reline (0.3.9) | 330 | reline (0.6.1) |
| 311 | io-console (~> 0.5) | 331 | io-console (~> 0.5) |
| 312 | request_store (1.5.1) | ||
| 313 | rack (>= 1.4) | ||
| 314 | responders (3.1.1) | 332 | responders (3.1.1) |
| 315 | actionpack (>= 5.2) | 333 | actionpack (>= 5.2) |
| 316 | railties (>= 5.2) | 334 | railties (>= 5.2) |
| 317 | rexml (3.2.6) | 335 | rexml (3.4.1) |
| 318 | rouge (4.2.0) | 336 | rouge (4.5.2) |
| 319 | ruby-vips (2.2.0) | 337 | ruby-vips (2.2.3) |
| 320 | ffi (~> 1.12) | 338 | ffi (~> 1.12) |
| 321 | ruby2_keywords (0.0.5) | 339 | logger |
| 322 | rubyzip (2.3.2) | 340 | rubyzip (2.4.1) |
| 323 | sassc (2.4.0) | 341 | sassc (2.4.0) |
| 324 | ffi (~> 1.9) | 342 | ffi (~> 1.9) |
| 325 | sassc-rails (2.1.2) | 343 | sassc-rails (2.1.2) |
| @@ -328,10 +346,14 @@ GEM | |||
| 328 | sprockets (> 3.0) | 346 | sprockets (> 3.0) |
| 329 | sprockets-rails | 347 | sprockets-rails |
| 330 | tilt | 348 | tilt |
| 331 | selenium-webdriver (4.14.0) | 349 | securerandom (0.4.1) |
| 350 | selenium-webdriver (4.32.0) | ||
| 351 | base64 (~> 0.2) | ||
| 352 | logger (~> 1.4) | ||
| 332 | rexml (~> 3.2, >= 3.2.5) | 353 | rexml (~> 3.2, >= 3.2.5) |
| 333 | rubyzip (>= 1.2.2, < 3.0) | 354 | rubyzip (>= 1.2.2, < 3.0) |
| 334 | websocket (~> 1.0) | 355 | websocket (~> 1.0) |
| 356 | sorbet-runtime (0.5.12087) | ||
| 335 | spring (2.1.1) | 357 | spring (2.1.1) |
| 336 | spring-watcher-listen (2.0.1) | 358 | spring-watcher-listen (2.0.1) |
| 337 | listen (>= 2.7, < 4.0) | 359 | listen (>= 2.7, < 4.0) |
| @@ -339,24 +361,28 @@ GEM | |||
| 339 | sprockets (3.7.2) | 361 | sprockets (3.7.2) |
| 340 | concurrent-ruby (~> 1.0) | 362 | concurrent-ruby (~> 1.0) |
| 341 | rack (> 1, < 3) | 363 | rack (> 1, < 3) |
| 342 | sprockets-rails (3.4.2) | 364 | sprockets-rails (3.5.2) |
| 343 | actionpack (>= 5.2) | 365 | actionpack (>= 6.1) |
| 344 | activesupport (>= 5.2) | 366 | activesupport (>= 6.1) |
| 345 | sprockets (>= 3.0.0) | 367 | sprockets (>= 3.0.0) |
| 346 | sqlite3 (1.6.7) | 368 | sqlite3 (2.6.0) |
| 347 | mini_portile2 (~> 2.8.0) | 369 | mini_portile2 (~> 2.8.0) |
| 348 | sshkit (1.21.5) | 370 | sshkit (1.24.0) |
| 371 | base64 | ||
| 372 | logger | ||
| 349 | net-scp (>= 1.1.2) | 373 | net-scp (>= 1.1.2) |
| 374 | net-sftp (>= 2.1.2) | ||
| 350 | net-ssh (>= 2.8.0) | 375 | net-ssh (>= 2.8.0) |
| 351 | stringio (3.0.8) | 376 | ostruct |
| 377 | stringio (3.1.7) | ||
| 352 | temple (0.10.3) | 378 | temple (0.10.3) |
| 353 | terrapin (0.6.0) | 379 | terrapin (0.6.0) |
| 354 | climate_control (>= 0.0.3, < 1.0) | 380 | climate_control (>= 0.0.3, < 1.0) |
| 355 | terser (1.1.19) | 381 | terser (1.1.20) |
| 356 | execjs (>= 0.3.0, < 3) | 382 | execjs (>= 0.3.0, < 3) |
| 357 | thor (1.3.0) | 383 | thor (1.3.2) |
| 358 | tilt (2.3.0) | 384 | tilt (2.6.0) |
| 359 | timeout (0.4.1) | 385 | timeout (0.4.3) |
| 360 | turbolinks (5.2.1) | 386 | turbolinks (5.2.1) |
| 361 | turbolinks-source (~> 5.2) | 387 | turbolinks-source (~> 5.2) |
| 362 | turbolinks-source (5.2.0) | 388 | turbolinks-source (5.2.0) |
| @@ -369,21 +395,22 @@ GEM | |||
| 369 | activemodel (>= 6.0.0) | 395 | activemodel (>= 6.0.0) |
| 370 | bindex (>= 0.4.0) | 396 | bindex (>= 0.4.0) |
| 371 | railties (>= 6.0.0) | 397 | railties (>= 6.0.0) |
| 372 | webmention (7.0.0) | 398 | webmention (8.0.0) |
| 373 | http (~> 5.0) | 399 | http (~> 5.2) |
| 374 | indieweb-endpoints (~> 8.0) | 400 | indieweb-endpoints (~> 9.0) |
| 375 | nokogiri (>= 1.13) | 401 | nokogiri (>= 1.16) |
| 376 | webrick (1.8.1) | 402 | webrick (1.9.1) |
| 377 | websocket (1.2.10) | 403 | websocket (1.2.11) |
| 378 | websocket-driver (0.7.6) | 404 | websocket-driver (0.7.7) |
| 405 | base64 | ||
| 379 | websocket-extensions (>= 0.1.0) | 406 | websocket-extensions (>= 0.1.0) |
| 380 | websocket-extensions (0.1.5) | 407 | websocket-extensions (0.1.5) |
| 381 | whenever (1.0.0) | 408 | whenever (1.0.0) |
| 382 | chronic (>= 0.6.3) | 409 | chronic (>= 0.6.3) |
| 383 | will_paginate (4.0.0) | 410 | will_paginate (4.0.1) |
| 384 | xpath (3.2.0) | 411 | xpath (3.2.0) |
| 385 | nokogiri (~> 1.8) | 412 | nokogiri (~> 1.8) |
| 386 | zeitwerk (2.6.12) | 413 | zeitwerk (2.7.2) |
| 387 | 414 | ||
| 388 | PLATFORMS | 415 | PLATFORMS |
| 389 | ruby | 416 | ruby |
