decidim-generators 0.29.1 → 0.30.0.rc1
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/Gemfile +3 -5
 - data/Gemfile.lock +318 -287
 - data/decidim-generators.gemspec +2 -2
 - data/lib/decidim/generators/app_generator.rb +15 -6
 - data/lib/decidim/generators/app_templates/.ruby-version +1 -1
 - data/lib/decidim/generators/app_templates/ai_initializer.rb +111 -0
 - data/lib/decidim/generators/app_templates/dummy_authorization_handler.rb +4 -63
 - data/lib/decidim/generators/app_templates/ephemeral_dummy_authorization_handler.rb +9 -0
 - data/lib/decidim/generators/app_templates/initializer.rb +1 -0
 - data/lib/decidim/generators/app_templates/secrets.yml.erb +9 -8
 - data/lib/decidim/generators/app_templates/sidekiq.yml.erb +1 -0
 - data/lib/decidim/generators/app_templates/verifications_initializer.rb +13 -1
 - data/lib/decidim/generators/component_templates/.ruby-version +1 -1
 - data/lib/decidim/generators/component_templates/Gemfile.erb +2 -2
 - data/lib/decidim/generators/component_templates/decidim-component.gemspec.erb +1 -1
 - data/lib/decidim/generators/component_templates/github/ci.yml.erb +1 -1
 - data/lib/decidim/generators/component_templates/package.json.erb +1 -1
 - data/lib/decidim/generators/test/generator_examples.rb +8 -6
 - data/lib/decidim/generators/version.rb +1 -1
 - metadata +9 -7
 
    
        data/Gemfile.lock
    CHANGED
    
    | 
         @@ -1,124 +1,132 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            PATH
         
     | 
| 
       2 
2 
     | 
    
         
             
              remote: ..
         
     | 
| 
       3 
3 
     | 
    
         
             
              specs:
         
     | 
