Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: boxt/boxt_rubocop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: boxt/boxt_rubocop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.0
Choose a head ref
  • 10 commits
  • 5 files changed
  • 3 contributors

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    af7712e View commit details
    Browse the repository at this point in the history
  2. Bumped to 2.2.1

    schinery committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6a53a9b View commit details
    Browse the repository at this point in the history
  3. Bump the ruby-dependencies group with 2 updates (#133)

    Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) and [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    
    Updates `rspec` from 3.12.0 to 3.13.0
    - [Commits](rspec/rspec-metagem@v3.12.0...v3.13.0)
    
    Updates `rubocop` from 1.60.1 to 1.60.2
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.60.1...v1.60.2)
    
    ---
    updated-dependencies:
    - dependency-name: rspec
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: ruby-dependencies
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: ruby-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b5deeee View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Bump the ruby-dependencies group with 3 updates (#136)

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop), [rubocop-rails](https://github.com/rubocop/rubocop-rails) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version.
    
    Updates `rubocop` from 1.60.2 to 1.61.0
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.60.2...v1.61.0)
    
    Updates `rubocop-rails` from 2.23.1 to 2.24.0
    - [Release notes](https://github.com/rubocop/rubocop-rails/releases)
    - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop-rails@v2.23.1...v2.24.0)
    
    Updates `rubocop-rspec` from 2.26.1 to 2.27.1
    - [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
    - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop-rspec@v2.26.1...v2.27.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: ruby-dependencies
    - dependency-name: rubocop-rails
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: ruby-dependencies
    - dependency-name: rubocop-rspec
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: ruby-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2342bc4 View commit details
    Browse the repository at this point in the history
  2. Bump rails from 7.1.3 to 7.1.3.2 (#135)

    Bumps [rails](https://github.com/rails/rails) from 7.1.3 to 7.1.3.2.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Commits](rails/rails@v7.1.3...v7.1.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: rails
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6358e78 View commit details
    Browse the repository at this point in the history
  3. Bumped to 2.3.0

    schinery committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8f8a4fd View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Bump the ruby-dependencies group with 1 update (#138)

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    
    Updates `rubocop` from 1.61.0 to 1.62.1
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.61.0...v1.62.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: ruby-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    03625d8 View commit details
    Browse the repository at this point in the history
  2. Bumped to 2.4.0

    schinery committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6cfa680 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Bump the ruby-dependencies group with 3 updates (#140)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    db281f5 View commit details
    Browse the repository at this point in the history
  2. Bumped to 2.5.0

    schinery committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    949732a View commit details
    Browse the repository at this point in the history
Loading