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: jotolo/ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: airbnb/ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 56 files changed
  • 7 contributors

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    baee021 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1939a2f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Support ruby 3.1 (airbnb#189)

    **BREAKING**: Drop support for ruby 2.4
    
    * Upgrade rubocop to version 1.22.0
    * InvalidPredicateMatcher and CustomIncludeMethods are removed
    * Add dependencies on `rubocop-rails` and `rubocop-performance`
    
    Thanks @bmulholland and @RenzoMinelli
    RenzoMinelli authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    762cd62 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    ca0eba6 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    baa383b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Use RESTRICT_ON_SEND (airbnb#195)

    Follow up rubocop/rubocop#8365.
    
    This PR uses `RESTRICT_ON_SEND` to restrict callbacks `on_send` to specific method names only.
    https://docs.rubocop.org/rubocop/1.46/development.html#implementation
    koic authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    edfbe1b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Use strings for ruby versions in github action (airbnb#197)

    Avoid `3.0` parsing as ruby 3 and installing 3.x, instead use `'3.0'` to fix the minor
    pariser authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    53d1094 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Support for Ruby 3.3 (airbnb#205)

    # NEW
    * added support for ruby 3.3
    
    # CHANGED
    * increased the minimum rubocop version to ~> 1.61 (from ~> 1.32.0) -- **potentially breaking**
    
    # BREAKING
    * drop support for ruby 2.6
    Geromendez135 authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e62bb1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c53a8a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Pluginfy RuboCop Airbnb (airbnb#212)

    This PR adds support for RuboCop's Plugin feature.
    
    It replaces the ad-hoc `Inject` hack with the RuboCop plugin system introduced in RuboCop 1.72.
    
    - rubocop/rubocop#13792
    - https://docs.rubocop.org/rubocop/plugin_migration_guide.html
    
    Accordingly, rubocop-airbnb has been updated to require specific versions of the following
    RuboCop extension plugins it depends on
    
    - rubocop-performance (`~> 1.24`)
    - rubocop-rails (`~> 2.30`)
    - rubocop-rspec (`~> 3.5`)
    
    The most significant change is that rubocop-rspec has been updated from version 2 to version 3.
    As a result, `RSpec/Capybara` and `RSpec/FactoryBot` have been extracted into the following extension gems:
    
    - rubocop-capybara
    - rubocop-factory_bot
    
    This PR adds dependencies on both rubocop-capybara and rubocop-rspec extensions to maintain
    the previous rubocop-rspec configuration.
    
    `RSpec/FilePath` has been split into `RSpec/SpecFilePathFormat` and `RSpec/SpecFilePathSuffix`,
    so the original disabling has been retained in the configuration.
    Similarly, `RSpec/Capybara/FeatureMethods` remains disabled as `RSpec/Dialect`.
    https://github.com/rubocop/rubocop-rspec/blob/v3.5.0/config/obsoletion.yml
    
    Resolves rubocop/rubocop-factory_bot#147.
    koic authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    c0e77f4 View commit details
    Browse the repository at this point in the history
  2. Release v8.0.0 (airbnb#213)

    pariser authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    09a4a07 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    5bcc9d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Fix warnings after Naming/PredicateName was renamed to `Naming/Pred…

    …icatePrefix` (airbnb#216)
    
    * chore: fix warnings about using deprecated `Naming/PredicateName` cop
    
    The cop was renamed to `Naming/PredicatePrefix` in `rubocop` `v1.76.0`,
    so we should use that one instead.
    
    Fixes airbnb#215.
    
    * build(deps): bump minimum required `rubocop` version to `~> 1.76`
    
    * docs: update `CHANGELOG.md` changes to be released
    santiagorodriguez96 authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    345e43b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. v8.1.0 release (airbnb#217)

    pariser authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    a885a6a View commit details
    Browse the repository at this point in the history
Loading