simple_calendar 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +78 -75
- data/gemfiles/rails_6_1.gemfile.lock +80 -77
- data/gemfiles/rails_7_0.gemfile.lock +79 -76
- data/gemfiles/rails_main.gemfile.lock +39 -29
- data/lib/simple_calendar/calendar.rb +2 -2
- data/lib/simple_calendar/version.rb +1 -1
- data/test/calendars/calendar_test.rb +7 -0
- data/test/dummy/db/schema.rb +1 -1
- metadata +3 -3
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: f4263f199e295c6a5e2912c70aa07cc9dc4c4ef1ba1e9075bf952a994c788789
         | 
| 4 | 
            +
              data.tar.gz: f13526f95a5ed4bcb18673b2c2e59ae460576359935c414dc507f9bbb5a09331
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 0ae5839ae76ba542cf86105ab9b57179d928b6adb7ef296e531bb71d18c0ef26cda03aad0a44d3fc94793ae0ede9d98cf8b1db8399192d2c0d365510d4998ae3
         | 
| 7 | 
            +
              data.tar.gz: fa923a3da7a11a59668a9636fc904720967848912e2d50567084ae65c3bea79db482e38d0b89a5a51bb7d9b69ee2a40791e37da41a1f2b610c126ec5a99051d2
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/Gemfile.lock
    CHANGED
    
    | @@ -1,8 +1,8 @@ | |
| 1 1 | 
             
            GIT
         | 
| 2 2 | 
             
              remote: https://github.com/thoughtbot/appraisal.git
         | 
| 3 | 
            -
              revision:  | 
| 3 | 
            +
              revision: feb78bcc6177038399bff098cb6c2bd4bca4972a
         | 
| 4 4 | 
             
              specs:
         | 
