activerecord 6.1.7.7 → 6.1.7.8
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.
Potentially problematic release.
This version of activerecord might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/active_record/gem_version.rb +1 -1
- metadata +10 -10
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: eebbfe2efa2b1c6b878064f97c71fcc2551bd5c525b6dcf6e525d5dc084aa7d2
         | 
| 4 | 
            +
              data.tar.gz: d78afe5a30c6c3c4429cbb92712e0cc88c37b1c957c07a93b769d2470b0871d8
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 1ca0dae9ff8e1af36841876fc8e089551372b41f41a19a41cbe755034bcd1353f8d8a56262e474fb275fbe7dccdcb91a2fdbfe8dbe3e94c9ccf34d2858d5d69a
         | 
| 7 | 
            +
              data.tar.gz: 913c585df8ad547b5a3886a21bd2eb76f91d40955c7c4be554051cf512baa767da6d32a105dd0ce5fa3ceaa758e411de969d76169976b6b66ec289bc3e001746
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: activerecord
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 6.1.7. | 
| 4 | 
            +
              version: 6.1.7.8
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - David Heinemeier Hansson
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2024- | 
| 11 | 
            +
            date: 2024-06-04 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: activesupport
         | 
| @@ -16,28 +16,28 @@ dependencies: | |
| 16 16 | 
             
                requirements:
         | 
| 17 17 | 
             
                - - '='
         | 
| 18 18 | 
             
                  - !ruby/object:Gem::Version
         | 
| 19 | 
            -
                    version: 6.1.7. | 
| 19 | 
            +
                    version: 6.1.7.8
         | 
| 20 20 | 
             
              type: :runtime
         | 
| 21 21 | 
             
              prerelease: false
         | 
| 22 22 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 23 23 | 
             
                requirements:
         | 
| 24 24 | 
             
                - - '='
         | 
| 25 25 | 
             
                  - !ruby/object:Gem::Version
         | 
| 26 | 
            -
                    version: 6.1.7. | 
| 26 | 
            +
                    version: 6.1.7.8
         | 
| 27 27 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 28 28 | 
             
              name: activemodel
         | 
| 29 29 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 30 30 | 
             
                requirements:
         | 
| 31 31 | 
             
                - - '='
         | 
| 32 32 | 
             
                  - !ruby/object:Gem::Version
         | 
| 33 | 
            -
                    version: 6.1.7. | 
| 33 | 
            +
                    version: 6.1.7.8
         | 
| 34 34 | 
             
              type: :runtime
         | 
| 35 35 | 
             
              prerelease: false
         | 
| 36 36 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 37 37 | 
             
                requirements:
         | 
| 38 38 | 
             
                - - '='
         | 
| 39 39 | 
             
                  - !ruby/object:Gem::Version
         | 
| 40 | 
            -
                    version: 6.1.7. | 
| 40 | 
            +
                    version: 6.1.7.8
         | 
| 41 41 | 
             
            description: Databases on Rails. Build a persistent domain model by mapping database
         | 
| 42 42 | 
             
              tables to Ruby classes. Strong conventions for associations, validations, aggregations,
         | 
| 43 43 | 
             
              migrations, and testing come baked-in.
         | 
| @@ -390,10 +390,10 @@ licenses: | |
| 390 390 | 
             
            - MIT
         | 
| 391 391 | 
             
            metadata:
         | 
| 392 392 | 
             
              bug_tracker_uri: https://github.com/rails/rails/issues
         | 
| 393 | 
            -
              changelog_uri: https://github.com/rails/rails/blob/v6.1.7. | 
| 394 | 
            -
              documentation_uri: https://api.rubyonrails.org/v6.1.7. | 
| 393 | 
            +
              changelog_uri: https://github.com/rails/rails/blob/v6.1.7.8/activerecord/CHANGELOG.md
         | 
| 394 | 
            +
              documentation_uri: https://api.rubyonrails.org/v6.1.7.8/
         | 
| 395 395 | 
             
              mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
         | 
| 396 | 
            -
              source_code_uri: https://github.com/rails/rails/tree/v6.1.7. | 
| 396 | 
            +
              source_code_uri: https://github.com/rails/rails/tree/v6.1.7.8/activerecord
         | 
| 397 397 | 
             
              rubygems_mfa_required: 'true'
         | 
| 398 398 | 
             
            post_install_message:
         | 
| 399 399 | 
             
            rdoc_options:
         | 
| @@ -412,7 +412,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 412 412 | 
             
                - !ruby/object:Gem::Version
         | 
| 413 413 | 
             
                  version: '0'
         | 
| 414 414 | 
             
            requirements: []
         | 
| 415 | 
            -
            rubygems_version: 3. | 
| 415 | 
            +
            rubygems_version: 3.3.27
         | 
| 416 416 | 
             
            signing_key:
         | 
| 417 417 | 
             
            specification_version: 4
         | 
| 418 418 | 
             
            summary: Object-relational mapper framework (part of Rails).
         |