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: faker-ruby/faker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.1
Choose a base ref
...
head repository: faker-ruby/faker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.7.1
Choose a head ref
  • 9 commits
  • 11 files changed
  • 5 contributors

Commits on Mar 7, 2026

  1. Bump rubocop from 1.85.0 to 1.85.1 (#3222)

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.85.0 to 1.85.1.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.85.0...v1.85.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-version: 1.85.1
      dependency-type: direct:production
      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 7, 2026
    Configuration menu
    Copy the full SHA
    5c35fd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Remove json_schema and public-suffix version constraint (#3224)

    These were needed in #3220 but after #3222, they are not
    needed anymore.
    stefannibrasil authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    69cf1df View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2026

  1. Added additional football teams (#3231)

    Added additional football teams, to get more variety.
    John222 authored Apr 4, 2026
    Configuration menu
    Copy the full SHA
    66fb4d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. Remove duplicate 'Recalled to Life' book title (#3238)

    The title has appeared twice in the book title list since #484 (Dec 2015),
    when the list was bulk-replaced with titles sourced from Wikipedia.
    Both Reginald Hill's novel and Dickens' A Tale of Two Cities Book 1
    share the name, so the source list had two entries that were pasted
    without deduplication.
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    gkrimer and claude authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    dfb0e67 View commit details
    Browse the repository at this point in the history
  2. Bump yard from 0.9.38 to 0.9.40 (#3237)

    Bumps [yard](https://yardoc.org) from 0.9.38 to 0.9.40.
    
    ---
    updated-dependencies:
    - dependency-name: yard
      dependency-version: 0.9.40
      dependency-type: direct:production
      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>
    Co-authored-by: Stefanni Brasil <[email protected]>
    dependabot[bot] and stefannibrasil authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    bc6f7a2 View commit details
    Browse the repository at this point in the history
  3. Bump timecop from 0.9.10 to 0.9.11 (#3236)

    Bumps [timecop](https://github.com/travisjeffery/timecop) from 0.9.10 to 0.9.11.
    - [Changelog](https://github.com/travisjeffery/timecop/blob/master/History.md)
    - [Commits](travisjeffery/timecop@v0.9.10...v0.9.11)
    
    ---
    updated-dependencies:
    - dependency-name: timecop
      dependency-version: 0.9.11
      dependency-type: direct:production
      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 Apr 14, 2026
    Configuration menu
    Copy the full SHA
    ade1040 View commit details
    Browse the repository at this point in the history
  4. Bump rubocop from 1.85.1 to 1.86.1 (#3235)

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.85.1 to 1.86.1.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.85.1...v1.86.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-version: 1.86.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    381ff5b View commit details
    Browse the repository at this point in the history
  5. Drop support for Ruby 3.1 (#3240)

    Ruby 3.1 is not maintained anymore.
    Following our Maintaining guidelines,
    we aim to support only one EOL version at a time.
    
    The minimum Ruby version is now 3.2.
    stefannibrasil authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    c55d8f5 View commit details
    Browse the repository at this point in the history
  6. Bump faker to v3.7.1

    stefannibrasil committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    737ae42 View commit details
    Browse the repository at this point in the history
Loading