| 5 | 
            -
                appraisal (2. | 
| 5 | 
            +
                appraisal (2.5.0)
         | 
| 6 6 | 
             
                  bundler
         | 
| 7 7 | 
             
                  rake
         | 
| 8 8 | 
             
                  thor (>= 0.14.0)
         | 
| @@ -10,78 +10,79 @@ GIT | |
| 10 10 | 
             
            PATH
         | 
| 11 11 | 
             
              remote: .
         | 
| 12 12 | 
             
              specs:
         | 
| 13 | 
            -
                simple_calendar (3.0. | 
| 13 | 
            +
                simple_calendar (3.0.2)
         | 
| 14 14 | 
             
                  rails (>= 6.1)
         | 
| 15 15 |  | 
| 16 16 | 
             
            GEM
         | 
| 17 17 | 
             
              remote: http://rubygems.org/
         | 
| 18 18 | 
             
              specs:
         | 
| 19 | 
            -
                actioncable (7.0. | 
| 20 | 
            -
                  actionpack (= 7.0. | 
| 21 | 
            -
                  activesupport (= 7.0. | 
| 19 | 
            +
                actioncable (7.0.7.2)
         | 
| 20 | 
            +
                  actionpack (= 7.0.7.2)
         | 
| 21 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 22 22 | 
             
                  nio4r (~> 2.0)
         | 
| 23 23 | 
             
                  websocket-driver (>= 0.6.1)
         | 
| 24 | 
            -
                actionmailbox (7.0. | 
| 25 | 
            -
                  actionpack (= 7.0. | 
| 26 | 
            -
                  activejob (= 7.0. | 
| 27 | 
            -
                  activerecord (= 7.0. | 
| 28 | 
            -
                  activestorage (= 7.0. | 
| 29 | 
            -
                  activesupport (= 7.0. | 
| 24 | 
            +
                actionmailbox (7.0.7.2)
         | 
| 25 | 
            +
                  actionpack (= 7.0.7.2)
         | 
| 26 | 
            +
                  activejob (= 7.0.7.2)
         | 
| 27 | 
            +
                  activerecord (= 7.0.7.2)
         | 
| 28 | 
            +
                  activestorage (= 7.0.7.2)
         | 
| 29 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 30 30 | 
             
                  mail (>= 2.7.1)
         | 
| 31 31 | 
             
                  net-imap
         | 
| 32 32 | 
             
                  net-pop
         | 
| 33 33 | 
             
                  net-smtp
         | 
| 34 | 
            -
                actionmailer (7.0. | 
| 35 | 
            -
                  actionpack (= 7.0. | 
| 36 | 
            -
                  actionview (= 7.0. | 
| 37 | 
            -
                  activejob (= 7.0. | 
| 38 | 
            -
                  activesupport (= 7.0. | 
| 34 | 
            +
                actionmailer (7.0.7.2)
         | 
| 35 | 
            +
                  actionpack (= 7.0.7.2)
         | 
| 36 | 
            +
                  actionview (= 7.0.7.2)
         | 
| 37 | 
            +
                  activejob (= 7.0.7.2)
         | 
| 38 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 39 39 | 
             
                  mail (~> 2.5, >= 2.5.4)
         | 
| 40 40 | 
             
                  net-imap
         | 
| 41 41 | 
             
                  net-pop
         | 
| 42 42 | 
             
                  net-smtp
         | 
| 43 43 | 
             
                  rails-dom-testing (~> 2.0)
         | 
| 44 | 
            -
                actionpack (7.0. | 
| 45 | 
            -
                  actionview (= 7.0. | 
| 46 | 
            -
                  activesupport (= 7.0. | 
| 44 | 
            +
                actionpack (7.0.7.2)
         | 
| 45 | 
            +
                  actionview (= 7.0.7.2)
         | 
| 46 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 47 47 | 
             
                  rack (~> 2.0, >= 2.2.4)
         | 
| 48 48 | 
             
                  rack-test (>= 0.6.3)
         | 
| 49 49 | 
             
                  rails-dom-testing (~> 2.0)
         | 
| 50 50 | 
             
                  rails-html-sanitizer (~> 1.0, >= 1.2.0)
         | 
| 51 | 
            -
                actiontext (7.0. | 
| 52 | 
            -
                  actionpack (= 7.0. | 
| 53 | 
            -
                  activerecord (= 7.0. | 
| 54 | 
            -
                  activestorage (= 7.0. | 
| 55 | 
            -
                  activesupport (= 7.0. | 
| 51 | 
            +
                actiontext (7.0.7.2)
         | 
| 52 | 
            +
                  actionpack (= 7.0.7.2)
         | 
| 53 | 
            +
                  activerecord (= 7.0.7.2)
         | 
| 54 | 
            +
                  activestorage (= 7.0.7.2)
         | 
| 55 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 56 56 | 
             
                  globalid (>= 0.6.0)
         | 
| 57 57 | 
             
                  nokogiri (>= 1.8.5)
         | 
| 58 | 
            -
                actionview (7.0. | 
| 59 | 
            -
                  activesupport (= 7.0. | 
| 58 | 
            +
                actionview (7.0.7.2)
         | 
| 59 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 60 60 | 
             
                  builder (~> 3.1)
         | 
| 61 61 | 
             
                  erubi (~> 1.4)
         | 
| 62 62 | 
             
                  rails-dom-testing (~> 2.0)
         | 
| 63 63 | 
             
                  rails-html-sanitizer (~> 1.1, >= 1.2.0)
         | 
| 64 | 
            -
                activejob (7.0. | 
| 65 | 
            -
                  activesupport (= 7.0. | 
| 64 | 
            +
                activejob (7.0.7.2)
         | 
| 65 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 66 66 | 
             
                  globalid (>= 0.3.6)
         | 
| 67 | 
            -
                activemodel (7.0. | 
| 68 | 
            -
                  activesupport (= 7.0. | 
| 69 | 
            -
                activerecord (7.0. | 
| 70 | 
            -
                  activemodel (= 7.0. | 
| 71 | 
            -
                  activesupport (= 7.0. | 
| 72 | 
            -
                activestorage (7.0. | 
| 73 | 
            -
                  actionpack (= 7.0. | 
| 74 | 
            -
                  activejob (= 7.0. | 
| 75 | 
            -
                  activerecord (= 7.0. | 
| 76 | 
            -
                  activesupport (= 7.0. | 
| 67 | 
            +
                activemodel (7.0.7.2)
         | 
| 68 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 69 | 
            +
                activerecord (7.0.7.2)
         | 
| 70 | 
            +
                  activemodel (= 7.0.7.2)
         | 
| 71 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 72 | 
            +
                activestorage (7.0.7.2)
         | 
| 73 | 
            +
                  actionpack (= 7.0.7.2)
         | 
| 74 | 
            +
                  activejob (= 7.0.7.2)
         | 
| 75 | 
            +
                  activerecord (= 7.0.7.2)
         | 
| 76 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 77 77 | 
             
                  marcel (~> 1.0)
         | 
| 78 78 | 
             
                  mini_mime (>= 1.1.0)
         | 
| 79 | 
            -
                activesupport (7.0. | 
| 79 | 
            +
                activesupport (7.0.7.2)
         | 
| 80 80 | 
             
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         | 
| 81 81 | 
             
                  i18n (>= 1.6, < 2)
         | 
| 82 82 | 
             
                  minitest (>= 5.1)
         | 
| 83 83 | 
             
                  tzinfo (~> 2.0)
         | 
| 84 84 | 
             
                ast (2.4.2)
         | 
| 85 | 
            +
                base64 (0.1.1)
         | 
| 85 86 | 
             
                bindex (0.8.1)
         | 
| 86 87 | 
             
                builder (3.2.4)
         | 
| 87 88 | 
             
                concurrent-ruby (1.2.2)
         | 
| @@ -105,9 +106,9 @@ GEM | |
| 105 106 | 
             
                  net-smtp
         | 
| 106 107 | 
             
                marcel (1.0.2)
         | 
| 107 108 | 
             
                method_source (1.0.0)
         | 
| 108 | 
            -
                mini_mime (1.1. | 
| 109 | 
            -
                minitest (5. | 
| 110 | 
            -
                net-imap (0.3. | 
| 109 | 
            +
                mini_mime (1.1.5)
         | 
| 110 | 
            +
                minitest (5.19.0)
         | 
| 111 | 
            +
                net-imap (0.3.7)
         | 
| 111 112 | 
             
                  date
         | 
| 112 113 | 
             
                  net-protocol
         | 
| 113 114 | 
             
                net-pop (0.1.2)
         | 
| @@ -117,44 +118,44 @@ GEM | |
| 117 118 | 
             
                net-smtp (0.3.3)
         | 
| 118 119 | 
             
                  net-protocol
         | 
| 119 120 | 
             
                nio4r (2.5.9)
         | 
| 120 | 
            -
                nokogiri (1.15. | 
| 121 | 
            +
                nokogiri (1.15.4-x86_64-darwin)
         | 
| 121 122 | 
             
                  racc (~> 1.4)
         | 
| 122 | 
            -
                nokogiri (1.15. | 
| 123 | 
            +
                nokogiri (1.15.4-x86_64-linux)
         | 
| 123 124 | 
             
                  racc (~> 1.4)
         | 
| 124 125 | 
             
                parallel (1.23.0)
         | 
| 125 126 | 
             
                parser (3.2.2.3)
         | 
| 126 127 | 
             
                  ast (~> 2.4.1)
         | 
| 127 128 | 
             
                  racc
         | 
| 128 | 
            -
                puma (6.3. | 
| 129 | 
            +
                puma (6.3.1)
         | 
| 129 130 | 
             
                  nio4r (~> 2.0)
         | 
| 130 131 | 
             
                racc (1.7.1)
         | 
| 131 | 
            -
                rack (2.2. | 
| 132 | 
            +
                rack (2.2.8)
         | 
| 132 133 | 
             
                rack-test (2.1.0)
         | 
| 133 134 | 
             
                  rack (>= 1.3)
         | 
| 134 | 
            -
                rails (7.0. | 
| 135 | 
            -
                  actioncable (= 7.0. | 
| 136 | 
            -
                  actionmailbox (= 7.0. | 
| 137 | 
            -
                  actionmailer (= 7.0. | 
| 138 | 
            -
                  actionpack (= 7.0. | 
| 139 | 
            -
                  actiontext (= 7.0. | 
| 140 | 
            -
                  actionview (= 7.0. | 
| 141 | 
            -
                  activejob (= 7.0. | 
| 142 | 
            -
                  activemodel (= 7.0. | 
| 143 | 
            -
                  activerecord (= 7.0. | 
| 144 | 
            -
                  activestorage (= 7.0. | 
| 145 | 
            -
                  activesupport (= 7.0. | 
| 135 | 
            +
                rails (7.0.7.2)
         | 
| 136 | 
            +
                  actioncable (= 7.0.7.2)
         | 
| 137 | 
            +
                  actionmailbox (= 7.0.7.2)
         | 
| 138 | 
            +
                  actionmailer (= 7.0.7.2)
         | 
| 139 | 
            +
                  actionpack (= 7.0.7.2)
         | 
| 140 | 
            +
                  actiontext (= 7.0.7.2)
         | 
| 141 | 
            +
                  actionview (= 7.0.7.2)
         | 
| 142 | 
            +
                  activejob (= 7.0.7.2)
         | 
| 143 | 
            +
                  activemodel (= 7.0.7.2)
         | 
| 144 | 
            +
                  activerecord (= 7.0.7.2)
         | 
| 145 | 
            +
                  activestorage (= 7.0.7.2)
         | 
| 146 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 146 147 | 
             
                  bundler (>= 1.15.0)
         | 
| 147 | 
            -
                  railties (= 7.0. | 
| 148 | 
            -
                rails-dom-testing (2. | 
| 148 | 
            +
                  railties (= 7.0.7.2)
         | 
| 149 | 
            +
                rails-dom-testing (2.2.0)
         | 
| 149 150 | 
             
                  activesupport (>= 5.0.0)
         | 
| 150 151 | 
             
                  minitest
         | 
| 151 152 | 
             
                  nokogiri (>= 1.6)
         | 
| 152 153 | 
             
                rails-html-sanitizer (1.6.0)
         | 
| 153 154 | 
             
                  loofah (~> 2.21)
         | 
| 154 155 | 
             
                  nokogiri (~> 1.14)
         | 
| 155 | 
            -
                railties (7.0. | 
| 156 | 
            -
                  actionpack (= 7.0. | 
| 157 | 
            -
                  activesupport (= 7.0. | 
| 156 | 
            +
                railties (7.0.7.2)
         | 
| 157 | 
            +
                  actionpack (= 7.0.7.2)
         | 
| 158 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 158 159 | 
             
                  method_source
         | 
| 159 160 | 
             
                  rake (>= 12.2)
         | 
| 160 161 | 
             
                  thor (~> 1.0)
         | 
| @@ -162,37 +163,39 @@ GEM | |
| 162 163 | 
             
                rainbow (3.1.1)
         | 
| 163 164 | 
             
                rake (13.0.6)
         | 
| 164 165 | 
             
                regexp_parser (2.8.1)
         | 
| 165 | 
            -
                rexml (3.2. | 
| 166 | 
            -
                rubocop (1. | 
| 166 | 
            +
                rexml (3.2.6)
         | 
| 167 | 
            +
                rubocop (1.56.1)
         | 
| 168 | 
            +
                  base64 (~> 0.1.1)
         | 
| 167 169 | 
             
                  json (~> 2.3)
         | 
| 170 | 
            +
                  language_server-protocol (>= 3.17.0)
         | 
| 168 171 | 
             
                  parallel (~> 1.10)
         | 
| 169 172 | 
             
                  parser (>= 3.2.2.3)
         | 
| 170 173 | 
             
                  rainbow (>= 2.2.2, < 4.0)
         | 
| 171 174 | 
             
                  regexp_parser (>= 1.8, < 3.0)
         | 
| 172 175 | 
             
                  rexml (>= 3.2.5, < 4.0)
         | 
| 173 | 
            -
                  rubocop-ast (>= 1.28. | 
| 176 | 
            +
                  rubocop-ast (>= 1.28.1, < 2.0)
         | 
| 174 177 | 
             
                  ruby-progressbar (~> 1.7)
         | 
| 175 178 | 
             
                  unicode-display_width (>= 2.4.0, < 3.0)
         | 
| 176 179 | 
             
                rubocop-ast (1.29.0)
         | 
| 177 180 | 
             
                  parser (>= 3.2.1.0)
         | 
| 178 | 
            -
                rubocop-performance (1. | 
| 181 | 
            +
                rubocop-performance (1.19.0)
         | 
| 179 182 | 
             
                  rubocop (>= 1.7.0, < 2.0)
         | 
| 180 183 | 
             
                  rubocop-ast (>= 0.4.0)
         | 
| 181 184 | 
             
                ruby-progressbar (1.13.0)
         | 
| 182 185 | 
             
                sqlite3 (1.6.3-x86_64-darwin)
         | 
| 183 186 | 
             
                sqlite3 (1.6.3-x86_64-linux)
         | 
| 184 | 
            -
                standard (1. | 
| 187 | 
            +
                standard (1.31.0)
         | 
| 185 188 | 
             
                  language_server-protocol (~> 3.17.0.2)
         | 
| 186 189 | 
             
                  lint_roller (~> 1.0)
         | 
| 187 | 
            -
                  rubocop (~> 1. | 
| 190 | 
            +
                  rubocop (~> 1.56.0)
         | 
| 188 191 | 
             
                  standard-custom (~> 1.0.0)
         | 
| 189 | 
            -
                  standard-performance (~> 1. | 
| 192 | 
            +
                  standard-performance (~> 1.2)
         | 
| 190 193 | 
             
                standard-custom (1.0.2)
         | 
| 191 194 | 
             
                  lint_roller (~> 1.0)
         | 
| 192 195 | 
             
                  rubocop (~> 1.50)
         | 
| 193 | 
            -
                standard-performance (1. | 
| 196 | 
            +
                standard-performance (1.2.0)
         | 
| 194 197 | 
             
                  lint_roller (~> 1.1)
         | 
| 195 | 
            -
                  rubocop-performance (~> 1. | 
| 198 | 
            +
                  rubocop-performance (~> 1.19.0)
         | 
| 196 199 | 
             
                thor (1.2.2)
         | 
| 197 200 | 
             
                timeout (0.4.0)
         | 
| 198 201 | 
             
                tzinfo (2.0.6)
         | 
| @@ -203,10 +206,10 @@ GEM | |
| 203 206 | 
             
                  activemodel (>= 6.0.0)
         | 
| 204 207 | 
             
                  bindex (>= 0.4.0)
         | 
| 205 208 | 
             
                  railties (>= 6.0.0)
         | 
| 206 | 
            -
                websocket-driver (0.7. | 
| 209 | 
            +
                websocket-driver (0.7.6)
         | 
| 207 210 | 
             
                  websocket-extensions (>= 0.1.0)
         | 
| 208 211 | 
             
                websocket-extensions (0.1.5)
         | 
| 209 | 
            -
                zeitwerk (2.6. | 
| 212 | 
            +
                zeitwerk (2.6.11)
         | 
| 210 213 |  | 
| 211 214 | 
             
            PLATFORMS
         | 
| 212 215 | 
             
              x86_64-darwin-20
         | 
| @@ -1,8 +1,8 @@ | |
| 1 1 | 
             
            GIT
         | 
| 2 2 | 
             
              remote: https://github.com/thoughtbot/appraisal.git
         | 
| 3 | 
            -
              revision:  | 
| 3 | 
            +
              revision: feb78bcc6177038399bff098cb6c2bd4bca4972a
         | 
| 4 4 | 
             
              specs:
         | 
| 5 | 
            -
                appraisal (2. | 
| 5 | 
            +
                appraisal (2.5.0)
         | 
| 6 6 | 
             
                  bundler
         | 
| 7 7 | 
             
                  rake
         | 
| 8 8 | 
             
                  thor (>= 0.14.0)
         | 
| @@ -10,72 +10,73 @@ GIT | |
| 10 10 | 
             
            PATH
         | 
| 11 11 | 
             
              remote: ..
         | 
| 12 12 | 
             
              specs:
         | 
| 13 | 
            -
                simple_calendar (3.0. | 
| 13 | 
            +
                simple_calendar (3.0.2)
         | 
| 14 14 | 
             
                  rails (>= 6.1)
         | 
| 15 15 |  | 
| 16 16 | 
             
            GEM
         | 
| 17 17 | 
             
              remote: http://rubygems.org/
         | 
| 18 18 | 
             
              specs:
         | 
| 19 | 
            -
                actioncable (6.1.7. | 
| 20 | 
            -
                  actionpack (= 6.1.7. | 
| 21 | 
            -
                  activesupport (= 6.1.7. | 
| 19 | 
            +
                actioncable (6.1.7.6)
         | 
| 20 | 
            +
                  actionpack (= 6.1.7.6)
         | 
| 21 | 
            +
                  activesupport (= 6.1.7.6)
         | 
| 22 22 | 
             
                  nio4r (~> 2.0)
         | 
| 23 23 | 
             
                  websocket-driver (>= 0.6.1)
         | 
| 24 | 
            -
                actionmailbox (6.1.7. | 
| 25 | 
            -
                  actionpack (= 6.1.7. | 
| 26 | 
            -
                  activejob (= 6.1.7. | 
| 27 | 
            -
                  activerecord (= 6.1.7. | 
| 28 | 
            -
                  activestorage (= 6.1.7. | 
| 29 | 
            -
                  activesupport (= 6.1.7. | 
| 24 | 
            +
                actionmailbox (6.1.7.6)
         | 
| 25 | 
            +
                  actionpack (= 6.1.7.6)
         | 
| 26 | 
            +
                  activejob (= 6.1.7.6)
         | 
| 27 | 
            +
                  activerecord (= 6.1.7.6)
         | 
| 28 | 
            +
                  activestorage (= 6.1.7.6)
         | 
| 29 | 
            +
                  activesupport (= 6.1.7.6)
         | 
| 30 30 | 
             
                  mail (>= 2.7.1)
         | 
| 31 | 
            -
                actionmailer (6.1.7. | 
| 32 | 
            -
                  actionpack (= 6.1.7. | 
| 33 | 
            -
                  actionview (= 6.1.7. | 
| 34 | 
            -
                  activejob (= 6.1.7. | 
| 35 | 
            -
                  activesupport (= 6.1.7. | 
| 31 | 
            +
                actionmailer (6.1.7.6)
         | 
| 32 | 
            +
                  actionpack (= 6.1.7.6)
         | 
| 33 | 
            +
                  actionview (= 6.1.7.6)
         | 
| 34 | 
            +
                  activejob (= 6.1.7.6)
         | 
| 35 | 
            +
                  activesupport (= 6.1.7.6)
         | 
| 36 36 | 
             
                  mail (~> 2.5, >= 2.5.4)
         | 
| 37 37 | 
             
                  rails-dom-testing (~> 2.0)
         | 
| 38 | 
            -
                actionpack (6.1.7. | 
| 39 | 
            -
                  actionview (= 6.1.7. | 
| 40 | 
            -
                  activesupport (= 6.1.7. | 
| 38 | 
            +
                actionpack (6.1.7.6)
         | 
| 39 | 
            +
                  actionview (= 6.1.7.6)
         | 
| 40 | 
            +
                  activesupport (= 6.1.7.6)
         | 
| 41 41 | 
             
                  rack (~> 2.0, >= 2.0.9)
         | 
| 42 42 | 
             
                  rack-test (>= 0.6.3)
         | 
| 43 43 | 
             
                  rails-dom-testing (~> 2.0)
         | 
| 44 44 | 
             
                  rails-html-sanitizer (~> 1.0, >= 1.2.0)
         | 
| 45 | 
            -
                actiontext (6.1.7. | 
| 46 | 
            -
                  actionpack (= 6.1.7. | 
| 47 | 
            -
                  activerecord (= 6.1.7. | 
| 48 | 
            -
                  activestorage (= 6.1.7. | 
| 49 | 
            -
                  activesupport (= 6.1.7. | 
| 45 | 
            +
                actiontext (6.1.7.6)
         | 
| 46 | 
            +
                  actionpack (= 6.1.7.6)
         | 
| 47 | 
            +
                  activerecord (= 6.1.7.6)
         | 
| 48 | 
            +
                  activestorage (= 6.1.7.6)
         | 
| 49 | 
            +
                  activesupport (= 6.1.7.6)
         | 
| 50 50 | 
             
                  nokogiri (>= 1.8.5)
         | 
| 51 | 
            -
                actionview (6.1.7. | 
| 52 | 
            -
                  activesupport (= 6.1.7. | 
| 51 | 
            +
                actionview (6.1.7.6)
         | 
| 52 | 
            +
                  activesupport (= 6.1.7.6)
         | 
| 53 53 | 
             
                  builder (~> 3.1)
         | 
| 54 54 | 
             
                  erubi (~> 1.4)
         | 
| 55 55 | 
             
                  rails-dom-testing (~> 2.0)
         | 
| 56 56 | 
             
                  rails-html-sanitizer (~> 1.1, >= 1.2.0)
         | 
| 57 | 
            -
                activejob (6.1.7. | 
| 58 | 
            -
                  activesupport (= 6.1.7. | 
| 57 | 
            +
                activejob (6.1.7.6)
         | 
| 58 | 
            +
                  activesupport (= 6.1.7.6)
         | 
| 59 59 | 
             
                  globalid (>= 0.3.6)
         | 
| 60 | 
            -
                activemodel (6.1.7. | 
| 61 | 
            -
                  activesupport (= 6.1.7. | 
| 62 | 
            -
                activerecord (6.1.7. | 
| 63 | 
            -
                  activemodel (= 6.1.7. | 
| 64 | 
            -
                  activesupport (= 6.1.7. | 
| 65 | 
            -
                activestorage (6.1.7. | 
| 66 | 
            -
                  actionpack (= 6.1.7. | 
| 67 | 
            -
                  activejob (= 6.1.7. | 
| 68 | 
            -
                  activerecord (= 6.1.7. | 
| 69 | 
            -
                  activesupport (= 6.1.7. | 
| 60 | 
            +
                activemodel (6.1.7.6)
         | 
| 61 | 
            +
                  activesupport (= 6.1.7.6)
         | 
| 62 | 
            +
                activerecord (6.1.7.6)
         | 
| 63 | 
            +
                  activemodel (= 6.1.7.6)
         | 
| 64 | 
            +
                  activesupport (= 6.1.7.6)
         | 
| 65 | 
            +
                activestorage (6.1.7.6)
         | 
| 66 | 
            +
                  actionpack (= 6.1.7.6)
         | 
| 67 | 
            +
                  activejob (= 6.1.7.6)
         | 
| 68 | 
            +
                  activerecord (= 6.1.7.6)
         | 
| 69 | 
            +
                  activesupport (= 6.1.7.6)
         | 
| 70 70 | 
             
                  marcel (~> 1.0)
         | 
| 71 71 | 
             
                  mini_mime (>= 1.1.0)
         | 
| 72 | 
            -
                activesupport (6.1.7. | 
| 72 | 
            +
                activesupport (6.1.7.6)
         | 
| 73 73 | 
             
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         | 
| 74 74 | 
             
                  i18n (>= 1.6, < 2)
         | 
| 75 75 | 
             
                  minitest (>= 5.1)
         | 
| 76 76 | 
             
                  tzinfo (~> 2.0)
         | 
| 77 77 | 
             
                  zeitwerk (~> 2.3)
         | 
| 78 78 | 
             
                ast (2.4.2)
         | 
| 79 | 
            +
                base64 (0.1.1)
         | 
| 79 80 | 
             
                bindex (0.8.1)
         | 
| 80 81 | 
             
                builder (3.2.4)
         | 
| 81 82 | 
             
                concurrent-ruby (1.2.2)
         | 
| @@ -99,10 +100,10 @@ GEM | |
| 99 100 | 
             
                  net-smtp
         | 
| 100 101 | 
             
                marcel (1.0.2)
         | 
| 101 102 | 
             
                method_source (1.0.0)
         | 
| 102 | 
            -
                mini_mime (1.1. | 
| 103 | 
            -
                mini_portile2 (2.8. | 
| 104 | 
            -
                minitest (5. | 
| 105 | 
            -
                net-imap (0.3. | 
| 103 | 
            +
                mini_mime (1.1.5)
         | 
| 104 | 
            +
                mini_portile2 (2.8.4)
         | 
| 105 | 
            +
                minitest (5.19.0)
         | 
| 106 | 
            +
                net-imap (0.3.7)
         | 
| 106 107 | 
             
                  date
         | 
| 107 108 | 
             
                  net-protocol
         | 
| 108 109 | 
             
                net-pop (0.1.2)
         | 
| @@ -112,68 +113,70 @@ GEM | |
| 112 113 | 
             
                net-smtp (0.3.3)
         | 
| 113 114 | 
             
                  net-protocol
         | 
| 114 115 | 
             
                nio4r (2.5.9)
         | 
| 115 | 
            -
                nokogiri (1.15. | 
| 116 | 
            +
                nokogiri (1.15.4)
         | 
| 116 117 | 
             
                  mini_portile2 (~> 2.8.2)
         | 
| 117 118 | 
             
                  racc (~> 1.4)
         | 
| 118 | 
            -
                nokogiri (1.15. | 
| 119 | 
            +
                nokogiri (1.15.4-x86_64-darwin)
         | 
| 119 120 | 
             
                  racc (~> 1.4)
         | 
| 120 | 
            -
                nokogiri (1.15. | 
| 121 | 
            +
                nokogiri (1.15.4-x86_64-linux)
         | 
| 121 122 | 
             
                  racc (~> 1.4)
         | 
| 122 123 | 
             
                parallel (1.23.0)
         | 
| 123 124 | 
             
                parser (3.2.2.3)
         | 
| 124 125 | 
             
                  ast (~> 2.4.1)
         | 
| 125 126 | 
             
                  racc
         | 
| 126 | 
            -
                puma (6.3. | 
| 127 | 
            +
                puma (6.3.1)
         | 
| 127 128 | 
             
                  nio4r (~> 2.0)
         | 
| 128 129 | 
             
                racc (1.7.1)
         | 
| 129 | 
            -
                rack (2.2. | 
| 130 | 
            +
                rack (2.2.8)
         | 
| 130 131 | 
             
                rack-test (2.1.0)
         | 
| 131 132 | 
             
                  rack (>= 1.3)
         | 
| 132 | 
            -
                rails (6.1.7. | 
| 133 | 
            -
                  actioncable (= 6.1.7. | 
| 134 | 
            -
                  actionmailbox (= 6.1.7. | 
| 135 | 
            -
                  actionmailer (= 6.1.7. | 
| 136 | 
            -
                  actionpack (= 6.1.7. | 
| 137 | 
            -
                  actiontext (= 6.1.7. | 
| 138 | 
            -
                  actionview (= 6.1.7. | 
| 139 | 
            -
                  activejob (= 6.1.7. | 
| 140 | 
            -
                  activemodel (= 6.1.7. | 
| 141 | 
            -
                  activerecord (= 6.1.7. | 
| 142 | 
            -
                  activestorage (= 6.1.7. | 
| 143 | 
            -
                  activesupport (= 6.1.7. | 
| 133 | 
            +
                rails (6.1.7.6)
         | 
| 134 | 
            +
                  actioncable (= 6.1.7.6)
         | 
| 135 | 
            +
                  actionmailbox (= 6.1.7.6)
         | 
| 136 | 
            +
                  actionmailer (= 6.1.7.6)
         | 
| 137 | 
            +
                  actionpack (= 6.1.7.6)
         | 
| 138 | 
            +
                  actiontext (= 6.1.7.6)
         | 
| 139 | 
            +
                  actionview (= 6.1.7.6)
         | 
| 140 | 
            +
                  activejob (= 6.1.7.6)
         | 
| 141 | 
            +
                  activemodel (= 6.1.7.6)
         | 
| 142 | 
            +
                  activerecord (= 6.1.7.6)
         | 
| 143 | 
            +
                  activestorage (= 6.1.7.6)
         | 
| 144 | 
            +
                  activesupport (= 6.1.7.6)
         | 
| 144 145 | 
             
                  bundler (>= 1.15.0)
         | 
| 145 | 
            -
                  railties (= 6.1.7. | 
| 146 | 
            +
                  railties (= 6.1.7.6)
         | 
| 146 147 | 
             
                  sprockets-rails (>= 2.0.0)
         | 
| 147 | 
            -
                rails-dom-testing (2. | 
| 148 | 
            +
                rails-dom-testing (2.2.0)
         | 
| 148 149 | 
             
                  activesupport (>= 5.0.0)
         | 
| 149 150 | 
             
                  minitest
         | 
| 150 151 | 
             
                  nokogiri (>= 1.6)
         | 
| 151 152 | 
             
                rails-html-sanitizer (1.6.0)
         | 
| 152 153 | 
             
                  loofah (~> 2.21)
         | 
| 153 154 | 
             
                  nokogiri (~> 1.14)
         | 
| 154 | 
            -
                railties (6.1.7. | 
| 155 | 
            -
                  actionpack (= 6.1.7. | 
| 156 | 
            -
                  activesupport (= 6.1.7. | 
| 155 | 
            +
                railties (6.1.7.6)
         | 
| 156 | 
            +
                  actionpack (= 6.1.7.6)
         | 
| 157 | 
            +
                  activesupport (= 6.1.7.6)
         | 
| 157 158 | 
             
                  method_source
         | 
| 158 159 | 
             
                  rake (>= 12.2)
         | 
| 159 160 | 
             
                  thor (~> 1.0)
         | 
| 160 161 | 
             
                rainbow (3.1.1)
         | 
| 161 162 | 
             
                rake (13.0.6)
         | 
| 162 163 | 
             
                regexp_parser (2.8.1)
         | 
| 163 | 
            -
                rexml (3.2. | 
| 164 | 
            -
                rubocop (1. | 
| 164 | 
            +
                rexml (3.2.6)
         | 
| 165 | 
            +
                rubocop (1.56.1)
         | 
| 166 | 
            +
                  base64 (~> 0.1.1)
         | 
| 165 167 | 
             
                  json (~> 2.3)
         | 
| 168 | 
            +
                  language_server-protocol (>= 3.17.0)
         | 
| 166 169 | 
             
                  parallel (~> 1.10)
         | 
| 167 170 | 
             
                  parser (>= 3.2.2.3)
         | 
| 168 171 | 
             
                  rainbow (>= 2.2.2, < 4.0)
         | 
| 169 172 | 
             
                  regexp_parser (>= 1.8, < 3.0)
         | 
| 170 173 | 
             
                  rexml (>= 3.2.5, < 4.0)
         | 
| 171 | 
            -
                  rubocop-ast (>= 1.28. | 
| 174 | 
            +
                  rubocop-ast (>= 1.28.1, < 2.0)
         | 
| 172 175 | 
             
                  ruby-progressbar (~> 1.7)
         | 
| 173 176 | 
             
                  unicode-display_width (>= 2.4.0, < 3.0)
         | 
| 174 177 | 
             
                rubocop-ast (1.29.0)
         | 
| 175 178 | 
             
                  parser (>= 3.2.1.0)
         | 
| 176 | 
            -
                rubocop-performance (1. | 
| 179 | 
            +
                rubocop-performance (1.19.0)
         | 
| 177 180 | 
             
                  rubocop (>= 1.7.0, < 2.0)
         | 
| 178 181 | 
             
                  rubocop-ast (>= 0.4.0)
         | 
| 179 182 | 
             
                ruby-progressbar (1.13.0)
         | 
| @@ -188,18 +191,18 @@ GEM | |
| 188 191 | 
             
                  mini_portile2 (~> 2.8.0)
         | 
| 189 192 | 
             
                sqlite3 (1.6.3-x86_64-darwin)
         | 
| 190 193 | 
             
                sqlite3 (1.6.3-x86_64-linux)
         | 
| 191 | 
            -
                standard (1. | 
| 194 | 
            +
                standard (1.31.0)
         | 
| 192 195 | 
             
                  language_server-protocol (~> 3.17.0.2)
         | 
| 193 196 | 
             
                  lint_roller (~> 1.0)
         | 
| 194 | 
            -
                  rubocop (~> 1. | 
| 197 | 
            +
                  rubocop (~> 1.56.0)
         | 
| 195 198 | 
             
                  standard-custom (~> 1.0.0)
         | 
| 196 | 
            -
                  standard-performance (~> 1. | 
| 199 | 
            +
                  standard-performance (~> 1.2)
         | 
| 197 200 | 
             
                standard-custom (1.0.2)
         | 
| 198 201 | 
             
                  lint_roller (~> 1.0)
         | 
| 199 202 | 
             
                  rubocop (~> 1.50)
         | 
| 200 | 
            -
                standard-performance (1. | 
| 203 | 
            +
                standard-performance (1.2.0)
         | 
| 201 204 | 
             
                  lint_roller (~> 1.1)
         | 
| 202 | 
            -
                  rubocop-performance (~> 1. | 
| 205 | 
            +
                  rubocop-performance (~> 1.19.0)
         | 
| 203 206 | 
             
                thor (1.2.2)
         | 
| 204 207 | 
             
                timeout (0.4.0)
         | 
| 205 208 | 
             
                tzinfo (2.0.6)
         | 
| @@ -210,10 +213,10 @@ GEM | |
| 210 213 | 
             
                  activemodel (>= 6.0.0)
         | 
| 211 214 | 
             
                  bindex (>= 0.4.0)
         | 
| 212 215 | 
             
                  railties (>= 6.0.0)
         | 
| 213 | 
            -
                websocket-driver (0.7. | 
| 216 | 
            +
                websocket-driver (0.7.6)
         | 
| 214 217 | 
             
                  websocket-extensions (>= 0.1.0)
         | 
| 215 218 | 
             
                websocket-extensions (0.1.5)
         | 
| 216 | 
            -
                zeitwerk (2.6. | 
| 219 | 
            +
                zeitwerk (2.6.11)
         | 
| 217 220 |  | 
| 218 221 | 
             
            PLATFORMS
         | 
| 219 222 | 
             
              ruby
         | 
| @@ -1,8 +1,8 @@ | |
| 1 1 | 
             
            GIT
         | 
| 2 2 | 
             
              remote: https://github.com/thoughtbot/appraisal.git
         | 
| 3 | 
            -
              revision:  | 
| 3 | 
            +
              revision: feb78bcc6177038399bff098cb6c2bd4bca4972a
         | 
| 4 4 | 
             
              specs:
         | 
| 5 | 
            -
                appraisal (2. | 
| 5 | 
            +
                appraisal (2.5.0)
         | 
| 6 6 | 
             
                  bundler
         | 
| 7 7 | 
             
                  rake
         | 
| 8 8 | 
             
                  thor (>= 0.14.0)
         | 
| @@ -10,78 +10,79 @@ GIT | |
| 10 10 | 
             
            PATH
         | 
| 11 11 | 
             
              remote: ..
         | 
| 12 12 | 
             
              specs:
         | 
| 13 | 
            -
                simple_calendar (3.0. | 
| 13 | 
            +
                simple_calendar (3.0.2)
         | 
| 14 14 | 
             
                  rails (>= 6.1)
         | 
| 15 15 |  | 
| 16 16 | 
             
            GEM
         | 
| 17 17 | 
             
              remote: http://rubygems.org/
         | 
| 18 18 | 
             
              specs:
         | 
| 19 | 
            -
                actioncable (7.0. | 
| 20 | 
            -
                  actionpack (= 7.0. | 
| 21 | 
            -
                  activesupport (= 7.0. | 
| 19 | 
            +
                actioncable (7.0.7.2)
         | 
| 20 | 
            +
                  actionpack (= 7.0.7.2)
         | 
| 21 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 22 22 | 
             
                  nio4r (~> 2.0)
         | 
| 23 23 | 
             
                  websocket-driver (>= 0.6.1)
         | 
| 24 | 
            -
                actionmailbox (7.0. | 
| 25 | 
            -
                  actionpack (= 7.0. | 
| 26 | 
            -
                  activejob (= 7.0. | 
| 27 | 
            -
                  activerecord (= 7.0. | 
| 28 | 
            -
                  activestorage (= 7.0. | 
| 29 | 
            -
                  activesupport (= 7.0. | 
| 24 | 
            +
                actionmailbox (7.0.7.2)
         | 
| 25 | 
            +
                  actionpack (= 7.0.7.2)
         | 
| 26 | 
            +
                  activejob (= 7.0.7.2)
         | 
| 27 | 
            +
                  activerecord (= 7.0.7.2)
         | 
| 28 | 
            +
                  activestorage (= 7.0.7.2)
         | 
| 29 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 30 30 | 
             
                  mail (>= 2.7.1)
         | 
| 31 31 | 
             
                  net-imap
         | 
| 32 32 | 
             
                  net-pop
         | 
| 33 33 | 
             
                  net-smtp
         | 
| 34 | 
            -
                actionmailer (7.0. | 
| 35 | 
            -
                  actionpack (= 7.0. | 
| 36 | 
            -
                  actionview (= 7.0. | 
| 37 | 
            -
                  activejob (= 7.0. | 
| 38 | 
            -
                  activesupport (= 7.0. | 
| 34 | 
            +
                actionmailer (7.0.7.2)
         | 
| 35 | 
            +
                  actionpack (= 7.0.7.2)
         | 
| 36 | 
            +
                  actionview (= 7.0.7.2)
         | 
| 37 | 
            +
                  activejob (= 7.0.7.2)
         | 
| 38 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 39 39 | 
             
                  mail (~> 2.5, >= 2.5.4)
         | 
| 40 40 | 
             
                  net-imap
         | 
| 41 41 | 
             
                  net-pop
         | 
| 42 42 | 
             
                  net-smtp
         | 
| 43 43 | 
             
                  rails-dom-testing (~> 2.0)
         | 
| 44 | 
            -
                actionpack (7.0. | 
| 45 | 
            -
                  actionview (= 7.0. | 
| 46 | 
            -
                  activesupport (= 7.0. | 
| 44 | 
            +
                actionpack (7.0.7.2)
         | 
| 45 | 
            +
                  actionview (= 7.0.7.2)
         | 
| 46 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 47 47 | 
             
                  rack (~> 2.0, >= 2.2.4)
         | 
| 48 48 | 
             
                  rack-test (>= 0.6.3)
         | 
| 49 49 | 
             
                  rails-dom-testing (~> 2.0)
         | 
| 50 50 | 
             
                  rails-html-sanitizer (~> 1.0, >= 1.2.0)
         | 
| 51 | 
            -
                actiontext (7.0. | 
| 52 | 
            -
                  actionpack (= 7.0. | 
| 53 | 
            -
                  activerecord (= 7.0. | 
| 54 | 
            -
                  activestorage (= 7.0. | 
| 55 | 
            -
                  activesupport (= 7.0. | 
| 51 | 
            +
                actiontext (7.0.7.2)
         | 
| 52 | 
            +
                  actionpack (= 7.0.7.2)
         | 
| 53 | 
            +
                  activerecord (= 7.0.7.2)
         | 
| 54 | 
            +
                  activestorage (= 7.0.7.2)
         | 
| 55 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 56 56 | 
             
                  globalid (>= 0.6.0)
         | 
| 57 57 | 
             
                  nokogiri (>= 1.8.5)
         | 
| 58 | 
            -
                actionview (7.0. | 
| 59 | 
            -
                  activesupport (= 7.0. | 
| 58 | 
            +
                actionview (7.0.7.2)
         | 
| 59 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 60 60 | 
             
                  builder (~> 3.1)
         | 
| 61 61 | 
             
                  erubi (~> 1.4)
         | 
| 62 62 | 
             
                  rails-dom-testing (~> 2.0)
         | 
| 63 63 | 
             
                  rails-html-sanitizer (~> 1.1, >= 1.2.0)
         | 
| 64 | 
            -
                activejob (7.0. | 
| 65 | 
            -
                  activesupport (= 7.0. | 
| 64 | 
            +
                activejob (7.0.7.2)
         | 
| 65 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 66 66 | 
             
                  globalid (>= 0.3.6)
         | 
| 67 | 
            -
                activemodel (7.0. | 
| 68 | 
            -
                  activesupport (= 7.0. | 
| 69 | 
            -
                activerecord (7.0. | 
| 70 | 
            -
                  activemodel (= 7.0. | 
| 71 | 
            -
                  activesupport (= 7.0. | 
| 72 | 
            -
                activestorage (7.0. | 
| 73 | 
            -
                  actionpack (= 7.0. | 
| 74 | 
            -
                  activejob (= 7.0. | 
| 75 | 
            -
                  activerecord (= 7.0. | 
| 76 | 
            -
                  activesupport (= 7.0. | 
| 67 | 
            +
                activemodel (7.0.7.2)
         | 
| 68 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 69 | 
            +
                activerecord (7.0.7.2)
         | 
| 70 | 
            +
                  activemodel (= 7.0.7.2)
         | 
| 71 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 72 | 
            +
                activestorage (7.0.7.2)
         | 
| 73 | 
            +
                  actionpack (= 7.0.7.2)
         | 
| 74 | 
            +
                  activejob (= 7.0.7.2)
         | 
| 75 | 
            +
                  activerecord (= 7.0.7.2)
         | 
| 76 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 77 77 | 
             
                  marcel (~> 1.0)
         | 
| 78 78 | 
             
                  mini_mime (>= 1.1.0)
         | 
| 79 | 
            -
                activesupport (7.0. | 
| 79 | 
            +
                activesupport (7.0.7.2)
         | 
| 80 80 | 
             
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         | 
| 81 81 | 
             
                  i18n (>= 1.6, < 2)
         | 
| 82 82 | 
             
                  minitest (>= 5.1)
         | 
| 83 83 | 
             
                  tzinfo (~> 2.0)
         | 
| 84 84 | 
             
                ast (2.4.2)
         | 
| 85 | 
            +
                base64 (0.1.1)
         | 
| 85 86 | 
             
                bindex (0.8.1)
         | 
| 86 87 | 
             
                builder (3.2.4)
         | 
| 87 88 | 
             
                concurrent-ruby (1.2.2)
         | 
| @@ -105,9 +106,9 @@ GEM | |
| 105 106 | 
             
                  net-smtp
         | 
| 106 107 | 
             
                marcel (1.0.2)
         | 
| 107 108 | 
             
                method_source (1.0.0)
         | 
| 108 | 
            -
                mini_mime (1.1. | 
| 109 | 
            -
                minitest (5. | 
| 110 | 
            -
                net-imap (0.3. | 
| 109 | 
            +
                mini_mime (1.1.5)
         | 
| 110 | 
            +
                minitest (5.19.0)
         | 
| 111 | 
            +
                net-imap (0.3.7)
         | 
| 111 112 | 
             
                  date
         | 
| 112 113 | 
             
                  net-protocol
         | 
| 113 114 | 
             
                net-pop (0.1.2)
         | 
| @@ -117,46 +118,46 @@ GEM | |
| 117 118 | 
             
                net-smtp (0.3.3)
         | 
| 118 119 | 
             
                  net-protocol
         | 
| 119 120 | 
             
                nio4r (2.5.9)
         | 
| 120 | 
            -
                nokogiri (1.15. | 
| 121 | 
            +
                nokogiri (1.15.4-arm64-darwin)
         | 
| 121 122 | 
             
                  racc (~> 1.4)
         | 
| 122 | 
            -
                nokogiri (1.15. | 
| 123 | 
            +
                nokogiri (1.15.4-x86_64-darwin)
         | 
| 123 124 | 
             
                  racc (~> 1.4)
         | 
| 124 | 
            -
                nokogiri (1.15. | 
| 125 | 
            +
                nokogiri (1.15.4-x86_64-linux)
         | 
| 125 126 | 
             
                  racc (~> 1.4)
         | 
| 126 127 | 
             
                parallel (1.23.0)
         | 
| 127 128 | 
             
                parser (3.2.2.3)
         | 
| 128 129 | 
             
                  ast (~> 2.4.1)
         | 
| 129 130 | 
             
                  racc
         | 
| 130 | 
            -
                puma (6.3. | 
| 131 | 
            +
                puma (6.3.1)
         | 
| 131 132 | 
             
                  nio4r (~> 2.0)
         | 
| 132 133 | 
             
                racc (1.7.1)
         | 
| 133 | 
            -
                rack (2.2. | 
| 134 | 
            +
                rack (2.2.8)
         | 
| 134 135 | 
             
                rack-test (2.1.0)
         | 
| 135 136 | 
             
                  rack (>= 1.3)
         | 
| 136 | 
            -
                rails (7.0. | 
| 137 | 
            -
                  actioncable (= 7.0. | 
| 138 | 
            -
                  actionmailbox (= 7.0. | 
| 139 | 
            -
                  actionmailer (= 7.0. | 
| 140 | 
            -
                  actionpack (= 7.0. | 
| 141 | 
            -
                  actiontext (= 7.0. | 
| 142 | 
            -
                  actionview (= 7.0. | 
| 143 | 
            -
                  activejob (= 7.0. | 
| 144 | 
            -
                  activemodel (= 7.0. | 
| 145 | 
            -
                  activerecord (= 7.0. | 
| 146 | 
            -
                  activestorage (= 7.0. | 
| 147 | 
            -
                  activesupport (= 7.0. | 
| 137 | 
            +
                rails (7.0.7.2)
         | 
| 138 | 
            +
                  actioncable (= 7.0.7.2)
         | 
| 139 | 
            +
                  actionmailbox (= 7.0.7.2)
         | 
| 140 | 
            +
                  actionmailer (= 7.0.7.2)
         | 
| 141 | 
            +
                  actionpack (= 7.0.7.2)
         | 
| 142 | 
            +
                  actiontext (= 7.0.7.2)
         | 
| 143 | 
            +
                  actionview (= 7.0.7.2)
         | 
| 144 | 
            +
                  activejob (= 7.0.7.2)
         | 
| 145 | 
            +
                  activemodel (= 7.0.7.2)
         | 
| 146 | 
            +
                  activerecord (= 7.0.7.2)
         | 
| 147 | 
            +
                  activestorage (= 7.0.7.2)
         | 
| 148 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 148 149 | 
             
                  bundler (>= 1.15.0)
         | 
| 149 | 
            -
                  railties (= 7.0. | 
| 150 | 
            -
                rails-dom-testing (2. | 
| 150 | 
            +
                  railties (= 7.0.7.2)
         | 
| 151 | 
            +
                rails-dom-testing (2.2.0)
         | 
| 151 152 | 
             
                  activesupport (>= 5.0.0)
         | 
| 152 153 | 
             
                  minitest
         | 
| 153 154 | 
             
                  nokogiri (>= 1.6)
         | 
| 154 155 | 
             
                rails-html-sanitizer (1.6.0)
         | 
| 155 156 | 
             
                  loofah (~> 2.21)
         | 
| 156 157 | 
             
                  nokogiri (~> 1.14)
         | 
| 157 | 
            -
                railties (7.0. | 
| 158 | 
            -
                  actionpack (= 7.0. | 
| 159 | 
            -
                  activesupport (= 7.0. | 
| 158 | 
            +
                railties (7.0.7.2)
         | 
| 159 | 
            +
                  actionpack (= 7.0.7.2)
         | 
| 160 | 
            +
                  activesupport (= 7.0.7.2)
         | 
| 160 161 | 
             
                  method_source
         | 
| 161 162 | 
             
                  rake (>= 12.2)
         | 
| 162 163 | 
             
                  thor (~> 1.0)
         | 
| @@ -164,38 +165,40 @@ GEM | |
| 164 165 | 
             
                rainbow (3.1.1)
         | 
| 165 166 | 
             
                rake (13.0.6)
         | 
| 166 167 | 
             
                regexp_parser (2.8.1)
         | 
| 167 | 
            -
                rexml (3.2. | 
| 168 | 
            -
                rubocop (1. | 
| 168 | 
            +
                rexml (3.2.6)
         | 
| 169 | 
            +
                rubocop (1.56.1)
         | 
| 170 | 
            +
                  base64 (~> 0.1.1)
         | 
| 169 171 | 
             
                  json (~> 2.3)
         | 
| 172 | 
            +
                  language_server-protocol (>= 3.17.0)
         | 
| 170 173 | 
             
                  parallel (~> 1.10)
         | 
| 171 174 | 
             
                  parser (>= 3.2.2.3)
         | 
| 172 175 | 
             
                  rainbow (>= 2.2.2, < 4.0)
         | 
| 173 176 | 
             
                  regexp_parser (>= 1.8, < 3.0)
         | 
| 174 177 | 
             
                  rexml (>= 3.2.5, < 4.0)
         | 
| 175 | 
            -
                  rubocop-ast (>= 1.28. | 
| 178 | 
            +
                  rubocop-ast (>= 1.28.1, < 2.0)
         | 
| 176 179 | 
             
                  ruby-progressbar (~> 1.7)
         | 
| 177 180 | 
             
                  unicode-display_width (>= 2.4.0, < 3.0)
         | 
| 178 181 | 
             
                rubocop-ast (1.29.0)
         | 
| 179 182 | 
             
                  parser (>= 3.2.1.0)
         | 
| 180 | 
            -
                rubocop-performance (1. | 
| 183 | 
            +
                rubocop-performance (1.19.0)
         | 
| 181 184 | 
             
                  rubocop (>= 1.7.0, < 2.0)
         | 
| 182 185 | 
             
                  rubocop-ast (>= 0.4.0)
         | 
| 183 186 | 
             
                ruby-progressbar (1.13.0)
         | 
| 184 187 | 
             
                sqlite3 (1.6.3-arm64-darwin)
         | 
| 185 188 | 
             
                sqlite3 (1.6.3-x86_64-darwin)
         | 
| 186 189 | 
             
                sqlite3 (1.6.3-x86_64-linux)
         | 
| 187 | 
            -
                standard (1. | 
| 190 | 
            +
                standard (1.31.0)
         | 
| 188 191 | 
             
                  language_server-protocol (~> 3.17.0.2)
         | 
| 189 192 | 
             
                  lint_roller (~> 1.0)
         | 
| 190 | 
            -
                  rubocop (~> 1. | 
| 193 | 
            +
                  rubocop (~> 1.56.0)
         | 
| 191 194 | 
             
                  standard-custom (~> 1.0.0)
         | 
| 192 | 
            -
                  standard-performance (~> 1. | 
| 195 | 
            +
                  standard-performance (~> 1.2)
         | 
| 193 196 | 
             
                standard-custom (1.0.2)
         | 
| 194 197 | 
             
                  lint_roller (~> 1.0)
         | 
| 195 198 | 
             
                  rubocop (~> 1.50)
         | 
| 196 | 
            -
                standard-performance (1. | 
| 199 | 
            +
                standard-performance (1.2.0)
         | 
| 197 200 | 
             
                  lint_roller (~> 1.1)
         | 
| 198 | 
            -
                  rubocop-performance (~> 1. | 
| 201 | 
            +
                  rubocop-performance (~> 1.19.0)
         | 
| 199 202 | 
             
                thor (1.2.2)
         | 
| 200 203 | 
             
                timeout (0.4.0)
         | 
| 201 204 | 
             
                tzinfo (2.0.6)
         | 
| @@ -206,10 +209,10 @@ GEM | |
| 206 209 | 
             
                  activemodel (>= 6.0.0)
         | 
| 207 210 | 
             
                  bindex (>= 0.4.0)
         | 
| 208 211 | 
             
                  railties (>= 6.0.0)
         | 
| 209 | 
            -
                websocket-driver (0.7. | 
| 212 | 
            +
                websocket-driver (0.7.6)
         | 
| 210 213 | 
             
                  websocket-extensions (>= 0.1.0)
         | 
| 211 214 | 
             
                websocket-extensions (0.1.5)
         | 
| 212 | 
            -
                zeitwerk (2.6. | 
| 215 | 
            +
                zeitwerk (2.6.11)
         | 
| 213 216 |  | 
| 214 217 | 
             
            PLATFORMS
         | 
| 215 218 | 
             
              arm64-darwin-22
         | 
| @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            GIT
         | 
| 2 2 | 
             
              remote: https://github.com/rails/rails.git
         | 
| 3 | 
            -
              revision:  | 
| 3 | 
            +
              revision: 153eae8995c2de3d1bafc0fb13ae5a3250703a3d
         | 
| 4 4 | 
             
              specs:
         | 
| 5 5 | 
             
                actioncable (7.1.0.alpha)
         | 
| 6 6 | 
             
                  actionpack (= 7.1.0.alpha)
         | 
| @@ -27,7 +27,7 @@ GIT | |
| 27 27 | 
             
                  net-imap
         | 
| 28 28 | 
             
                  net-pop
         | 
| 29 29 | 
             
                  net-smtp
         | 
| 30 | 
            -
                  rails-dom-testing (~> 2. | 
| 30 | 
            +
                  rails-dom-testing (~> 2.2)
         | 
| 31 31 | 
             
                actionpack (7.1.0.alpha)
         | 
| 32 32 | 
             
                  actionview (= 7.1.0.alpha)
         | 
| 33 33 | 
             
                  activesupport (= 7.1.0.alpha)
         | 
| @@ -35,7 +35,7 @@ GIT | |
| 35 35 | 
             
                  rack (>= 2.2.4)
         | 
| 36 36 | 
             
                  rack-session (>= 1.0.1)
         | 
| 37 37 | 
             
                  rack-test (>= 0.6.3)
         | 
| 38 | 
            -
                  rails-dom-testing (~> 2. | 
| 38 | 
            +
                  rails-dom-testing (~> 2.2)
         | 
| 39 39 | 
             
                  rails-html-sanitizer (~> 1.6)
         | 
| 40 40 | 
             
                actiontext (7.1.0.alpha)
         | 
| 41 41 | 
             
                  actionpack (= 7.1.0.alpha)
         | 
| @@ -48,7 +48,7 @@ GIT | |
| 48 48 | 
             
                  activesupport (= 7.1.0.alpha)
         | 
| 49 49 | 
             
                  builder (~> 3.1)
         | 
| 50 50 | 
             
                  erubi (~> 1.11)
         | 
| 51 | 
            -
                  rails-dom-testing (~> 2. | 
| 51 | 
            +
                  rails-dom-testing (~> 2.2)
         | 
| 52 52 | 
             
                  rails-html-sanitizer (~> 1.6)
         | 
| 53 53 | 
             
                activejob (7.1.0.alpha)
         | 
| 54 54 | 
             
                  activesupport (= 7.1.0.alpha)
         | 
| @@ -66,10 +66,13 @@ GIT | |
| 66 66 | 
             
                  activesupport (= 7.1.0.alpha)
         | 
| 67 67 | 
             
                  marcel (~> 1.0)
         | 
| 68 68 | 
             
                activesupport (7.1.0.alpha)
         | 
| 69 | 
            +
                  base64
         | 
| 69 70 | 
             
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         | 
| 70 71 | 
             
                  connection_pool (>= 2.2.5)
         | 
| 72 | 
            +
                  drb
         | 
| 71 73 | 
             
                  i18n (>= 1.6, < 2)
         | 
| 72 74 | 
             
                  minitest (>= 5.1)
         | 
| 75 | 
            +
                  mutex_m
         | 
| 73 76 | 
             
                  tzinfo (~> 2.0)
         | 
| 74 77 | 
             
                rails (7.1.0.alpha)
         | 
| 75 78 | 
             
                  actioncable (= 7.1.0.alpha)
         | 
| @@ -96,9 +99,9 @@ GIT | |
| 96 99 |  | 
| 97 100 | 
             
            GIT
         | 
| 98 101 | 
             
              remote: https://github.com/thoughtbot/appraisal.git
         | 
| 99 | 
            -
              revision:  | 
| 102 | 
            +
              revision: feb78bcc6177038399bff098cb6c2bd4bca4972a
         | 
| 100 103 | 
             
              specs:
         | 
| 101 | 
            -
                appraisal (2. | 
| 104 | 
            +
                appraisal (2.5.0)
         | 
| 102 105 | 
             
                  bundler
         | 
| 103 106 | 
             
                  rake
         | 
| 104 107 | 
             
                  thor (>= 0.14.0)
         | 
| @@ -106,26 +109,29 @@ GIT | |
| 106 109 | 
             
            PATH
         | 
| 107 110 | 
             
              remote: ..
         | 
| 108 111 | 
             
              specs:
         | 
| 109 | 
            -
                simple_calendar (3.0. | 
| 112 | 
            +
                simple_calendar (3.0.2)
         | 
| 110 113 | 
             
                  rails (>= 6.1)
         | 
| 111 114 |  | 
| 112 115 | 
             
            GEM
         | 
| 113 116 | 
             
              remote: http://rubygems.org/
         | 
| 114 117 | 
             
              specs:
         | 
| 115 118 | 
             
                ast (2.4.2)
         | 
| 119 | 
            +
                base64 (0.1.1)
         | 
| 116 120 | 
             
                bindex (0.8.1)
         | 
| 117 121 | 
             
                builder (3.2.4)
         | 
| 118 122 | 
             
                concurrent-ruby (1.2.2)
         | 
| 119 123 | 
             
                connection_pool (2.4.1)
         | 
| 120 124 | 
             
                crass (1.0.6)
         | 
| 121 125 | 
             
                date (3.3.3)
         | 
| 126 | 
            +
                drb (2.1.1)
         | 
| 127 | 
            +
                  ruby2_keywords
         | 
| 122 128 | 
             
                erubi (1.12.0)
         | 
| 123 129 | 
             
                globalid (1.1.0)
         | 
| 124 130 | 
             
                  activesupport (>= 5.0)
         | 
| 125 131 | 
             
                i18n (1.14.1)
         | 
| 126 132 | 
             
                  concurrent-ruby (~> 1.0)
         | 
| 127 133 | 
             
                io-console (0.6.0)
         | 
| 128 | 
            -
                irb (1.7. | 
| 134 | 
            +
                irb (1.7.4)
         | 
| 129 135 | 
             
                  reline (>= 0.3.6)
         | 
| 130 136 | 
             
                json (2.6.3)
         | 
| 131 137 | 
             
                language_server-protocol (3.17.0.3)
         | 
| @@ -139,10 +145,11 @@ GEM | |
| 139 145 | 
             
                  net-pop
         | 
| 140 146 | 
             
                  net-smtp
         | 
| 141 147 | 
             
                marcel (1.0.2)
         | 
| 142 | 
            -
                mini_mime (1.1. | 
| 143 | 
            -
                mini_portile2 (2.8. | 
| 144 | 
            -
                minitest (5. | 
| 145 | 
            -
                 | 
| 148 | 
            +
                mini_mime (1.1.5)
         | 
| 149 | 
            +
                mini_portile2 (2.8.4)
         | 
| 150 | 
            +
                minitest (5.19.0)
         | 
| 151 | 
            +
                mutex_m (0.1.2)
         | 
| 152 | 
            +
                net-imap (0.3.7)
         | 
| 146 153 | 
             
                  date
         | 
| 147 154 | 
             
                  net-protocol
         | 
| 148 155 | 
             
                net-pop (0.1.2)
         | 
| @@ -152,18 +159,18 @@ GEM | |
| 152 159 | 
             
                net-smtp (0.3.3)
         | 
| 153 160 | 
             
                  net-protocol
         | 
| 154 161 | 
             
                nio4r (2.5.9)
         | 
| 155 | 
            -
                nokogiri (1.15. | 
| 162 | 
            +
                nokogiri (1.15.4)
         | 
| 156 163 | 
             
                  mini_portile2 (~> 2.8.2)
         | 
| 157 164 | 
             
                  racc (~> 1.4)
         | 
| 158 | 
            -
                nokogiri (1.15. | 
| 165 | 
            +
                nokogiri (1.15.4-x86_64-darwin)
         | 
| 159 166 | 
             
                  racc (~> 1.4)
         | 
| 160 | 
            -
                nokogiri (1.15. | 
| 167 | 
            +
                nokogiri (1.15.4-x86_64-linux)
         | 
| 161 168 | 
             
                  racc (~> 1.4)
         | 
| 162 169 | 
             
                parallel (1.23.0)
         | 
| 163 170 | 
             
                parser (3.2.2.3)
         | 
| 164 171 | 
             
                  ast (~> 2.4.1)
         | 
| 165 172 | 
             
                  racc
         | 
| 166 | 
            -
                puma (6.3. | 
| 173 | 
            +
                puma (6.3.1)
         | 
| 167 174 | 
             
                  nio4r (~> 2.0)
         | 
| 168 175 | 
             
                racc (1.7.1)
         | 
| 169 176 | 
             
                rack (3.0.8)
         | 
| @@ -174,7 +181,7 @@ GEM | |
| 174 181 | 
             
                rackup (2.1.0)
         | 
| 175 182 | 
             
                  rack (>= 3)
         | 
| 176 183 | 
             
                  webrick (~> 1.8)
         | 
| 177 | 
            -
                rails-dom-testing (2. | 
| 184 | 
            +
                rails-dom-testing (2.2.0)
         | 
| 178 185 | 
             
                  activesupport (>= 5.0.0)
         | 
| 179 186 | 
             
                  minitest
         | 
| 180 187 | 
             
                  nokogiri (>= 1.6)
         | 
| @@ -184,41 +191,44 @@ GEM | |
| 184 191 | 
             
                rainbow (3.1.1)
         | 
| 185 192 | 
             
                rake (13.0.6)
         | 
| 186 193 | 
             
                regexp_parser (2.8.1)
         | 
| 187 | 
            -
                reline (0.3. | 
| 194 | 
            +
                reline (0.3.8)
         | 
| 188 195 | 
             
                  io-console (~> 0.5)
         | 
| 189 | 
            -
                rexml (3.2. | 
| 190 | 
            -
                rubocop (1. | 
| 196 | 
            +
                rexml (3.2.6)
         | 
| 197 | 
            +
                rubocop (1.56.1)
         | 
| 198 | 
            +
                  base64 (~> 0.1.1)
         | 
| 191 199 | 
             
                  json (~> 2.3)
         | 
| 200 | 
            +
                  language_server-protocol (>= 3.17.0)
         | 
| 192 201 | 
             
                  parallel (~> 1.10)
         | 
| 193 202 | 
             
                  parser (>= 3.2.2.3)
         | 
| 194 203 | 
             
                  rainbow (>= 2.2.2, < 4.0)
         | 
| 195 204 | 
             
                  regexp_parser (>= 1.8, < 3.0)
         | 
| 196 205 | 
             
                  rexml (>= 3.2.5, < 4.0)
         | 
| 197 | 
            -
                  rubocop-ast (>= 1.28. | 
| 206 | 
            +
                  rubocop-ast (>= 1.28.1, < 2.0)
         | 
| 198 207 | 
             
                  ruby-progressbar (~> 1.7)
         | 
| 199 208 | 
             
                  unicode-display_width (>= 2.4.0, < 3.0)
         | 
| 200 209 | 
             
                rubocop-ast (1.29.0)
         | 
| 201 210 | 
             
                  parser (>= 3.2.1.0)
         | 
| 202 | 
            -
                rubocop-performance (1. | 
| 211 | 
            +
                rubocop-performance (1.19.0)
         | 
| 203 212 | 
             
                  rubocop (>= 1.7.0, < 2.0)
         | 
| 204 213 | 
             
                  rubocop-ast (>= 0.4.0)
         | 
| 205 214 | 
             
                ruby-progressbar (1.13.0)
         | 
| 215 | 
            +
                ruby2_keywords (0.0.5)
         | 
| 206 216 | 
             
                sqlite3 (1.6.3)
         | 
| 207 217 | 
             
                  mini_portile2 (~> 2.8.0)
         | 
| 208 218 | 
             
                sqlite3 (1.6.3-x86_64-darwin)
         | 
| 209 219 | 
             
                sqlite3 (1.6.3-x86_64-linux)
         | 
| 210 | 
            -
                standard (1. | 
| 220 | 
            +
                standard (1.31.0)
         | 
| 211 221 | 
             
                  language_server-protocol (~> 3.17.0.2)
         | 
| 212 222 | 
             
                  lint_roller (~> 1.0)
         | 
| 213 | 
            -
                  rubocop (~> 1. | 
| 223 | 
            +
                  rubocop (~> 1.56.0)
         | 
| 214 224 | 
             
                  standard-custom (~> 1.0.0)
         | 
| 215 | 
            -
                  standard-performance (~> 1. | 
| 225 | 
            +
                  standard-performance (~> 1.2)
         | 
| 216 226 | 
             
                standard-custom (1.0.2)
         | 
| 217 227 | 
             
                  lint_roller (~> 1.0)
         | 
| 218 228 | 
             
                  rubocop (~> 1.50)
         | 
| 219 | 
            -
                standard-performance (1. | 
| 229 | 
            +
                standard-performance (1.2.0)
         | 
| 220 230 | 
             
                  lint_roller (~> 1.1)
         | 
| 221 | 
            -
                  rubocop-performance (~> 1. | 
| 231 | 
            +
                  rubocop-performance (~> 1.19.0)
         | 
| 222 232 | 
             
                thor (1.2.2)
         | 
| 223 233 | 
             
                timeout (0.4.0)
         | 
| 224 234 | 
             
                tzinfo (2.0.6)
         | 
| @@ -230,10 +240,10 @@ GEM | |
| 230 240 | 
             
                  bindex (>= 0.4.0)
         | 
| 231 241 | 
             
                  railties (>= 6.0.0)
         | 
| 232 242 | 
             
                webrick (1.8.1)
         | 
| 233 | 
            -
                websocket-driver (0.7. | 
| 243 | 
            +
                websocket-driver (0.7.6)
         | 
| 234 244 | 
             
                  websocket-extensions (>= 0.1.0)
         | 
| 235 245 | 
             
                websocket-extensions (0.1.5)
         | 
| 236 | 
            -
                zeitwerk (2.6. | 
| 246 | 
            +
                zeitwerk (2.6.11)
         | 
| 237 247 |  | 
| 238 248 | 
             
            PLATFORMS
         | 
| 239 249 | 
             
              ruby
         | 
| @@ -98,13 +98,13 @@ module SimpleCalendar | |
| 98 98 |  | 
| 99 99 | 
             
                def sorted_events
         | 
| 100 100 | 
             
                  @sorted_events ||= begin
         | 
| 101 | 
            -
                    events =  | 
| 101 | 
            +
                    events = Array.wrap(options[:events]).reject { |e| e.send(attribute).nil? }.sort_by(&attribute)
         | 
| 102 102 | 
             
                    group_events_by_date(events)
         | 
| 103 103 | 
             
                  end
         | 
| 104 104 | 
             
                end
         | 
| 105 105 |  | 
| 106 106 | 
             
                def sorted_events_for(day)
         | 
| 107 | 
            -
                   | 
| 107 | 
            +
                  Array.wrap(sorted_events[day])
         | 
| 108 108 | 
             
                end
         | 
| 109 109 |  | 
| 110 110 | 
             
                def group_events_by_date(events)
         | 
| @@ -126,6 +126,13 @@ class CalendarTest < ActionView::TestCase | |
| 126 126 | 
             
                end
         | 
| 127 127 | 
             
              end
         | 
| 128 128 |  | 
| 129 | 
            +
              test "handles nil events" do
         | 
| 130 | 
            +
                assert_nothing_raised do
         | 
| 131 | 
            +
                  calendar = SimpleCalendar::Calendar.new(view, events: nil)
         | 
| 132 | 
            +
                  calendar.sorted_events.first
         | 
| 133 | 
            +
                end
         | 
| 134 | 
            +
              end
         | 
| 135 | 
            +
             | 
| 129 136 | 
             
              test "accepts an array of events" do
         | 
| 130 137 | 
             
                first_event = Meeting.new(name: "event1", start_time: Date.today)
         | 
| 131 138 | 
             
                second_event = Meeting.new(name: "event2", start_time: Date.today + 1.day)
         | 
    
        data/test/dummy/db/schema.rb
    CHANGED
    
    | @@ -10,7 +10,7 @@ | |
| 10 10 | 
             
            #
         | 
| 11 11 | 
             
            # It's strongly recommended that you check this file into your version control system.
         | 
| 12 12 |  | 
| 13 | 
            -
            ActiveRecord::Schema | 
| 13 | 
            +
            ActiveRecord::Schema.define(version: 2022_09_30_184313) do
         | 
| 14 14 | 
             
              create_table "meetings", force: :cascade do |t|
         | 
| 15 15 | 
             
                t.string "name"
         | 
| 16 16 | 
             
                t.datetime "start_time", precision: nil
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: simple_calendar
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 3.0. | 
| 4 | 
            +
              version: 3.0.2
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Chris Oliver
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2023-08- | 
| 11 | 
            +
            date: 2023-08-25 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rails
         | 
| @@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 149 149 | 
             
                - !ruby/object:Gem::Version
         | 
| 150 150 | 
             
                  version: '0'
         | 
| 151 151 | 
             
            requirements: []
         | 
| 152 | 
            -
            rubygems_version: 3.4. | 
| 152 | 
            +
            rubygems_version: 3.4.19
         | 
| 153 153 | 
             
            signing_key:
         | 
| 154 154 | 
             
            specification_version: 4
         | 
| 155 155 | 
             
            summary: A simple Rails calendar
         |