| 
       4 
     | 
    
         
            -
                decidim (0. 
     | 
| 
       5 
     | 
    
         
            -
                  decidim-accountability (= 0. 
     | 
| 
       6 
     | 
    
         
            -
                  decidim-admin (= 0. 
     | 
| 
       7 
     | 
    
         
            -
                  decidim-api (= 0. 
     | 
| 
       8 
     | 
    
         
            -
                  decidim-assemblies (= 0. 
     | 
| 
       9 
     | 
    
         
            -
                  decidim-blogs (= 0. 
     | 
| 
       10 
     | 
    
         
            -
                  decidim-budgets (= 0. 
     | 
| 
       11 
     | 
    
         
            -
                  decidim-comments (= 0. 
     | 
| 
       12 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
       13 
     | 
    
         
            -
                  decidim-debates (= 0. 
     | 
| 
       14 
     | 
    
         
            -
                  decidim-forms (= 0. 
     | 
| 
       15 
     | 
    
         
            -
                  decidim-generators (= 0. 
     | 
| 
       16 
     | 
    
         
            -
                  decidim-meetings (= 0. 
     | 
| 
       17 
     | 
    
         
            -
                  decidim-pages (= 0. 
     | 
| 
       18 
     | 
    
         
            -
                  decidim-participatory_processes (= 0. 
     | 
| 
       19 
     | 
    
         
            -
                  decidim-proposals (= 0. 
     | 
| 
       20 
     | 
    
         
            -
                  decidim-sortitions (= 0. 
     | 
| 
       21 
     | 
    
         
            -
                  decidim-surveys (= 0. 
     | 
| 
       22 
     | 
    
         
            -
                  decidim-system (= 0. 
     | 
| 
       23 
     | 
    
         
            -
                  decidim-verifications (= 0. 
     | 
| 
       24 
     | 
    
         
            -
                decidim-accountability (0. 
     | 
| 
       25 
     | 
    
         
            -
                  decidim-comments (= 0. 
     | 
| 
       26 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
       27 
     | 
    
         
            -
                decidim-admin (0. 
     | 
| 
      
 4 
     | 
    
         
            +
                decidim (0.30.0.rc1)
         
     | 
| 
      
 5 
     | 
    
         
            +
                  decidim-accountability (= 0.30.0.rc1)
         
     | 
| 
      
 6 
     | 
    
         
            +
                  decidim-admin (= 0.30.0.rc1)
         
     | 
| 
      
 7 
     | 
    
         
            +
                  decidim-api (= 0.30.0.rc1)
         
     | 
| 
      
 8 
     | 
    
         
            +
                  decidim-assemblies (= 0.30.0.rc1)
         
     | 
| 
      
 9 
     | 
    
         
            +
                  decidim-blogs (= 0.30.0.rc1)
         
     | 
| 
      
 10 
     | 
    
         
            +
                  decidim-budgets (= 0.30.0.rc1)
         
     | 
| 
      
 11 
     | 
    
         
            +
                  decidim-comments (= 0.30.0.rc1)
         
     | 
| 
      
 12 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 13 
     | 
    
         
            +
                  decidim-debates (= 0.30.0.rc1)
         
     | 
| 
      
 14 
     | 
    
         
            +
                  decidim-forms (= 0.30.0.rc1)
         
     | 
| 
      
 15 
     | 
    
         
            +
                  decidim-generators (= 0.30.0.rc1)
         
     | 
| 
      
 16 
     | 
    
         
            +
                  decidim-meetings (= 0.30.0.rc1)
         
     | 
| 
      
 17 
     | 
    
         
            +
                  decidim-pages (= 0.30.0.rc1)
         
     | 
| 
      
 18 
     | 
    
         
            +
                  decidim-participatory_processes (= 0.30.0.rc1)
         
     | 
| 
      
 19 
     | 
    
         
            +
                  decidim-proposals (= 0.30.0.rc1)
         
     | 
| 
      
 20 
     | 
    
         
            +
                  decidim-sortitions (= 0.30.0.rc1)
         
     | 
| 
      
 21 
     | 
    
         
            +
                  decidim-surveys (= 0.30.0.rc1)
         
     | 
| 
      
 22 
     | 
    
         
            +
                  decidim-system (= 0.30.0.rc1)
         
     | 
| 
      
 23 
     | 
    
         
            +
                  decidim-verifications (= 0.30.0.rc1)
         
     | 
| 
      
 24 
     | 
    
         
            +
                decidim-accountability (0.30.0.rc1)
         
     | 
| 
      
 25 
     | 
    
         
            +
                  decidim-comments (= 0.30.0.rc1)
         
     | 
| 
      
 26 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 27 
     | 
    
         
            +
                decidim-admin (0.30.0.rc1)
         
     | 
| 
       28 
28 
     | 
    
         
             
                  active_link_to (~> 1.0)
         
     | 
| 
       29 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
      
 29 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
       30 
30 
     | 
    
         
             
                  devise (~> 4.7)
         
     | 
| 
       31 
31 
     | 
    
         
             
                  devise-i18n (~> 1.2)
         
     | 
| 
       32 
32 
     | 
    
         
             
                  devise_invitable (~> 2.0, >= 2.0.9)
         
     | 
| 
       33 
     | 
    
         
            -
                decidim- 
     | 
| 
       34 
     | 
    
         
            -
                   
     | 
| 
       35 
     | 
    
         
            -
                   
     | 
| 
       36 
     | 
    
         
            -
             
     | 
| 
      
 33 
     | 
    
         
            +
                decidim-ai (0.30.0.rc1)
         
     | 
| 
      
 34 
     | 
    
         
            +
                  classifier-reborn (~> 2.3.0)
         
     | 
| 
      
 35 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 36 
     | 
    
         
            +
                decidim-api (0.30.0.rc1)
         
     | 
| 
      
 37 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 38 
     | 
    
         
            +
                  graphql (~> 2.4.0)
         
     | 
| 
      
 39 
     | 
    
         
            +
                  graphql-docs (~> 5.0)
         
     | 
| 
       37 
40 
     | 
    
         
             
                  rack-cors (~> 1.0)
         
     | 
| 
       38 
     | 
    
         
            -
                decidim-assemblies (0. 
     | 
| 
       39 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
       40 
     | 
    
         
            -
                decidim-blogs (0. 
     | 
| 
       41 
     | 
    
         
            -
                  decidim-admin (= 0. 
     | 
| 
       42 
     | 
    
         
            -
                  decidim-comments (= 0. 
     | 
| 
       43 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
       44 
     | 
    
         
            -
                decidim-budgets (0. 
     | 
| 
       45 
     | 
    
         
            -
                  decidim-comments (= 0. 
     | 
| 
       46 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
       47 
     | 
    
         
            -
                decidim-comments (0. 
     | 
| 
       48 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
      
 41 
     | 
    
         
            +
                decidim-assemblies (0.30.0.rc1)
         
     | 
| 
      
 42 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 43 
     | 
    
         
            +
                decidim-blogs (0.30.0.rc1)
         
     | 
| 
      
 44 
     | 
    
         
            +
                  decidim-admin (= 0.30.0.rc1)
         
     | 
| 
      
 45 
     | 
    
         
            +
                  decidim-comments (= 0.30.0.rc1)
         
     | 
| 
      
 46 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 47 
     | 
    
         
            +
                decidim-budgets (0.30.0.rc1)
         
     | 
| 
      
 48 
     | 
    
         
            +
                  decidim-comments (= 0.30.0.rc1)
         
     | 
| 
      
 49 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 50 
     | 
    
         
            +
                decidim-comments (0.30.0.rc1)
         
     | 
| 
      
 51 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
       49 
52 
     | 
    
         
             
                  redcarpet (~> 3.5, >= 3.5.1)
         
     | 
| 
       50 
     | 
    
         
            -
                decidim-conferences (0. 
     | 
| 
       51 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
       52 
     | 
    
         
            -
                  decidim-meetings (= 0. 
     | 
| 
       53 
     | 
    
         
            -
             
     | 
| 
       54 
     | 
    
         
            -
                  wkhtmltopdf-binary (= 0.12.6.6)
         
     | 
| 
       55 
     | 
    
         
            -
                decidim-core (0.29.1)
         
     | 
| 
      
 53 
     | 
    
         
            +
                decidim-conferences (0.30.0.rc1)
         
     | 
| 
      
 54 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 55 
     | 
    
         
            +
                  decidim-meetings (= 0.30.0.rc1)
         
     | 
| 
      
 56 
     | 
    
         
            +
                decidim-core (0.30.0.rc1)
         
     | 
| 
       56 
57 
     | 
    
         
             
                  active_link_to (~> 1.0)
         
     | 
| 
       57 
58 
     | 
    
         
             
                  acts_as_list (~> 1.0)
         
     | 
| 
       58 
     | 
    
         
            -
                  batch-loader (~>  
     | 
| 
       59 
     | 
    
         
            -
                  browser (~> 2. 
     | 
| 
      
 59 
     | 
    
         
            +
                  batch-loader (~> 2.0)
         
     | 
| 
      
 60 
     | 
    
         
            +
                  browser (~> 6.2.0)
         
     | 
| 
       60 
61 
     | 
    
         
             
                  cells-erb (~> 0.1.0)
         
     | 
| 
       61 
62 
     | 
    
         
             
                  cells-rails (~> 0.1.3)
         
     | 
| 
       62 
63 
     | 
    
         
             
                  charlock_holmes (~> 0.7)
         
     | 
| 
      
 64 
     | 
    
         
            +
                  chartkick (~> 5.1.2)
         
     | 
| 
      
 65 
     | 
    
         
            +
                  concurrent-ruby (= 1.3.4)
         
     | 
| 
       63 
66 
     | 
    
         
             
                  date_validator (~> 0.12.0)
         
     | 
| 
       64 
67 
     | 
    
         
             
                  devise (~> 4.7)
         
     | 
| 
       65 
     | 
    
         
            -
                  devise-i18n (~> 1.2 
     | 
| 
      
 68 
     | 
    
         
            +
                  devise-i18n (~> 1.2)
         
     | 
| 
       66 
69 
     | 
    
         
             
                  diffy (~> 3.3)
         
     | 
| 
       67 
70 
     | 
    
         
             
                  doorkeeper (~> 5.6, >= 5.6.6)
         
     | 
| 
       68 
71 
     | 
    
         
             
                  doorkeeper-i18n (~> 4.0)
         
     | 
| 
       69 
72 
     | 
    
         
             
                  file_validators (~> 3.0)
         
     | 
| 
       70 
73 
     | 
    
         
             
                  fog-local (~> 0.6)
         
     | 
| 
       71 
     | 
    
         
            -
                  foundation_rails_helper (~> 4.0)
         
     | 
| 
       72 
74 
     | 
    
         
             
                  geocoder (~> 1.8)
         
     | 
| 
       73 
75 
     | 
    
         
             
                  hashdiff (>= 0.4.0, < 2.0.0)
         
     | 
| 
      
 76 
     | 
    
         
            +
                  hexapdf (~> 1.1.0)
         
     | 
| 
       74 
77 
     | 
    
         
             
                  image_processing (~> 1.2)
         
     | 
| 
       75 
78 
     | 
    
         
             
                  invisible_captcha (~> 0.12)
         
     | 
| 
       76 
79 
     | 
    
         
             
                  kaminari (~> 1.2, >= 1.2.1)
         
     | 
| 
       77 
80 
     | 
    
         
             
                  loofah (~> 2.19, >= 2.19.1)
         
     | 
| 
       78 
81 
     | 
    
         
             
                  mime-types (>= 1.16, < 4.0)
         
     | 
| 
       79 
82 
     | 
    
         
             
                  mini_magick (~> 4.9)
         
     | 
| 
       80 
     | 
    
         
            -
                  net-smtp (~> 0. 
     | 
| 
      
 83 
     | 
    
         
            +
                  net-smtp (~> 0.5.0)
         
     | 
| 
       81 
84 
     | 
    
         
             
                  nokogiri (~> 1.16, >= 1.16.2)
         
     | 
| 
       82 
85 
     | 
    
         
             
                  omniauth (~> 2.0)
         
     | 
| 
       83 
86 
     | 
    
         
             
                  omniauth-facebook (~> 5.0)
         
     | 
| 
       84 
87 
     | 
    
         
             
                  omniauth-google-oauth2 (~> 1.0)
         
     | 
| 
       85 
88 
     | 
    
         
             
                  omniauth-rails_csrf_protection (~> 1.0)
         
     | 
| 
       86 
89 
     | 
    
         
             
                  omniauth-twitter (~> 1.4)
         
     | 
| 
       87 
     | 
    
         
            -
                  paper_trail (~>  
     | 
| 
       88 
     | 
    
         
            -
                   
     | 
| 
      
 90 
     | 
    
         
            +
                  paper_trail (~> 16.0)
         
     | 
| 
      
 91 
     | 
    
         
            +
                  paranoia (~> 3.0.0)
         
     | 
| 
      
 92 
     | 
    
         
            +
                  pg (~> 1.5.0, < 2)
         
     | 
| 
       89 
93 
     | 
    
         
             
                  pg_search (~> 2.2)
         
     | 
| 
       90 
94 
     | 
    
         
             
                  premailer-rails (~> 1.10)
         
     | 
| 
       91 
     | 
    
         
            -
                  psych (~> 4.0)
         
     | 
| 
       92 
95 
     | 
    
         
             
                  rack (~> 2.2, >= 2.2.8.1)
         
     | 
| 
       93 
96 
     | 
    
         
             
                  rack-attack (~> 6.0)
         
     | 
| 
       94 
97 
     | 
    
         
             
                  rails (~> 7.0.8)
         
     | 
| 
       95 
98 
     | 
    
         
             
                  rails-i18n (~> 7.0)
         
     | 
| 
       96 
     | 
    
         
            -
                  ransack (~>  
     | 
| 
      
 99 
     | 
    
         
            +
                  ransack (~> 4.2.0)
         
     | 
| 
       97 
100 
     | 
    
         
             
                  redis (~> 4.1)
         
     | 
| 
       98 
     | 
    
         
            -
                  request_store (~> 1. 
     | 
| 
      
 101 
     | 
    
         
            +
                  request_store (~> 1.7.0)
         
     | 
| 
       99 
102 
     | 
    
         
             
                  rubyXL (~> 3.4)
         
     | 
| 
       100 
103 
     | 
    
         
             
                  rubyzip (~> 2.0)
         
     | 
| 
       101 
104 
     | 
    
         
             
                  shakapacker (~> 7.1.0)
         
     | 
| 
       102 
     | 
    
         
            -
                  valid_email2 (~>  
     | 
| 
      
 105 
     | 
    
         
            +
                  valid_email2 (~> 7.0)
         
     | 
| 
       103 
106 
     | 
    
         
             
                  web-push (~> 3.0)
         
     | 
| 
       104 
     | 
    
         
            -
                  wisper (~>  
     | 
| 
       105 
     | 
    
         
            -
                decidim-debates (0. 
     | 
| 
       106 
     | 
    
         
            -
                  decidim-comments (= 0. 
     | 
| 
       107 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
       108 
     | 
    
         
            -
                decidim-design (0. 
     | 
| 
       109 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
       110 
     | 
    
         
            -
                decidim-dev (0. 
     | 
| 
       111 
     | 
    
         
            -
                  bullet (~>  
     | 
| 
      
 107 
     | 
    
         
            +
                  wisper (~> 3.0)
         
     | 
| 
      
 108 
     | 
    
         
            +
                decidim-debates (0.30.0.rc1)
         
     | 
| 
      
 109 
     | 
    
         
            +
                  decidim-comments (= 0.30.0.rc1)
         
     | 
| 
      
 110 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 111 
     | 
    
         
            +
                decidim-design (0.30.0.rc1)
         
     | 
| 
      
 112 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 113 
     | 
    
         
            +
                decidim-dev (0.30.0.rc1)
         
     | 
| 
      
 114 
     | 
    
         
            +
                  bullet (~> 8.0.0)
         
     | 
| 
       112 
115 
     | 
    
         
             
                  byebug (~> 11.0)
         
     | 
| 
       113 
116 
     | 
    
         
             
                  capybara (~> 3.39)
         
     | 
| 
       114 
     | 
    
         
            -
                  decidim (= 0. 
     | 
| 
       115 
     | 
    
         
            -
                   
     | 
| 
      
 117 
     | 
    
         
            +
                  decidim-admin (= 0.30.0.rc1)
         
     | 
| 
      
 118 
     | 
    
         
            +
                  decidim-api (= 0.30.0.rc1)
         
     | 
| 
      
 119 
     | 
    
         
            +
                  decidim-comments (= 0.30.0.rc1)
         
     | 
| 
      
 120 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 121 
     | 
    
         
            +
                  decidim-generators (= 0.30.0.rc1)
         
     | 
| 
      
 122 
     | 
    
         
            +
                  decidim-verifications (= 0.30.0.rc1)
         
     | 
| 
      
 123 
     | 
    
         
            +
                  erb_lint (~> 0.8.0)
         
     | 
| 
       116 
124 
     | 
    
         
             
                  factory_bot_rails (~> 6.2)
         
     | 
| 
       117 
125 
     | 
    
         
             
                  faker (~> 3.2)
         
     | 
| 
       118 
126 
     | 
    
         
             
                  i18n-tasks (~> 1.0)
         
     | 
| 
       119 
127 
     | 
    
         
             
                  nokogiri (~> 1.16, >= 1.16.2)
         
     | 
| 
       120 
128 
     | 
    
         
             
                  parallel_tests (~> 4.2)
         
     | 
| 
       121 
     | 
    
         
            -
                  puma (~> 6. 
     | 
| 
      
 129 
     | 
    
         
            +
                  puma (~> 6.5)
         
     | 
| 
       122 
130 
     | 
    
         
             
                  rails-controller-testing (~> 1.0)
         
     | 
| 
       123 
131 
     | 
    
         
             
                  rspec (~> 3.12)
         
     | 
| 
       124 
132 
     | 
    
         
             
                  rspec-cells (~> 0.3.7)
         
     | 
| 
         @@ -126,10 +134,11 @@ PATH 
     | 
|
| 
       126 
134 
     | 
    
         
             
                  rspec-rails (~> 6.0)
         
     | 
| 
       127 
135 
     | 
    
         
             
                  rspec-retry (~> 0.6.2)
         
     | 
| 
       128 
136 
     | 
    
         
             
                  rspec_junit_formatter (~> 0.6.0)
         
     | 
| 
       129 
     | 
    
         
            -
                  rubocop (~> 1. 
     | 
| 
      
 137 
     | 
    
         
            +
                  rubocop (~> 1.69.0)
         
     | 
| 
       130 
138 
     | 
    
         
             
                  rubocop-capybara (~> 2.21)
         
     | 
| 
       131 
139 
     | 
    
         
             
                  rubocop-factory_bot (~> 2.26)
         
     | 
| 
       132 
140 
     | 
    
         
             
                  rubocop-faker (~> 1.1)
         
     | 
| 
      
 141 
     | 
    
         
            +
                  rubocop-graphql (~> 1.5)
         
     | 
| 
       133 
142 
     | 
    
         
             
                  rubocop-performance (~> 1.21)
         
     | 
| 
       134 
143 
     | 
    
         
             
                  rubocop-rails (~> 2.25)
         
     | 
| 
       135 
144 
     | 
    
         
             
                  rubocop-rspec (~> 3.0)
         
     | 
| 
         @@ -143,52 +152,47 @@ PATH 
     | 
|
| 
       143 
152 
     | 
    
         
             
                  w3c_rspec_validators (~> 0.3.0)
         
     | 
| 
       144 
153 
     | 
    
         
             
                  webmock (~> 3.18)
         
     | 
| 
       145 
154 
     | 
    
         
             
                  wisper-rspec (~> 1.0)
         
     | 
| 
       146 
     | 
    
         
            -
                decidim-forms (0. 
     | 
| 
       147 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
       148 
     | 
    
         
            -
             
     | 
| 
       149 
     | 
    
         
            -
                   
     | 
| 
       150 
     | 
    
         
            -
                decidim- 
     | 
| 
       151 
     | 
    
         
            -
                  decidim- 
     | 
| 
       152 
     | 
    
         
            -
             
     | 
| 
       153 
     | 
    
         
            -
                  decidim- 
     | 
| 
       154 
     | 
    
         
            -
                  decidim- 
     | 
| 
       155 
     | 
    
         
            -
             
     | 
| 
       156 
     | 
    
         
            -
                  decidim- 
     | 
| 
       157 
     | 
    
         
            -
                   
     | 
| 
       158 
     | 
    
         
            -
                  wicked_pdf (~> 2.1)
         
     | 
| 
       159 
     | 
    
         
            -
                  wkhtmltopdf-binary (= 0.12.6.6)
         
     | 
| 
       160 
     | 
    
         
            -
                decidim-meetings (0.29.1)
         
     | 
| 
       161 
     | 
    
         
            -
                  decidim-core (= 0.29.1)
         
     | 
| 
       162 
     | 
    
         
            -
                  decidim-forms (= 0.29.1)
         
     | 
| 
      
 155 
     | 
    
         
            +
                decidim-forms (0.30.0.rc1)
         
     | 
| 
      
 156 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 157 
     | 
    
         
            +
                decidim-generators (0.30.0.rc1)
         
     | 
| 
      
 158 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 159 
     | 
    
         
            +
                decidim-initiatives (0.30.0.rc1)
         
     | 
| 
      
 160 
     | 
    
         
            +
                  decidim-admin (= 0.30.0.rc1)
         
     | 
| 
      
 161 
     | 
    
         
            +
                  decidim-comments (= 0.30.0.rc1)
         
     | 
| 
      
 162 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 163 
     | 
    
         
            +
                  decidim-verifications (= 0.30.0.rc1)
         
     | 
| 
      
 164 
     | 
    
         
            +
                decidim-meetings (0.30.0.rc1)
         
     | 
| 
      
 165 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 166 
     | 
    
         
            +
                  decidim-forms (= 0.30.0.rc1)
         
     | 
| 
       163 
167 
     | 
    
         
             
                  icalendar (~> 2.5)
         
     | 
| 
       164 
     | 
    
         
            -
                decidim-pages (0. 
     | 
| 
       165 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
       166 
     | 
    
         
            -
                decidim-participatory_processes (0. 
     | 
| 
       167 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
       168 
     | 
    
         
            -
                decidim-proposals (0. 
     | 
| 
       169 
     | 
    
         
            -
                  decidim-comments (= 0. 
     | 
| 
       170 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
      
 168 
     | 
    
         
            +
                decidim-pages (0.30.0.rc1)
         
     | 
| 
      
 169 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 170 
     | 
    
         
            +
                decidim-participatory_processes (0.30.0.rc1)
         
     | 
| 
      
 171 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 172 
     | 
    
         
            +
                decidim-proposals (0.30.0.rc1)
         
     | 
| 
      
 173 
     | 
    
         
            +
                  decidim-comments (= 0.30.0.rc1)
         
     | 
| 
      
 174 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
       171 
175 
     | 
    
         
             
                  doc2text (~> 0.4.7)
         
     | 
| 
       172 
176 
     | 
    
         
             
                  redcarpet (~> 3.5, >= 3.5.1)
         
     | 
| 
       173 
     | 
    
         
            -
                decidim-sortitions (0. 
     | 
| 
       174 
     | 
    
         
            -
                  decidim-admin (= 0. 
     | 
| 
       175 
     | 
    
         
            -
                  decidim-comments (= 0. 
     | 
| 
       176 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
       177 
     | 
    
         
            -
                  decidim-proposals (= 0. 
     | 
| 
       178 
     | 
    
         
            -
                decidim-surveys (0. 
     | 
| 
       179 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
       180 
     | 
    
         
            -
                  decidim-forms (= 0. 
     | 
| 
       181 
     | 
    
         
            -
                decidim-system (0. 
     | 
| 
      
 177 
     | 
    
         
            +
                decidim-sortitions (0.30.0.rc1)
         
     | 
| 
      
 178 
     | 
    
         
            +
                  decidim-admin (= 0.30.0.rc1)
         
     | 
| 
      
 179 
     | 
    
         
            +
                  decidim-comments (= 0.30.0.rc1)
         
     | 
| 
      
 180 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 181 
     | 
    
         
            +
                  decidim-proposals (= 0.30.0.rc1)
         
     | 
| 
      
 182 
     | 
    
         
            +
                decidim-surveys (0.30.0.rc1)
         
     | 
| 
      
 183 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 184 
     | 
    
         
            +
                  decidim-forms (= 0.30.0.rc1)
         
     | 
| 
      
 185 
     | 
    
         
            +
                decidim-system (0.30.0.rc1)
         
     | 
| 
       182 
186 
     | 
    
         
             
                  active_link_to (~> 1.0)
         
     | 
| 
       183 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
      
 187 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
       184 
188 
     | 
    
         
             
                  devise (~> 4.7)
         
     | 
| 
       185 
189 
     | 
    
         
             
                  devise-i18n (~> 1.2)
         
     | 
| 
       186 
190 
     | 
    
         
             
                  devise_invitable (~> 2.0, >= 2.0.9)
         
     | 
| 
       187 
     | 
    
         
            -
                decidim-templates (0. 
     | 
| 
       188 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
       189 
     | 
    
         
            -
                  decidim-forms (= 0. 
     | 
| 
       190 
     | 
    
         
            -
                decidim-verifications (0. 
     | 
| 
       191 
     | 
    
         
            -
                  decidim-core (= 0. 
     | 
| 
      
 191 
     | 
    
         
            +
                decidim-templates (0.30.0.rc1)
         
     | 
| 
      
 192 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
      
 193 
     | 
    
         
            +
                  decidim-forms (= 0.30.0.rc1)
         
     | 
| 
      
 194 
     | 
    
         
            +
                decidim-verifications (0.30.0.rc1)
         
     | 
| 
      
 195 
     | 
    
         
            +
                  decidim-core (= 0.30.0.rc1)
         
     | 
| 
       192 
196 
     | 
    
         | 
| 
       193 
197 
     | 
    
         
             
            GEM
         
     | 
| 
       194 
198 
     | 
    
         
             
              remote: https://rubygems.org/
         
     | 
| 
         @@ -261,29 +265,31 @@ GEM 
     | 
|
| 
       261 
265 
     | 
    
         
             
                  i18n (>= 1.6, < 2)
         
     | 
| 
       262 
266 
     | 
    
         
             
                  minitest (>= 5.1)
         
     | 
| 
       263 
267 
     | 
    
         
             
                  tzinfo (~> 2.0)
         
     | 
| 
       264 
     | 
    
         
            -
                acts_as_list (1. 
     | 
| 
       265 
     | 
    
         
            -
                  activerecord (>=  
     | 
| 
       266 
     | 
    
         
            -
             
     | 
| 
       267 
     | 
    
         
            -
             
     | 
| 
      
 268 
     | 
    
         
            +
                acts_as_list (1.2.4)
         
     | 
| 
      
 269 
     | 
    
         
            +
                  activerecord (>= 6.1)
         
     | 
| 
      
 270 
     | 
    
         
            +
                  activesupport (>= 6.1)
         
     | 
| 
      
 271 
     | 
    
         
            +
                addressable (2.8.7)
         
     | 
| 
      
 272 
     | 
    
         
            +
                  public_suffix (>= 2.0.2, < 7.0)
         
     | 
| 
       268 
273 
     | 
    
         
             
                ast (2.4.2)
         
     | 
| 
       269 
274 
     | 
    
         
             
                base64 (0.2.0)
         
     | 
| 
       270 
     | 
    
         
            -
                batch-loader ( 
     | 
| 
      
 275 
     | 
    
         
            +
                batch-loader (2.0.5)
         
     | 
| 
       271 
276 
     | 
    
         
             
                bcrypt (3.1.20)
         
     | 
| 
       272 
     | 
    
         
            -
                better_html (2. 
     | 
| 
      
 277 
     | 
    
         
            +
                better_html (2.1.1)
         
     | 
| 
       273 
278 
     | 
    
         
             
                  actionview (>= 6.0)
         
     | 
| 
       274 
279 
     | 
    
         
             
                  activesupport (>= 6.0)
         
     | 
| 
       275 
280 
     | 
    
         
             
                  ast (~> 2.0)
         
     | 
| 
       276 
281 
     | 
    
         
             
                  erubi (~> 1.4)
         
     | 
| 
       277 
282 
     | 
    
         
             
                  parser (>= 2.4)
         
     | 
| 
       278 
283 
     | 
    
         
             
                  smart_properties
         
     | 
| 
       279 
     | 
    
         
            -
                bigdecimal (3.1. 
     | 
| 
      
 284 
     | 
    
         
            +
                bigdecimal (3.1.9)
         
     | 
| 
       280 
285 
     | 
    
         
             
                bindex (0.8.1)
         
     | 
| 
       281 
     | 
    
         
            -
                bootsnap (1. 
     | 
| 
      
 286 
     | 
    
         
            +
                bootsnap (1.18.4)
         
     | 
| 
       282 
287 
     | 
    
         
             
                  msgpack (~> 1.2)
         
     | 
| 
       283 
     | 
    
         
            -
                brakeman ( 
     | 
| 
       284 
     | 
    
         
            -
             
     | 
| 
      
 288 
     | 
    
         
            +
                brakeman (7.0.0)
         
     | 
| 
      
 289 
     | 
    
         
            +
                  racc
         
     | 
| 
      
 290 
     | 
    
         
            +
                browser (6.2.0)
         
     | 
| 
       285 
291 
     | 
    
         
             
                builder (3.3.0)
         
     | 
| 
       286 
     | 
    
         
            -
                bullet ( 
     | 
| 
      
 292 
     | 
    
         
            +
                bullet (8.0.0)
         
     | 
| 
       287 
293 
     | 
    
         
             
                  activesupport (>= 3.0.0)
         
     | 
| 
       288 
294 
     | 
    
         
             
                  uniform_notifier (~> 1.11)
         
     | 
| 
       289 
295 
     | 
    
         
             
                byebug (11.1.3)
         
     | 
| 
         @@ -296,128 +302,143 @@ GEM 
     | 
|
| 
       296 
302 
     | 
    
         
             
                  rack-test (>= 0.6.3)
         
     | 
| 
       297 
303 
     | 
    
         
             
                  regexp_parser (>= 1.5, < 3.0)
         
     | 
| 
       298 
304 
     | 
    
         
             
                  xpath (~> 3.2)
         
     | 
| 
       299 
     | 
    
         
            -
                cells (4.1. 
     | 
| 
       300 
     | 
    
         
            -
                  declarative-builder ( 
     | 
| 
      
 305 
     | 
    
         
            +
                cells (4.1.8)
         
     | 
| 
      
 306 
     | 
    
         
            +
                  declarative-builder (~> 0.2.0)
         
     | 
| 
       301 
307 
     | 
    
         
             
                  declarative-option (< 0.2.0)
         
     | 
| 
       302 
308 
     | 
    
         
             
                  tilt (>= 1.4, < 3)
         
     | 
| 
       303 
309 
     | 
    
         
             
                  uber (< 0.2.0)
         
     | 
| 
       304 
310 
     | 
    
         
             
                cells-erb (0.1.0)
         
     | 
| 
       305 
311 
     | 
    
         
             
                  cells (~> 4.0)
         
     | 
| 
       306 
312 
     | 
    
         
             
                  erbse (>= 0.1.1)
         
     | 
| 
       307 
     | 
    
         
            -
                cells-rails (0.1. 
     | 
| 
      
 313 
     | 
    
         
            +
                cells-rails (0.1.6)
         
     | 
| 
       308 
314 
     | 
    
         
             
                  actionpack (>= 5.0)
         
     | 
| 
       309 
315 
     | 
    
         
             
                  cells (>= 4.1.6, < 5.0.0)
         
     | 
| 
       310 
     | 
    
         
            -
                charlock_holmes (0.7. 
     | 
| 
      
 316 
     | 
    
         
            +
                charlock_holmes (0.7.9)
         
     | 
| 
      
 317 
     | 
    
         
            +
                chartkick (5.1.2)
         
     | 
| 
      
 318 
     | 
    
         
            +
                childprocess (5.1.0)
         
     | 
| 
      
 319 
     | 
    
         
            +
                  logger (~> 1.5)
         
     | 
| 
      
 320 
     | 
    
         
            +
                classifier-reborn (2.3.0)
         
     | 
| 
      
 321 
     | 
    
         
            +
                  fast-stemmer (~> 1.0)
         
     | 
| 
      
 322 
     | 
    
         
            +
                  matrix (~> 0.4)
         
     | 
| 
       311 
323 
     | 
    
         
             
                cmdparse (3.0.7)
         
     | 
| 
       312 
     | 
    
         
            -
                commonmarker (0.23. 
     | 
| 
       313 
     | 
    
         
            -
                concurrent-ruby (1.3. 
     | 
| 
       314 
     | 
    
         
            -
                crack (0. 
     | 
| 
      
 324 
     | 
    
         
            +
                commonmarker (0.23.11)
         
     | 
| 
      
 325 
     | 
    
         
            +
                concurrent-ruby (1.3.4)
         
     | 
| 
      
 326 
     | 
    
         
            +
                crack (1.0.0)
         
     | 
| 
       315 
327 
     | 
    
         
             
                  bigdecimal
         
     | 
| 
       316 
328 
     | 
    
         
             
                  rexml
         
     | 
| 
       317 
329 
     | 
    
         
             
                crass (1.0.6)
         
     | 
| 
       318 
     | 
    
         
            -
                css_parser (1. 
     | 
| 
      
 330 
     | 
    
         
            +
                css_parser (1.21.0)
         
     | 
| 
       319 
331 
     | 
    
         
             
                  addressable
         
     | 
| 
       320 
     | 
    
         
            -
                 
     | 
| 
      
 332 
     | 
    
         
            +
                csv (3.3.2)
         
     | 
| 
      
 333 
     | 
    
         
            +
                date (3.4.1)
         
     | 
| 
       321 
334 
     | 
    
         
             
                date_validator (0.12.0)
         
     | 
| 
       322 
335 
     | 
    
         
             
                  activemodel (>= 3)
         
     | 
| 
       323 
336 
     | 
    
         
             
                  activesupport (>= 3)
         
     | 
| 
       324 
     | 
    
         
            -
                declarative-builder (0. 
     | 
| 
       325 
     | 
    
         
            -
                   
     | 
| 
      
 337 
     | 
    
         
            +
                declarative-builder (0.2.0)
         
     | 
| 
      
 338 
     | 
    
         
            +
                  trailblazer-option (~> 0.1.0)
         
     | 
| 
       326 
339 
     | 
    
         
             
                declarative-option (0.1.0)
         
     | 
| 
       327 
     | 
    
         
            -
                devise (4.9. 
     | 
| 
      
 340 
     | 
    
         
            +
                devise (4.9.4)
         
     | 
| 
       328 
341 
     | 
    
         
             
                  bcrypt (~> 3.0)
         
     | 
| 
       329 
342 
     | 
    
         
             
                  orm_adapter (~> 0.1)
         
     | 
| 
       330 
343 
     | 
    
         
             
                  railties (>= 4.1.0)
         
     | 
| 
       331 
344 
     | 
    
         
             
                  responders
         
     | 
| 
       332 
345 
     | 
    
         
             
                  warden (~> 1.2.3)
         
     | 
| 
       333 
     | 
    
         
            -
                devise-i18n (1. 
     | 
| 
      
 346 
     | 
    
         
            +
                devise-i18n (1.12.1)
         
     | 
| 
       334 
347 
     | 
    
         
             
                  devise (>= 4.9.0)
         
     | 
| 
       335 
348 
     | 
    
         
             
                devise_invitable (2.0.9)
         
     | 
| 
       336 
349 
     | 
    
         
             
                  actionmailer (>= 5.0)
         
     | 
| 
       337 
350 
     | 
    
         
             
                  devise (>= 4.6)
         
     | 
| 
       338 
351 
     | 
    
         
             
                diff-lcs (1.5.1)
         
     | 
| 
       339 
     | 
    
         
            -
                diffy (3.4. 
     | 
| 
       340 
     | 
    
         
            -
                digest (3.1.1)
         
     | 
| 
      
 352 
     | 
    
         
            +
                diffy (3.4.3)
         
     | 
| 
       341 
353 
     | 
    
         
             
                doc2text (0.4.7)
         
     | 
| 
       342 
354 
     | 
    
         
             
                  nokogiri (>= 1.13.2, < 1.17.0)
         
     | 
| 
       343 
355 
     | 
    
         
             
                  rubyzip (~> 2.3.0)
         
     | 
| 
       344 
     | 
    
         
            -
                docile (1.4. 
     | 
| 
       345 
     | 
    
         
            -
                doorkeeper (5. 
     | 
| 
      
 356 
     | 
    
         
            +
                docile (1.4.1)
         
     | 
| 
      
 357 
     | 
    
         
            +
                doorkeeper (5.8.1)
         
     | 
| 
       346 
358 
     | 
    
         
             
                  railties (>= 5)
         
     | 
| 
       347 
359 
     | 
    
         
             
                doorkeeper-i18n (4.0.1)
         
     | 
| 
       348 
     | 
    
         
            -
                erb_lint (0. 
     | 
| 
      
 360 
     | 
    
         
            +
                erb_lint (0.8.0)
         
     | 
| 
       349 
361 
     | 
    
         
             
                  activesupport
         
     | 
| 
       350 
362 
     | 
    
         
             
                  better_html (>= 2.0.1)
         
     | 
| 
       351 
363 
     | 
    
         
             
                  parser (>= 2.7.1.4)
         
     | 
| 
       352 
364 
     | 
    
         
             
                  rainbow
         
     | 
| 
       353 
     | 
    
         
            -
                  rubocop
         
     | 
| 
      
 365 
     | 
    
         
            +
                  rubocop (>= 1)
         
     | 
| 
       354 
366 
     | 
    
         
             
                  smart_properties
         
     | 
| 
       355 
367 
     | 
    
         
             
                erbse (0.1.4)
         
     | 
| 
       356 
368 
     | 
    
         
             
                  temple
         
     | 
| 
       357 
     | 
    
         
            -
                erubi (1.13. 
     | 
| 
       358 
     | 
    
         
            -
                escape_utils (1. 
     | 
| 
       359 
     | 
    
         
            -
                excon ( 
     | 
| 
      
 369 
     | 
    
         
            +
                erubi (1.13.1)
         
     | 
| 
      
 370 
     | 
    
         
            +
                escape_utils (1.3.0)
         
     | 
| 
      
 371 
     | 
    
         
            +
                excon (1.2.3)
         
     | 
| 
       360 
372 
     | 
    
         
             
                extended-markdown-filter (0.7.0)
         
     | 
| 
       361 
373 
     | 
    
         
             
                  html-pipeline (~> 2.9)
         
     | 
| 
       362 
     | 
    
         
            -
                factory_bot (6. 
     | 
| 
      
 374 
     | 
    
         
            +
                factory_bot (6.5.0)
         
     | 
| 
       363 
375 
     | 
    
         
             
                  activesupport (>= 5.0.0)
         
     | 
| 
       364 
     | 
    
         
            -
                factory_bot_rails (6.4. 
     | 
| 
       365 
     | 
    
         
            -
                  factory_bot (~> 6. 
     | 
| 
      
 376 
     | 
    
         
            +
                factory_bot_rails (6.4.4)
         
     | 
| 
      
 377 
     | 
    
         
            +
                  factory_bot (~> 6.5)
         
     | 
| 
       366 
378 
     | 
    
         
             
                  railties (>= 5.0.0)
         
     | 
| 
       367 
     | 
    
         
            -
                faker (3. 
     | 
| 
      
 379 
     | 
    
         
            +
                faker (3.5.1)
         
     | 
| 
       368 
380 
     | 
    
         
             
                  i18n (>= 1.8.11, < 2)
         
     | 
| 
       369 
     | 
    
         
            -
                faraday (2. 
     | 
| 
       370 
     | 
    
         
            -
                  faraday-net_http (>= 2.0, < 3. 
     | 
| 
       371 
     | 
    
         
            -
             
     | 
| 
       372 
     | 
    
         
            -
                   
     | 
| 
       373 
     | 
    
         
            -
                 
     | 
| 
      
 381 
     | 
    
         
            +
                faraday (2.12.2)
         
     | 
| 
      
 382 
     | 
    
         
            +
                  faraday-net_http (>= 2.0, < 3.5)
         
     | 
| 
      
 383 
     | 
    
         
            +
                  json
         
     | 
| 
      
 384 
     | 
    
         
            +
                  logger
         
     | 
| 
      
 385 
     | 
    
         
            +
                faraday-net_http (3.4.0)
         
     | 
| 
      
 386 
     | 
    
         
            +
                  net-http (>= 0.5.0)
         
     | 
| 
      
 387 
     | 
    
         
            +
                fast-stemmer (1.0.2)
         
     | 
| 
      
 388 
     | 
    
         
            +
                ffi (1.17.1-x86_64-linux-gnu)
         
     | 
| 
      
 389 
     | 
    
         
            +
                fiber-storage (1.0.0)
         
     | 
| 
       374 
390 
     | 
    
         
             
                file_validators (3.0.0)
         
     | 
| 
       375 
391 
     | 
    
         
             
                  activemodel (>= 3.2)
         
     | 
| 
       376 
392 
     | 
    
         
             
                  mime-types (>= 1.0)
         
     | 
| 
       377 
     | 
    
         
            -
                fog-core (2. 
     | 
| 
      
 393 
     | 
    
         
            +
                fog-core (2.6.0)
         
     | 
| 
       378 
394 
     | 
    
         
             
                  builder
         
     | 
| 
       379 
     | 
    
         
            -
                  excon (~> 0 
     | 
| 
      
 395 
     | 
    
         
            +
                  excon (~> 1.0)
         
     | 
| 
       380 
396 
     | 
    
         
             
                  formatador (>= 0.2, < 2.0)
         
     | 
| 
       381 
397 
     | 
    
         
             
                  mime-types
         
     | 
| 
       382 
398 
     | 
    
         
             
                fog-local (0.8.0)
         
     | 
| 
       383 
399 
     | 
    
         
             
                  fog-core (>= 1.27, < 3.0)
         
     | 
| 
       384 
400 
     | 
    
         
             
                formatador (1.1.0)
         
     | 
| 
       385 
     | 
    
         
            -
                foundation_rails_helper (4.0.1)
         
     | 
| 
       386 
     | 
    
         
            -
                  actionpack (>= 4.1, < 7.1)
         
     | 
| 
       387 
     | 
    
         
            -
                  activemodel (>= 4.1, < 7.1)
         
     | 
| 
       388 
     | 
    
         
            -
                  activesupport (>= 4.1, < 7.1)
         
     | 
| 
       389 
     | 
    
         
            -
                  railties (>= 4.1, < 7.1)
         
     | 
| 
       390 
401 
     | 
    
         
             
                gemoji (3.0.1)
         
     | 
| 
       391 
     | 
    
         
            -
                geocoder (1.8. 
     | 
| 
       392 
     | 
    
         
            -
             
     | 
| 
      
 402 
     | 
    
         
            +
                geocoder (1.8.5)
         
     | 
| 
      
 403 
     | 
    
         
            +
                  base64 (>= 0.1.0)
         
     | 
| 
      
 404 
     | 
    
         
            +
                  csv (>= 3.0.0)
         
     | 
| 
      
 405 
     | 
    
         
            +
                geom2d (0.4.1)
         
     | 
| 
       393 
406 
     | 
    
         
             
                globalid (1.2.1)
         
     | 
| 
       394 
407 
     | 
    
         
             
                  activesupport (>= 6.1)
         
     | 
| 
       395 
     | 
    
         
            -
                 
     | 
| 
       396 
     | 
    
         
            -
             
     | 
| 
      
 408 
     | 
    
         
            +
                google-protobuf (4.29.3-x86_64-linux)
         
     | 
| 
      
 409 
     | 
    
         
            +
                  bigdecimal
         
     | 
| 
      
 410 
     | 
    
         
            +
                  rake (>= 13)
         
     | 
| 
      
 411 
     | 
    
         
            +
                graphql (2.4.8)
         
     | 
| 
      
 412 
     | 
    
         
            +
                  base64
         
     | 
| 
      
 413 
     | 
    
         
            +
                  fiber-storage
         
     | 
| 
      
 414 
     | 
    
         
            +
                graphql-docs (5.1.0)
         
     | 
| 
       397 
415 
     | 
    
         
             
                  commonmarker (~> 0.23, >= 0.23.6)
         
     | 
| 
       398 
     | 
    
         
            -
                  dartsass (~> 1.49)
         
     | 
| 
       399 
416 
     | 
    
         
             
                  escape_utils (~> 1.2)
         
     | 
| 
       400 
417 
     | 
    
         
             
                  extended-markdown-filter (~> 0.4)
         
     | 
| 
       401 
418 
     | 
    
         
             
                  gemoji (~> 3.0)
         
     | 
| 
       402 
419 
     | 
    
         
             
                  graphql (~> 2.0)
         
     | 
| 
       403 
420 
     | 
    
         
             
                  html-pipeline (~> 2.14, >= 2.14.3)
         
     | 
| 
       404 
     | 
    
         
            -
             
     | 
| 
      
 421 
     | 
    
         
            +
                  logger (~> 1.6)
         
     | 
| 
      
 422 
     | 
    
         
            +
                  ostruct (~> 0.6)
         
     | 
| 
      
 423 
     | 
    
         
            +
                  sass-embedded (~> 1.58)
         
     | 
| 
      
 424 
     | 
    
         
            +
                hashdiff (1.1.2)
         
     | 
| 
       405 
425 
     | 
    
         
             
                hashie (5.0.0)
         
     | 
| 
       406 
     | 
    
         
            -
                hexapdf ( 
     | 
| 
      
 426 
     | 
    
         
            +
                hexapdf (1.1.1)
         
     | 
| 
       407 
427 
     | 
    
         
             
                  cmdparse (~> 3.0, >= 3.0.3)
         
     | 
| 
       408 
     | 
    
         
            -
                  geom2d (~> 0. 
     | 
| 
      
 428 
     | 
    
         
            +
                  geom2d (~> 0.4, >= 0.4.1)
         
     | 
| 
       409 
429 
     | 
    
         
             
                  openssl (>= 2.2.1)
         
     | 
| 
       410 
     | 
    
         
            -
             
     | 
| 
      
 430 
     | 
    
         
            +
                  strscan (>= 3.1.2)
         
     | 
| 
      
 431 
     | 
    
         
            +
                highline (3.1.2)
         
     | 
| 
      
 432 
     | 
    
         
            +
                  reline
         
     | 
| 
       411 
433 
     | 
    
         
             
                html-pipeline (2.14.3)
         
     | 
| 
       412 
434 
     | 
    
         
             
                  activesupport (>= 2)
         
     | 
| 
       413 
435 
     | 
    
         
             
                  nokogiri (>= 1.4)
         
     | 
| 
       414 
436 
     | 
    
         
             
                htmlentities (4.3.4)
         
     | 
| 
       415 
     | 
    
         
            -
                i18n (1.14. 
     | 
| 
      
 437 
     | 
    
         
            +
                i18n (1.14.6)
         
     | 
| 
       416 
438 
     | 
    
         
             
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       417 
     | 
    
         
            -
                i18n-tasks (1.0. 
     | 
| 
      
 439 
     | 
    
         
            +
                i18n-tasks (1.0.14)
         
     | 
| 
       418 
440 
     | 
    
         
             
                  activesupport (>= 4.0.2)
         
     | 
| 
       419 
441 
     | 
    
         
             
                  ast (>= 2.1.0)
         
     | 
| 
       420 
     | 
    
         
            -
                  better_html (>= 1.0, < 3.0)
         
     | 
| 
       421 
442 
     | 
    
         
             
                  erubi
         
     | 
| 
       422 
443 
     | 
    
         
             
                  highline (>= 2.0.0)
         
     | 
| 
       423 
444 
     | 
    
         
             
                  i18n
         
     | 
| 
         @@ -425,16 +446,19 @@ GEM 
     | 
|
| 
       425 
446 
     | 
    
         
             
                  rails-i18n
         
     | 
| 
       426 
447 
     | 
    
         
             
                  rainbow (>= 2.2.2, < 4.0)
         
     | 
| 
       427 
448 
     | 
    
         
             
                  terminal-table (>= 1.5.1)
         
     | 
| 
       428 
     | 
    
         
            -
                icalendar (2.10. 
     | 
| 
      
 449 
     | 
    
         
            +
                icalendar (2.10.3)
         
     | 
| 
       429 
450 
     | 
    
         
             
                  ice_cube (~> 0.16)
         
     | 
| 
       430 
     | 
    
         
            -
             
     | 
| 
       431 
     | 
    
         
            -
                 
     | 
| 
      
 451 
     | 
    
         
            +
                  ostruct
         
     | 
| 
      
 452 
     | 
    
         
            +
                ice_cube (0.17.0)
         
     | 
| 
      
 453 
     | 
    
         
            +
                image_processing (1.13.0)
         
     | 
| 
       432 
454 
     | 
    
         
             
                  mini_magick (>= 4.9.5, < 5)
         
     | 
| 
       433 
455 
     | 
    
         
             
                  ruby-vips (>= 2.0.17, < 3)
         
     | 
| 
       434 
456 
     | 
    
         
             
                invisible_captcha (0.13.0)
         
     | 
| 
       435 
457 
     | 
    
         
             
                  rails (>= 3.2.0)
         
     | 
| 
       436 
     | 
    
         
            -
                 
     | 
| 
       437 
     | 
    
         
            -
                 
     | 
| 
      
 458 
     | 
    
         
            +
                io-console (0.8.0)
         
     | 
| 
      
 459 
     | 
    
         
            +
                json (2.9.1)
         
     | 
| 
      
 460 
     | 
    
         
            +
                jwt (2.10.1)
         
     | 
| 
      
 461 
     | 
    
         
            +
                  base64
         
     | 
| 
       438 
462 
     | 
    
         
             
                kaminari (1.2.2)
         
     | 
| 
       439 
463 
     | 
    
         
             
                  activesupport (>= 4.1.0)
         
     | 
| 
       440 
464 
     | 
    
         
             
                  kaminari-actionview (= 1.2.2)
         
     | 
| 
         @@ -448,19 +472,21 @@ GEM 
     | 
|
| 
       448 
472 
     | 
    
         
             
                  kaminari-core (= 1.2.2)
         
     | 
| 
       449 
473 
     | 
    
         
             
                kaminari-core (1.2.2)
         
     | 
| 
       450 
474 
     | 
    
         
             
                language_server-protocol (3.17.0.3)
         
     | 
| 
       451 
     | 
    
         
            -
                launchy ( 
     | 
| 
      
 475 
     | 
    
         
            +
                launchy (3.0.1)
         
     | 
| 
       452 
476 
     | 
    
         
             
                  addressable (~> 2.8)
         
     | 
| 
       453 
     | 
    
         
            -
             
     | 
| 
       454 
     | 
    
         
            -
             
     | 
| 
      
 477 
     | 
    
         
            +
                  childprocess (~> 5.0)
         
     | 
| 
      
 478 
     | 
    
         
            +
                letter_opener (1.10.0)
         
     | 
| 
      
 479 
     | 
    
         
            +
                  launchy (>= 2.2, < 4)
         
     | 
| 
       455 
480 
     | 
    
         
             
                letter_opener_web (2.0.0)
         
     | 
| 
       456 
481 
     | 
    
         
             
                  actionmailer (>= 5.2)
         
     | 
| 
       457 
482 
     | 
    
         
             
                  letter_opener (~> 1.7)
         
     | 
| 
       458 
483 
     | 
    
         
             
                  railties (>= 5.2)
         
     | 
| 
       459 
484 
     | 
    
         
             
                  rexml
         
     | 
| 
       460 
     | 
    
         
            -
                listen (3. 
     | 
| 
      
 485 
     | 
    
         
            +
                listen (3.9.0)
         
     | 
| 
       461 
486 
     | 
    
         
             
                  rb-fsevent (~> 0.10, >= 0.10.3)
         
     | 
| 
       462 
487 
     | 
    
         
             
                  rb-inotify (~> 0.9, >= 0.9.10)
         
     | 
| 
       463 
     | 
    
         
            -
                 
     | 
| 
      
 488 
     | 
    
         
            +
                logger (1.6.5)
         
     | 
| 
      
 489 
     | 
    
         
            +
                loofah (2.24.0)
         
     | 
| 
       464 
490 
     | 
    
         
             
                  crass (~> 1.0.2)
         
     | 
| 
       465 
491 
     | 
    
         
             
                  nokogiri (>= 1.12.0)
         
     | 
| 
       466 
492 
     | 
    
         
             
                mail (2.8.1)
         
     | 
| 
         @@ -471,30 +497,29 @@ GEM 
     | 
|
| 
       471 
497 
     | 
    
         
             
                marcel (1.0.4)
         
     | 
| 
       472 
498 
     | 
    
         
             
                matrix (0.4.2)
         
     | 
| 
       473 
499 
     | 
    
         
             
                method_source (1.1.0)
         
     | 
| 
       474 
     | 
    
         
            -
                mime-types (3. 
     | 
| 
      
 500 
     | 
    
         
            +
                mime-types (3.6.0)
         
     | 
| 
      
 501 
     | 
    
         
            +
                  logger
         
     | 
| 
       475 
502 
     | 
    
         
             
                  mime-types-data (~> 3.2015)
         
     | 
| 
       476 
     | 
    
         
            -
                mime-types-data (3. 
     | 
| 
       477 
     | 
    
         
            -
                mini_magick (4. 
     | 
| 
      
 503 
     | 
    
         
            +
                mime-types-data (3.2025.0107)
         
     | 
| 
      
 504 
     | 
    
         
            +
                mini_magick (4.13.2)
         
     | 
| 
       478 
505 
     | 
    
         
             
                mini_mime (1.1.5)
         
     | 
| 
       479 
     | 
    
         
            -
                 
     | 
| 
       480 
     | 
    
         
            -
                 
     | 
| 
       481 
     | 
    
         
            -
                 
     | 
| 
       482 
     | 
    
         
            -
             
     | 
| 
       483 
     | 
    
         
            -
                net-http (0. 
     | 
| 
      
 506 
     | 
    
         
            +
                minitest (5.25.4)
         
     | 
| 
      
 507 
     | 
    
         
            +
                msgpack (1.7.5)
         
     | 
| 
      
 508 
     | 
    
         
            +
                multi_xml (0.7.1)
         
     | 
| 
      
 509 
     | 
    
         
            +
                  bigdecimal (~> 3.1)
         
     | 
| 
      
 510 
     | 
    
         
            +
                net-http (0.6.0)
         
     | 
| 
       484 
511 
     | 
    
         
             
                  uri
         
     | 
| 
       485 
     | 
    
         
            -
                net-imap (0. 
     | 
| 
       486 
     | 
    
         
            -
                   
     | 
| 
      
 512 
     | 
    
         
            +
                net-imap (0.5.5)
         
     | 
| 
      
 513 
     | 
    
         
            +
                  date
         
     | 
| 
       487 
514 
     | 
    
         
             
                  net-protocol
         
     | 
| 
       488 
     | 
    
         
            -
                  strscan
         
     | 
| 
       489 
515 
     | 
    
         
             
                net-pop (0.1.2)
         
     | 
| 
       490 
516 
     | 
    
         
             
                  net-protocol
         
     | 
| 
       491 
517 
     | 
    
         
             
                net-protocol (0.2.2)
         
     | 
| 
       492 
518 
     | 
    
         
             
                  timeout
         
     | 
| 
       493 
     | 
    
         
            -
                net-smtp (0. 
     | 
| 
      
 519 
     | 
    
         
            +
                net-smtp (0.5.0)
         
     | 
| 
       494 
520 
     | 
    
         
             
                  net-protocol
         
     | 
| 
       495 
     | 
    
         
            -
                nio4r (2.7. 
     | 
| 
       496 
     | 
    
         
            -
                nokogiri (1.16. 
     | 
| 
       497 
     | 
    
         
            -
                  mini_portile2 (~> 2.8.2)
         
     | 
| 
      
 521 
     | 
    
         
            +
                nio4r (2.7.4)
         
     | 
| 
      
 522 
     | 
    
         
            +
                nokogiri (1.16.8-x86_64-linux)
         
     | 
| 
       498 
523 
     | 
    
         
             
                  racc (~> 1.4)
         
     | 
| 
       499 
524 
     | 
    
         
             
                oauth (1.1.0)
         
     | 
| 
       500 
525 
     | 
    
         
             
                  oauth-tty (~> 1.0, >= 1.0.1)
         
     | 
| 
         @@ -515,53 +540,55 @@ GEM 
     | 
|
| 
       515 
540 
     | 
    
         
             
                  rack-protection
         
     | 
| 
       516 
541 
     | 
    
         
             
                omniauth-facebook (5.0.0)
         
     | 
| 
       517 
542 
     | 
    
         
             
                  omniauth-oauth2 (~> 1.2)
         
     | 
| 
       518 
     | 
    
         
            -
                omniauth-google-oauth2 (1. 
     | 
| 
       519 
     | 
    
         
            -
                  jwt (>= 2. 
     | 
| 
       520 
     | 
    
         
            -
                  oauth2 (~> 2.0 
     | 
| 
      
 543 
     | 
    
         
            +
                omniauth-google-oauth2 (1.2.0)
         
     | 
| 
      
 544 
     | 
    
         
            +
                  jwt (>= 2.9)
         
     | 
| 
      
 545 
     | 
    
         
            +
                  oauth2 (~> 2.0)
         
     | 
| 
       521 
546 
     | 
    
         
             
                  omniauth (~> 2.0)
         
     | 
| 
       522 
     | 
    
         
            -
                  omniauth-oauth2 (~> 1.8 
     | 
| 
       523 
     | 
    
         
            -
                omniauth-oauth (1.2. 
     | 
| 
      
 547 
     | 
    
         
            +
                  omniauth-oauth2 (~> 1.8)
         
     | 
| 
      
 548 
     | 
    
         
            +
                omniauth-oauth (1.2.1)
         
     | 
| 
       524 
549 
     | 
    
         
             
                  oauth
         
     | 
| 
       525 
550 
     | 
    
         
             
                  omniauth (>= 1.0, < 3)
         
     | 
| 
      
 551 
     | 
    
         
            +
                  rack (>= 1.6.2, < 4)
         
     | 
| 
       526 
552 
     | 
    
         
             
                omniauth-oauth2 (1.8.0)
         
     | 
| 
       527 
553 
     | 
    
         
             
                  oauth2 (>= 1.4, < 3)
         
     | 
| 
       528 
554 
     | 
    
         
             
                  omniauth (~> 2.0)
         
     | 
| 
       529 
     | 
    
         
            -
                omniauth-rails_csrf_protection (1.0. 
     | 
| 
      
 555 
     | 
    
         
            +
                omniauth-rails_csrf_protection (1.0.2)
         
     | 
| 
       530 
556 
     | 
    
         
             
                  actionpack (>= 4.2)
         
     | 
| 
       531 
557 
     | 
    
         
             
                  omniauth (~> 2.0)
         
     | 
| 
       532 
558 
     | 
    
         
             
                omniauth-twitter (1.4.0)
         
     | 
| 
       533 
559 
     | 
    
         
             
                  omniauth-oauth (~> 1.1)
         
     | 
| 
       534 
560 
     | 
    
         
             
                  rack
         
     | 
| 
       535 
     | 
    
         
            -
                openssl (3. 
     | 
| 
      
 561 
     | 
    
         
            +
                openssl (3.3.0)
         
     | 
| 
       536 
562 
     | 
    
         
             
                orm_adapter (0.5.0)
         
     | 
| 
       537 
     | 
    
         
            -
                 
     | 
| 
       538 
     | 
    
         
            -
             
     | 
| 
       539 
     | 
    
         
            -
                   
     | 
| 
       540 
     | 
    
         
            -
             
     | 
| 
       541 
     | 
    
         
            -
                 
     | 
| 
      
 563 
     | 
    
         
            +
                ostruct (0.6.1)
         
     | 
| 
      
 564 
     | 
    
         
            +
                paper_trail (16.0.0)
         
     | 
| 
      
 565 
     | 
    
         
            +
                  activerecord (>= 6.1)
         
     | 
| 
      
 566 
     | 
    
         
            +
                  request_store (~> 1.4)
         
     | 
| 
      
 567 
     | 
    
         
            +
                parallel (1.26.3)
         
     | 
| 
      
 568 
     | 
    
         
            +
                parallel_tests (4.9.0)
         
     | 
| 
       542 
569 
     | 
    
         
             
                  parallel
         
     | 
| 
       543 
     | 
    
         
            -
                 
     | 
| 
      
 570 
     | 
    
         
            +
                paranoia (3.0.0)
         
     | 
| 
      
 571 
     | 
    
         
            +
                  activerecord (>= 6, < 8.1)
         
     | 
| 
      
 572 
     | 
    
         
            +
                parser (3.3.6.0)
         
     | 
| 
       544 
573 
     | 
    
         
             
                  ast (~> 2.4.1)
         
     | 
| 
       545 
574 
     | 
    
         
             
                  racc
         
     | 
| 
       546 
     | 
    
         
            -
                pg (1. 
     | 
| 
       547 
     | 
    
         
            -
                pg_search (2.3. 
     | 
| 
       548 
     | 
    
         
            -
                  activerecord (>=  
     | 
| 
       549 
     | 
    
         
            -
                  activesupport (>=  
     | 
| 
       550 
     | 
    
         
            -
                premailer (1. 
     | 
| 
      
 575 
     | 
    
         
            +
                pg (1.5.9)
         
     | 
| 
      
 576 
     | 
    
         
            +
                pg_search (2.3.7)
         
     | 
| 
      
 577 
     | 
    
         
            +
                  activerecord (>= 6.1)
         
     | 
| 
      
 578 
     | 
    
         
            +
                  activesupport (>= 6.1)
         
     | 
| 
      
 579 
     | 
    
         
            +
                premailer (1.27.0)
         
     | 
| 
       551 
580 
     | 
    
         
             
                  addressable
         
     | 
| 
       552 
     | 
    
         
            -
                  css_parser (>= 1. 
     | 
| 
      
 581 
     | 
    
         
            +
                  css_parser (>= 1.19.0)
         
     | 
| 
       553 
582 
     | 
    
         
             
                  htmlentities (>= 4.0.0)
         
     | 
| 
       554 
583 
     | 
    
         
             
                premailer-rails (1.12.0)
         
     | 
| 
       555 
584 
     | 
    
         
             
                  actionmailer (>= 3)
         
     | 
| 
       556 
585 
     | 
    
         
             
                  net-smtp
         
     | 
| 
       557 
586 
     | 
    
         
             
                  premailer (~> 1.7, >= 1.7.9)
         
     | 
| 
       558 
     | 
    
         
            -
                 
     | 
| 
       559 
     | 
    
         
            -
             
     | 
| 
       560 
     | 
    
         
            -
                public_suffix (5.0.4)
         
     | 
| 
       561 
     | 
    
         
            -
                puma (6.4.2)
         
     | 
| 
      
 587 
     | 
    
         
            +
                public_suffix (6.0.1)
         
     | 
| 
      
 588 
     | 
    
         
            +
                puma (6.5.0)
         
     | 
| 
       562 
589 
     | 
    
         
             
                  nio4r (~> 2.0)
         
     | 
| 
       563 
     | 
    
         
            -
                racc (1.8. 
     | 
| 
       564 
     | 
    
         
            -
                rack (2.2. 
     | 
| 
      
 590 
     | 
    
         
            +
                racc (1.8.1)
         
     | 
| 
      
 591 
     | 
    
         
            +
                rack (2.2.10)
         
     | 
| 
       565 
592 
     | 
    
         
             
                rack-attack (6.7.0)
         
     | 
| 
       566 
593 
     | 
    
         
             
                  rack (>= 1.0, < 4)
         
     | 
| 
       567 
594 
     | 
    
         
             
                rack-cors (1.1.1)
         
     | 
| 
         @@ -571,7 +598,7 @@ GEM 
     | 
|
| 
       571 
598 
     | 
    
         
             
                  rack (~> 2.2, >= 2.2.4)
         
     | 
| 
       572 
599 
     | 
    
         
             
                rack-proxy (0.7.7)
         
     | 
| 
       573 
600 
     | 
    
         
             
                  rack
         
     | 
| 
       574 
     | 
    
         
            -
                rack-test (2. 
     | 
| 
      
 601 
     | 
    
         
            +
                rack-test (2.2.0)
         
     | 
| 
       575 
602 
     | 
    
         
             
                  rack (>= 1.3)
         
     | 
| 
       576 
603 
     | 
    
         
             
                rails (7.0.8.4)
         
     | 
| 
       577 
604 
     | 
    
         
             
                  actioncable (= 7.0.8.4)
         
     | 
| 
         @@ -595,10 +622,10 @@ GEM 
     | 
|
| 
       595 
622 
     | 
    
         
             
                  activesupport (>= 5.0.0)
         
     | 
| 
       596 
623 
     | 
    
         
             
                  minitest
         
     | 
| 
       597 
624 
     | 
    
         
             
                  nokogiri (>= 1.6)
         
     | 
| 
       598 
     | 
    
         
            -
                rails-html-sanitizer (1.6. 
     | 
| 
      
 625 
     | 
    
         
            +
                rails-html-sanitizer (1.6.2)
         
     | 
| 
       599 
626 
     | 
    
         
             
                  loofah (~> 2.21)
         
     | 
| 
       600 
     | 
    
         
            -
                  nokogiri ( 
     | 
| 
       601 
     | 
    
         
            -
                rails-i18n (7.0. 
     | 
| 
      
 627 
     | 
    
         
            +
                  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)
         
     | 
| 
      
 628 
     | 
    
         
            +
                rails-i18n (7.0.10)
         
     | 
| 
       602 
629 
     | 
    
         
             
                  i18n (>= 0.7, < 2)
         
     | 
| 
       603 
630 
     | 
    
         
             
                  railties (>= 6.0.0, < 8)
         
     | 
| 
       604 
631 
     | 
    
         
             
                railties (7.0.8.4)
         
     | 
| 
         @@ -610,83 +637,85 @@ GEM 
     | 
|
| 
       610 
637 
     | 
    
         
             
                  zeitwerk (~> 2.5)
         
     | 
| 
       611 
638 
     | 
    
         
             
                rainbow (3.1.1)
         
     | 
| 
       612 
639 
     | 
    
         
             
                rake (13.2.1)
         
     | 
| 
       613 
     | 
    
         
            -
                ransack ( 
     | 
| 
      
 640 
     | 
    
         
            +
                ransack (4.2.1)
         
     | 
| 
       614 
641 
     | 
    
         
             
                  activerecord (>= 6.1.5)
         
     | 
| 
       615 
642 
     | 
    
         
             
                  activesupport (>= 6.1.5)
         
     | 
| 
       616 
643 
     | 
    
         
             
                  i18n
         
     | 
| 
       617 
644 
     | 
    
         
             
                rb-fsevent (0.11.2)
         
     | 
| 
       618 
     | 
    
         
            -
                rb-inotify (0. 
     | 
| 
      
 645 
     | 
    
         
            +
                rb-inotify (0.11.1)
         
     | 
| 
       619 
646 
     | 
    
         
             
                  ffi (~> 1.0)
         
     | 
| 
       620 
647 
     | 
    
         
             
                redcarpet (3.6.0)
         
     | 
| 
       621 
648 
     | 
    
         
             
                redis (4.8.1)
         
     | 
| 
       622 
     | 
    
         
            -
                regexp_parser (2. 
     | 
| 
       623 
     | 
    
         
            -
                 
     | 
| 
      
 649 
     | 
    
         
            +
                regexp_parser (2.10.0)
         
     | 
| 
      
 650 
     | 
    
         
            +
                reline (0.6.0)
         
     | 
| 
      
 651 
     | 
    
         
            +
                  io-console (~> 0.5)
         
     | 
| 
      
 652 
     | 
    
         
            +
                request_store (1.7.0)
         
     | 
| 
       624 
653 
     | 
    
         
             
                  rack (>= 1.4)
         
     | 
| 
       625 
654 
     | 
    
         
             
                responders (3.1.1)
         
     | 
| 
       626 
655 
     | 
    
         
             
                  actionpack (>= 5.2)
         
     | 
| 
       627 
656 
     | 
    
         
             
                  railties (>= 5.2)
         
     | 
| 
       628 
     | 
    
         
            -
                rexml (3. 
     | 
| 
       629 
     | 
    
         
            -
                  strscan (>= 3.0.9)
         
     | 
| 
      
 657 
     | 
    
         
            +
                rexml (3.4.0)
         
     | 
| 
       630 
658 
     | 
    
         
             
                rspec (3.13.0)
         
     | 
| 
       631 
659 
     | 
    
         
             
                  rspec-core (~> 3.13.0)
         
     | 
| 
       632 
660 
     | 
    
         
             
                  rspec-expectations (~> 3.13.0)
         
     | 
| 
       633 
661 
     | 
    
         
             
                  rspec-mocks (~> 3.13.0)
         
     | 
| 
       634 
     | 
    
         
            -
                rspec-cells (0.3. 
     | 
| 
      
 662 
     | 
    
         
            +
                rspec-cells (0.3.10)
         
     | 
| 
       635 
663 
     | 
    
         
             
                  cells (>= 4.0.0, < 6.0.0)
         
     | 
| 
       636 
     | 
    
         
            -
                  rspec-rails (>= 3.0.0 
     | 
| 
       637 
     | 
    
         
            -
                rspec-core (3.13. 
     | 
| 
      
 664 
     | 
    
         
            +
                  rspec-rails (>= 3.0.0)
         
     | 
| 
      
 665 
     | 
    
         
            +
                rspec-core (3.13.2)
         
     | 
| 
       638 
666 
     | 
    
         
             
                  rspec-support (~> 3.13.0)
         
     | 
| 
       639 
     | 
    
         
            -
                rspec-expectations (3.13. 
     | 
| 
      
 667 
     | 
    
         
            +
                rspec-expectations (3.13.3)
         
     | 
| 
       640 
668 
     | 
    
         
             
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
       641 
669 
     | 
    
         
             
                  rspec-support (~> 3.13.0)
         
     | 
| 
       642 
670 
     | 
    
         
             
                rspec-html-matchers (0.10.0)
         
     | 
| 
       643 
671 
     | 
    
         
             
                  nokogiri (~> 1)
         
     | 
| 
       644 
672 
     | 
    
         
             
                  rspec (>= 3.0.0.a)
         
     | 
| 
       645 
     | 
    
         
            -
                rspec-mocks (3.13. 
     | 
| 
      
 673 
     | 
    
         
            +
                rspec-mocks (3.13.2)
         
     | 
| 
       646 
674 
     | 
    
         
             
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
       647 
675 
     | 
    
         
             
                  rspec-support (~> 3.13.0)
         
     | 
| 
       648 
     | 
    
         
            -
                rspec-rails (6.1. 
     | 
| 
      
 676 
     | 
    
         
            +
                rspec-rails (6.1.5)
         
     | 
| 
       649 
677 
     | 
    
         
             
                  actionpack (>= 6.1)
         
     | 
| 
       650 
678 
     | 
    
         
             
                  activesupport (>= 6.1)
         
     | 
| 
       651 
679 
     | 
    
         
             
                  railties (>= 6.1)
         
     | 
| 
       652 
     | 
    
         
            -
                  rspec-core (~> 3. 
     | 
| 
       653 
     | 
    
         
            -
                  rspec-expectations (~> 3. 
     | 
| 
       654 
     | 
    
         
            -
                  rspec-mocks (~> 3. 
     | 
| 
       655 
     | 
    
         
            -
                  rspec-support (~> 3. 
     | 
| 
      
 680 
     | 
    
         
            +
                  rspec-core (~> 3.13)
         
     | 
| 
      
 681 
     | 
    
         
            +
                  rspec-expectations (~> 3.13)
         
     | 
| 
      
 682 
     | 
    
         
            +
                  rspec-mocks (~> 3.13)
         
     | 
| 
      
 683 
     | 
    
         
            +
                  rspec-support (~> 3.13)
         
     | 
| 
       656 
684 
     | 
    
         
             
                rspec-retry (0.6.2)
         
     | 
| 
       657 
685 
     | 
    
         
             
                  rspec-core (> 3.3)
         
     | 
| 
       658 
     | 
    
         
            -
                rspec-support (3.13. 
     | 
| 
      
 686 
     | 
    
         
            +
                rspec-support (3.13.2)
         
     | 
| 
       659 
687 
     | 
    
         
             
                rspec_junit_formatter (0.6.0)
         
     | 
| 
       660 
688 
     | 
    
         
             
                  rspec-core (>= 2, < 4, != 2.12.0)
         
     | 
| 
       661 
     | 
    
         
            -
                rubocop (1. 
     | 
| 
      
 689 
     | 
    
         
            +
                rubocop (1.69.2)
         
     | 
| 
       662 
690 
     | 
    
         
             
                  json (~> 2.3)
         
     | 
| 
       663 
691 
     | 
    
         
             
                  language_server-protocol (>= 3.17.0)
         
     | 
| 
       664 
692 
     | 
    
         
             
                  parallel (~> 1.10)
         
     | 
| 
       665 
693 
     | 
    
         
             
                  parser (>= 3.3.0.2)
         
     | 
| 
       666 
694 
     | 
    
         
             
                  rainbow (>= 2.2.2, < 4.0)
         
     | 
| 
       667 
     | 
    
         
            -
                  regexp_parser (>= 2. 
     | 
| 
       668 
     | 
    
         
            -
                   
     | 
| 
       669 
     | 
    
         
            -
                  rubocop-ast (>= 1.31.1, < 2.0)
         
     | 
| 
      
 695 
     | 
    
         
            +
                  regexp_parser (>= 2.9.3, < 3.0)
         
     | 
| 
      
 696 
     | 
    
         
            +
                  rubocop-ast (>= 1.36.2, < 2.0)
         
     | 
| 
       670 
697 
     | 
    
         
             
                  ruby-progressbar (~> 1.7)
         
     | 
| 
       671 
     | 
    
         
            -
                  unicode-display_width (>= 2.4.0, <  
     | 
| 
       672 
     | 
    
         
            -
                rubocop-ast (1. 
     | 
| 
       673 
     | 
    
         
            -
                  parser (>= 3.3.0 
     | 
| 
      
 698 
     | 
    
         
            +
                  unicode-display_width (>= 2.4.0, < 4.0)
         
     | 
| 
      
 699 
     | 
    
         
            +
                rubocop-ast (1.37.0)
         
     | 
| 
      
 700 
     | 
    
         
            +
                  parser (>= 3.3.1.0)
         
     | 
| 
       674 
701 
     | 
    
         
             
                rubocop-capybara (2.21.0)
         
     | 
| 
       675 
702 
     | 
    
         
             
                  rubocop (~> 1.41)
         
     | 
| 
       676 
703 
     | 
    
         
             
                rubocop-factory_bot (2.26.1)
         
     | 
| 
       677 
704 
     | 
    
         
             
                  rubocop (~> 1.61)
         
     | 
| 
       678 
     | 
    
         
            -
                rubocop-faker (1. 
     | 
| 
      
 705 
     | 
    
         
            +
                rubocop-faker (1.2.0)
         
     | 
| 
       679 
706 
     | 
    
         
             
                  faker (>= 2.12.0)
         
     | 
| 
       680 
     | 
    
         
            -
                  rubocop (>=  
     | 
| 
       681 
     | 
    
         
            -
                rubocop- 
     | 
| 
      
 707 
     | 
    
         
            +
                  rubocop (>= 1.13.0)
         
     | 
| 
      
 708 
     | 
    
         
            +
                rubocop-graphql (1.5.4)
         
     | 
| 
      
 709 
     | 
    
         
            +
                  rubocop (>= 1.50, < 2)
         
     | 
| 
      
 710 
     | 
    
         
            +
                rubocop-performance (1.23.1)
         
     | 
| 
       682 
711 
     | 
    
         
             
                  rubocop (>= 1.48.1, < 2.0)
         
     | 
| 
       683 
712 
     | 
    
         
             
                  rubocop-ast (>= 1.31.1, < 2.0)
         
     | 
| 
       684 
     | 
    
         
            -
                rubocop-rails (2. 
     | 
| 
      
 713 
     | 
    
         
            +
                rubocop-rails (2.28.0)
         
     | 
| 
       685 
714 
     | 
    
         
             
                  activesupport (>= 4.2.0)
         
     | 
| 
       686 
715 
     | 
    
         
             
                  rack (>= 1.1)
         
     | 
| 
       687 
     | 
    
         
            -
                  rubocop (>= 1. 
     | 
| 
      
 716 
     | 
    
         
            +
                  rubocop (>= 1.52.0, < 2.0)
         
     | 
| 
       688 
717 
     | 
    
         
             
                  rubocop-ast (>= 1.31.1, < 2.0)
         
     | 
| 
       689 
     | 
    
         
            -
                rubocop-rspec (3.0 
     | 
| 
      
 718 
     | 
    
         
            +
                rubocop-rspec (3.3.0)
         
     | 
| 
       690 
719 
     | 
    
         
             
                  rubocop (~> 1.61)
         
     | 
| 
       691 
720 
     | 
    
         
             
                rubocop-rspec_rails (2.30.0)
         
     | 
| 
       692 
721 
     | 
    
         
             
                  rubocop (~> 1.61)
         
     | 
| 
         @@ -694,18 +723,22 @@ GEM 
     | 
|
| 
       694 
723 
     | 
    
         
             
                rubocop-rubycw (0.1.6)
         
     | 
| 
       695 
724 
     | 
    
         
             
                  rubocop (~> 1.0)
         
     | 
| 
       696 
725 
     | 
    
         
             
                ruby-progressbar (1.13.0)
         
     | 
| 
       697 
     | 
    
         
            -
                ruby-vips (2.2. 
     | 
| 
      
 726 
     | 
    
         
            +
                ruby-vips (2.2.2)
         
     | 
| 
       698 
727 
     | 
    
         
             
                  ffi (~> 1.12)
         
     | 
| 
       699 
     | 
    
         
            -
             
     | 
| 
      
 728 
     | 
    
         
            +
                  logger
         
     | 
| 
      
 729 
     | 
    
         
            +
                rubyXL (3.4.33)
         
     | 
| 
       700 
730 
     | 
    
         
             
                  nokogiri (>= 1.10.8)
         
     | 
| 
       701 
731 
     | 
    
         
             
                  rubyzip (>= 1.3.0)
         
     | 
| 
       702 
732 
     | 
    
         
             
                rubyzip (2.3.2)
         
     | 
| 
       703 
     | 
    
         
            -
                 
     | 
| 
      
 733 
     | 
    
         
            +
                sass-embedded (1.83.4-x86_64-linux-gnu)
         
     | 
| 
      
 734 
     | 
    
         
            +
                  google-protobuf (~> 4.29)
         
     | 
| 
      
 735 
     | 
    
         
            +
                selenium-webdriver (4.27.0)
         
     | 
| 
       704 
736 
     | 
    
         
             
                  base64 (~> 0.2)
         
     | 
| 
      
 737 
     | 
    
         
            +
                  logger (~> 1.4)
         
     | 
| 
       705 
738 
     | 
    
         
             
                  rexml (~> 3.2, >= 3.2.5)
         
     | 
| 
       706 
739 
     | 
    
         
             
                  rubyzip (>= 1.2.2, < 3.0)
         
     | 
| 
       707 
740 
     | 
    
         
             
                  websocket (~> 1.0)
         
     | 
| 
       708 
     | 
    
         
            -
                semantic_range (3. 
     | 
| 
      
 741 
     | 
    
         
            +
                semantic_range (3.1.0)
         
     | 
| 
       709 
742 
     | 
    
         
             
                shakapacker (7.1.0)
         
     | 
| 
       710 
743 
     | 
    
         
             
                  activesupport (>= 5.2)
         
     | 
| 
       711 
744 
     | 
    
         
             
                  rack-proxy (>= 0.6.1)
         
     | 
| 
         @@ -718,34 +751,35 @@ GEM 
     | 
|
| 
       718 
751 
     | 
    
         
             
                simplecov-cobertura (2.1.0)
         
     | 
| 
       719 
752 
     | 
    
         
             
                  rexml
         
     | 
| 
       720 
753 
     | 
    
         
             
                  simplecov (~> 0.19)
         
     | 
| 
       721 
     | 
    
         
            -
                simplecov-html (0. 
     | 
| 
      
 754 
     | 
    
         
            +
                simplecov-html (0.13.1)
         
     | 
| 
       722 
755 
     | 
    
         
             
                simplecov_json_formatter (0.1.4)
         
     | 
| 
       723 
756 
     | 
    
         
             
                smart_properties (1.17.0)
         
     | 
| 
       724 
757 
     | 
    
         
             
                snaky_hash (2.0.1)
         
     | 
| 
       725 
758 
     | 
    
         
             
                  hashie
         
     | 
| 
       726 
759 
     | 
    
         
             
                  version_gem (~> 1.1, >= 1.1.1)
         
     | 
| 
       727 
     | 
    
         
            -
                spring (4.1 
     | 
| 
      
 760 
     | 
    
         
            +
                spring (4.2.1)
         
     | 
| 
       728 
761 
     | 
    
         
             
                spring-watcher-listen (2.1.0)
         
     | 
| 
       729 
762 
     | 
    
         
             
                  listen (>= 2.7, < 4.0)
         
     | 
| 
       730 
763 
     | 
    
         
             
                  spring (>= 4)
         
     | 
| 
       731 
     | 
    
         
            -
                 
     | 
| 
       732 
     | 
    
         
            -
                strscan (3.1.0)
         
     | 
| 
      
 764 
     | 
    
         
            +
                strscan (3.1.2)
         
     | 
| 
       733 
765 
     | 
    
         
             
                temple (0.10.3)
         
     | 
| 
       734 
     | 
    
         
            -
                terminal-table ( 
     | 
| 
       735 
     | 
    
         
            -
             
     | 
| 
       736 
     | 
    
         
            -
                 
     | 
| 
       737 
     | 
    
         
            -
                 
     | 
| 
       738 
     | 
    
         
            -
                 
     | 
| 
      
 766 
     | 
    
         
            +
                terminal-table (1.6.0)
         
     | 
| 
      
 767 
     | 
    
         
            +
                thor (1.3.2)
         
     | 
| 
      
 768 
     | 
    
         
            +
                tilt (2.5.0)
         
     | 
| 
      
 769 
     | 
    
         
            +
                timeout (0.4.3)
         
     | 
| 
      
 770 
     | 
    
         
            +
                trailblazer-option (0.1.2)
         
     | 
| 
       739 
771 
     | 
    
         
             
                tzinfo (2.0.6)
         
     | 
| 
       740 
772 
     | 
    
         
             
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       741 
773 
     | 
    
         
             
                uber (0.1.0)
         
     | 
| 
       742 
     | 
    
         
            -
                unicode-display_width ( 
     | 
| 
      
 774 
     | 
    
         
            +
                unicode-display_width (3.1.4)
         
     | 
| 
      
 775 
     | 
    
         
            +
                  unicode-emoji (~> 4.0, >= 4.0.4)
         
     | 
| 
      
 776 
     | 
    
         
            +
                unicode-emoji (4.0.4)
         
     | 
| 
       743 
777 
     | 
    
         
             
                uniform_notifier (1.16.0)
         
     | 
| 
       744 
     | 
    
         
            -
                uri (0. 
     | 
| 
       745 
     | 
    
         
            -
                valid_email2 ( 
     | 
| 
       746 
     | 
    
         
            -
                  activemodel (>=  
     | 
| 
      
 778 
     | 
    
         
            +
                uri (1.0.2)
         
     | 
| 
      
 779 
     | 
    
         
            +
                valid_email2 (7.0.0)
         
     | 
| 
      
 780 
     | 
    
         
            +
                  activemodel (>= 6.0)
         
     | 
| 
       747 
781 
     | 
    
         
             
                  mail (~> 2.5)
         
     | 
| 
       748 
     | 
    
         
            -
                version_gem (1.1. 
     | 
| 
      
 782 
     | 
    
         
            +
                version_gem (1.1.4)
         
     | 
| 
       749 
783 
     | 
    
         
             
                w3c_rspec_validators (0.3.0)
         
     | 
| 
       750 
784 
     | 
    
         
             
                  rails
         
     | 
| 
       751 
785 
     | 
    
         
             
                  rspec
         
     | 
| 
         @@ -756,7 +790,7 @@ GEM 
     | 
|
| 
       756 
790 
     | 
    
         
             
                  rexml (~> 3.2)
         
     | 
| 
       757 
791 
     | 
    
         
             
                warden (1.2.9)
         
     | 
| 
       758 
792 
     | 
    
         
             
                  rack (>= 2.0.9)
         
     | 
| 
       759 
     | 
    
         
            -
                web-console (4.2. 
     | 
| 
      
 793 
     | 
    
         
            +
                web-console (4.2.1)
         
     | 
| 
       760 
794 
     | 
    
         
             
                  actionview (>= 6.0.0)
         
     | 
| 
       761 
795 
     | 
    
         
             
                  activemodel (>= 6.0.0)
         
     | 
| 
       762 
796 
     | 
    
         
             
                  bindex (>= 0.4.0)
         
     | 
| 
         @@ -764,31 +798,30 @@ GEM 
     | 
|
| 
       764 
798 
     | 
    
         
             
                web-push (3.0.1)
         
     | 
| 
       765 
799 
     | 
    
         
             
                  jwt (~> 2.0)
         
     | 
| 
       766 
800 
     | 
    
         
             
                  openssl (~> 3.0)
         
     | 
| 
       767 
     | 
    
         
            -
                webmock (3. 
     | 
| 
      
 801 
     | 
    
         
            +
                webmock (3.24.0)
         
     | 
| 
       768 
802 
     | 
    
         
             
                  addressable (>= 2.8.0)
         
     | 
| 
       769 
803 
     | 
    
         
             
                  crack (>= 0.3.2)
         
     | 
| 
       770 
804 
     | 
    
         
             
                  hashdiff (>= 0.4.0, < 2.0.0)
         
     | 
| 
       771 
     | 
    
         
            -
                websocket (1.2. 
     | 
| 
       772 
     | 
    
         
            -
                websocket-driver (0.7. 
     | 
| 
      
 805 
     | 
    
         
            +
                websocket (1.2.11)
         
     | 
| 
      
 806 
     | 
    
         
            +
                websocket-driver (0.7.7)
         
     | 
| 
      
 807 
     | 
    
         
            +
                  base64
         
     | 
| 
       773 
808 
     | 
    
         
             
                  websocket-extensions (>= 0.1.0)
         
     | 
| 
       774 
809 
     | 
    
         
             
                websocket-extensions (0.1.5)
         
     | 
| 
       775 
     | 
    
         
            -
                 
     | 
| 
       776 
     | 
    
         
            -
                  activesupport
         
     | 
| 
       777 
     | 
    
         
            -
                wisper (2.0.1)
         
     | 
| 
      
 810 
     | 
    
         
            +
                wisper (3.0.0)
         
     | 
| 
       778 
811 
     | 
    
         
             
                wisper-rspec (1.1.0)
         
     | 
| 
       779 
     | 
    
         
            -
                wkhtmltopdf-binary (0.12.6.6)
         
     | 
| 
       780 
812 
     | 
    
         
             
                xpath (3.2.0)
         
     | 
| 
       781 
813 
     | 
    
         
             
                  nokogiri (~> 1.8)
         
     | 
| 
       782 
     | 
    
         
            -
                zeitwerk (2. 
     | 
| 
      
 814 
     | 
    
         
            +
                zeitwerk (2.7.1)
         
     | 
| 
       783 
815 
     | 
    
         | 
| 
       784 
816 
     | 
    
         
             
            PLATFORMS
         
     | 
| 
       785 
     | 
    
         
            -
               
     | 
| 
      
 817 
     | 
    
         
            +
              x86_64-linux
         
     | 
| 
       786 
818 
     | 
    
         | 
| 
       787 
819 
     | 
    
         
             
            DEPENDENCIES
         
     | 
| 
       788 
820 
     | 
    
         
             
              bootsnap (~> 1.3)
         
     | 
| 
       789 
     | 
    
         
            -
              brakeman (~>  
     | 
| 
      
 821 
     | 
    
         
            +
              brakeman (~> 7.0)
         
     | 
| 
       790 
822 
     | 
    
         
             
              byebug (~> 11.0)
         
     | 
| 
       791 
823 
     | 
    
         
             
              decidim!
         
     | 
| 
      
 824 
     | 
    
         
            +
              decidim-ai!
         
     | 
| 
       792 
825 
     | 
    
         
             
              decidim-conferences!
         
     | 
| 
       793 
826 
     | 
    
         
             
              decidim-design!
         
     | 
| 
       794 
827 
     | 
    
         
             
              decidim-dev!
         
     | 
| 
         @@ -796,15 +829,13 @@ DEPENDENCIES 
     | 
|
| 
       796 
829 
     | 
    
         
             
              decidim-templates!
         
     | 
| 
       797 
830 
     | 
    
         
             
              letter_opener_web (~> 2.0)
         
     | 
| 
       798 
831 
     | 
    
         
             
              listen (~> 3.1)
         
     | 
| 
       799 
     | 
    
         
            -
              net-imap (~> 0. 
     | 
| 
      
 832 
     | 
    
         
            +
              net-imap (~> 0.5.0)
         
     | 
| 
       800 
833 
     | 
    
         
             
              net-pop (~> 0.1.1)
         
     | 
| 
       801 
     | 
    
         
            -
              net-smtp (~> 0.3.1)
         
     | 
| 
       802 
834 
     | 
    
         
             
              puma (>= 6.3.1)
         
     | 
| 
       803 
835 
     | 
    
         
             
              web-console (~> 4.2)
         
     | 
| 
       804 
     | 
    
         
            -
              wicked_pdf (~> 2.1)
         
     | 
| 
       805 
836 
     | 
    
         | 
| 
       806 
837 
     | 
    
         
             
            RUBY VERSION
         
     | 
| 
       807 
     | 
    
         
            -
               ruby 3. 
     | 
| 
      
 838 
     | 
    
         
            +
               ruby 3.3.4p94
         
     | 
| 
       808 
839 
     | 
    
         | 
| 
       809 
840 
     | 
    
         
             
            BUNDLED WITH
         
     | 
| 
       810 
     | 
    
         
            -
               2.4. 
     | 
| 
      
 841 
     | 
    
         
            +
               2.4.20
         
     |