Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !2328

Bump faker from 3.1.0 to 3.1.1

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/bundler/faker-3.1.1 into main Feb 06, 2023
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: dependabot[bot]

Bumps faker from 3.1.0 to 3.1.1.

Release notes

Sourced from faker's releases.

v3.1.1

Happy Valentine's Day with a new Faker release! 🎉

This version:

  • adds and deprecates generators
  • fixes bugs
  • updates development dependencies

Features

  • Add exclude_words keyword to Lorem Ipsum to prevent words from being produced by @​philipfong in #2665
  • Deprecate FillMurray service by @​ferblape in #2657
  • Airports by @​ZionMiller in faker-ruby/faker#2682

Bug fixes

  • Fix simple typo in es.yml by @​hslzr in faker-ruby/faker#2675
  • Test the Vehicle VIN validator with known good and bad values, fixes … by @​alextaujenis in faker-ruby/faker#2640
  • Fix you're/your typo and inaccuracy in Star Wars quote by @​dwilsonactual in faker-ruby/faker#2693
  • Revert "Typo in Ukrainian locale, fixes #2620" by @​thdaraujo in faker-ruby/faker#2690

Update local dependencies

  • Adds Ruby 3.2 to the CI matrix. Updates checkout action version. by @​petergoldstein in faker-ruby/faker#2673
  • Update rubocop-minitest requirement from = 0.25.0 to = 0.25.1 by @​dependabot in faker-ruby/faker#2674
  • Update minitest requirement from = 5.16.3 to = 5.17.0 by @​dependabot in faker-ruby/faker#2677
  • Update pry requirement from = 0.14.1 to = 0.14.2 by @​dependabot in faker-ruby/faker#2680
  • Update simplecov requirement from = 0.21.2 to = 0.22.0 by @​dependabot in faker-ruby/faker#2672
  • Update rubocop requirement from = 1.44.0 to = 1.44.1 by @​dependabot in faker-ruby/faker#2691

New Contributors

  • @​hslzr made their first contribution in faker-ruby/faker#2675
  • @​ferblape made their first contribution in faker-ruby/faker#2657
  • @​petergoldstein made their first contribution in faker-ruby/faker#2673
  • @​dwilsonactual made their first contribution in faker-ruby/faker#2693

Full Changelog: https://github.com/faker-ruby/faker/compare/v3.1.0...v.3.1.1

Changelog

Sourced from faker's changelog.

v3.1.1 (2023-02-03)

Happy Valentine's Day with a new Faker release! 🎉

This version:

  • adds and deprecates generators
  • fixes bugs
  • updates development dependencies

Features

  • Add exclude_words keyword to Lorem Ipsum to prevent words from being produced by @​philipfong in #2665
  • Deprecate FillMurray service by @​ferblape in #2657
  • Airports by @​ZionMiller in faker-ruby/faker#2682

Bug fixes

  • Fix simple typo in es.yml by @​hslzr in faker-ruby/faker#2675
  • Test the Vehicle VIN validator with known good and bad values, fixes … by @​alextaujenis in faker-ruby/faker#2640
  • Fix you're/your typo and inaccuracy in Star Wars quote by @​dwilsonactual in faker-ruby/faker#2693
  • Revert "Typo in Ukrainian locale, fixes #2620" by @​thdaraujo in faker-ruby/faker#2690

Update local dependencies

  • Adds Ruby 3.2 to the CI matrix. Updates checkout action version. by @​petergoldstein in faker-ruby/faker#2673
  • Update rubocop-minitest requirement from = 0.25.0 to = 0.25.1 by @​dependabot in faker-ruby/faker#2674
  • Update minitest requirement from = 5.16.3 to = 5.17.0 by @​dependabot in faker-ruby/faker#2677
  • Update pry requirement from = 0.14.1 to = 0.14.2 by @​dependabot in faker-ruby/faker#2680
  • Update simplecov requirement from = 0.21.2 to = 0.22.0 by @​dependabot in faker-ruby/faker#2672
  • Update rubocop requirement from = 1.44.0 to = 1.44.1 by @​dependabot in faker-ruby/faker#2691

New Contributors

  • @​hslzr made their first contribution in faker-ruby/faker#2675
  • @​ferblape made their first contribution in faker-ruby/faker#2657
  • @​petergoldstein made their first contribution in faker-ruby/faker#2673
  • @​dwilsonactual made their first contribution in faker-ruby/faker#2693

Full Changelog: https://github.com/faker-ruby/faker/compare/v3.1.0...v.3.1.1


Commits
  • c171711 Bump faker to v3.1.1 (#2696)
  • 4f4c672 Fix you're/your typo and inaccuracy in Star Wars quote (#2693)
  • 3088c5a Update rubocop requirement from = 1.44.0 to = 1.44.1 (#2691)
  • 1c868b2 Revert "Typo in Ukrainian locale, fixes #2620" (#2690)
  • 2f63c85 Test the Vehicle VIN validator with known good and bad values, fixes … (#2640)
  • 9246681 Update rubocop requirement from = 1.43.0 to = 1.44.0 (#2688)
  • 800b7d5 Airports (#2682)
  • e199b6d Update simplecov requirement from = 0.21.2 to = 0.22.0 (#2672)
  • fb1affb Adds Ruby 3.2 to the CI matrix. Updates checkout action version. (#2673)
  • 7cfabab Deprecate FillMurray service (#2657)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependabot/bundler/faker-3.1.1