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
  • !2305

Bump faker from 3.0.0 to 3.1.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/bundler/faker-3.1.0 into main Dec 23, 2022
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: dependabot[bot]

Bumps faker from 3.0.0 to 3.1.0.

Release notes

Sourced from faker's releases.

v3.1.0

Happy Holidays with a new Faker release! 🎉

This version:

  • adds and removes generators
  • fixes bugs
  • update dependencies

See changelog for full details.

Features

  • Simple Japanesemedia::CowboyBebop module by @​Ivan-P23994 in faker-ruby/faker#2617
  • added travel folder and airports by @​ZionMiller in faker-ruby/faker#2601
  • Spongebob TV show collections by @​kleinjm in faker-ruby/faker#2619
  • Add pre-push hook example by @​akanshak984 in faker-ruby/faker#2606

Bug fixes

  • fix: ensure generated passwords have correct characters when mix_case & special_characters enabled by @​tiff-o in faker-ruby/faker#2533
  • Fix: ensure sport generator produces single sport unless a number of sports is requested by @​si-lens in faker-ruby/faker#2616
  • Remove typo in ISSUE_TEMPLATE to check Faker version by @​loqimean in faker-ruby/faker#2621
  • Typo in Ukrainian locale, fixes #2620 by @​Newman101 in faker-ruby/faker#2622
  • Remove english characters in ja locale file, fixes faker-ruby#2637 by @​alextaujenis in faker-ruby/faker#2638
  • Fix country code length for non EN locale by @​vbrazo in faker-ruby/faker#2669

What's Changed

  • Removed LoremPixel Files by @​uzorjchibuzor in faker-ruby/faker#2664
  • Document IBAN digits validity generator by @​stefannibrasil in faker-ruby/faker#2625
  • Create random vehicle vin numbers with the correct check-digit by @​alextaujenis in faker-ruby/faker#2633
  • Fix formatting in internet/http.md documentation by @​Newman101 in faker-ruby/faker#2647
  • Remove deprecated ru paul documentation by @​italopires in faker-ruby/faker#2651
  • Add Ruby as specified language in code block by @​luciagirasoles in faker-ruby/faker#2654
  • Fix some typos by @​jdufresne in faker-ruby/faker#2662
  • Remove unnecessary executable bit from several files by @​jdufresne in faker-ruby/faker#2645
  • Remove broken readme links by @​vbrazo in faker-ruby/faker#2668
  • Update minecraft.rb by @​lepinejf in faker-ruby/faker#2635
  • Update README and CONTRIBUTING guides by @​stefannibrasil in faker-ruby/faker#2630
  • Update dependabot ignore list by @​stefannibrasil in faker-ruby/faker#2629

Update local dependencies

  • Update simplecov requirement from = 0.21.0 to = 0.21.2 by @​dependabot in faker-ruby/faker#2636
  • Update timecop requirement from = 0.9.5 to = 0.9.6 by @​dependabot in faker-ruby/faker#2642
  • Update rubocop-minitest requirement from = 0.23.2 to = 0.25.0 by @​dependabot in faker-ruby/faker#2653
  • Update test-unit requirement from = 3.5.6 to = 3.5.7 by @​dependabot in faker-ruby/faker#2659
  • Update rubocop requirement from = 1.41.0 to = 1.41.1 by @​dependabot in faker-ruby/faker#2667

New Contributors

  • @​si-lens made their first contribution in faker-ruby/faker#2616
  • @​Ivan-P23994 made their first contribution in faker-ruby/faker#2617
  • @​ZionMiller made their first contribution in faker-ruby/faker#2601

... (truncated)

Changelog

Sourced from faker's changelog.

v3.1.0 (2022-12-23)

Happy Holidays with a new Faker release! 🎉

This version:

  • adds and removes generators
  • fixes bugs
  • updates dependencies

Features

  • Simple Japanesemedia::CowboyBebop module by @​Ivan-P23994 in faker-ruby/faker#2617
  • added travel folder and airports by @​ZionMiller in faker-ruby/faker#2601
  • Spongebob TV show collections by @​kleinjm in faker-ruby/faker#2619
  • Add pre-push hook example by @​akanshak984 in faker-ruby/faker#2606

Bug fixes

  • fix: ensure generated passwords have correct characters when mix_case & special_characters enabled by @​tiff-o in faker-ruby/faker#2533
  • Fix: ensure sport generator produces single sport unless a number of sports is requested by @​si-lens in faker-ruby/faker#2616
  • Remove typo in ISSUE_TEMPLATE to check Faker version by @​loqimean in faker-ruby/faker#2621
  • Typo in Ukrainian locale, fixes #2620 by @​Newman101 in faker-ruby/faker#2622
  • Remove english characters in ja locale file, fixes faker-ruby#2637 by @​alextaujenis in faker-ruby/faker#2638
  • Fix country code length for non EN locale by @​vbrazo in faker-ruby/faker#2669

What's Changed

  • Removed LoremPixel Files by @​uzorjchibuzor in faker-ruby/faker#2664
  • Document IBAN digits validity generator by @​stefannibrasil in faker-ruby/faker#2625
  • Create random vehicle vin numbers with the correct check-digit by @​alextaujenis in faker-ruby/faker#2633
  • Fix formatting in internet/http.md documentation by @​Newman101 in faker-ruby/faker#2647
  • Remove deprecated ru paul documentation by @​italopires in faker-ruby/faker#2651
  • Add Ruby as specified language in code block by @​luciagirasoles in faker-ruby/faker#2654
  • Fix some typos by @​jdufresne in faker-ruby/faker#2662
  • Remove unnecessary executable bit from several files by @​jdufresne in faker-ruby/faker#2645
  • Remove broken readme links by @​vbrazo in faker-ruby/faker#2668
  • Update minecraft.rb by @​lepinejf in faker-ruby/faker#2635
  • Update README and CONTRIBUTING guides by @​stefannibrasil in faker-ruby/faker#2630
  • Update dependabot ignore list by @​stefannibrasil in faker-ruby/faker#2629

Update local dependencies

  • Update simplecov requirement from = 0.21.0 to = 0.21.2 by @​dependabot in faker-ruby/faker#2636
  • Update timecop requirement from = 0.9.5 to = 0.9.6 by @​dependabot in faker-ruby/faker#2642
  • Update rubocop-minitest requirement from = 0.23.2 to = 0.25.0 by @​dependabot in faker-ruby/faker#2653
  • Update test-unit requirement from = 3.5.6 to = 3.5.7 by @​dependabot in faker-ruby/faker#2659
  • Update rubocop requirement from = 1.41.0 to = 1.41.1 by @​dependabot in faker-ruby/faker#2667

New Contributors

  • @​si-lens made their first contribution in faker-ruby/faker#2616
  • @​Ivan-P23994 made their first contribution in faker-ruby/faker#2617
  • @​ZionMiller made their first contribution in faker-ruby/faker#2601
  • @​loqimean made their first contribution in faker-ruby/faker#2621

... (truncated)

Commits
  • 92d3dfb Fix country code length for non EN locale (#2669)
  • c960229 Remove broken readme links (#2668)
  • 19a18ec lorem_pixel test file and class file and documentation with reference to the ...
  • 4e571bb Update rubocop requirement from = 1.41.0 to = 1.41.1 (#2667)
  • f6957ed Update rubocop requirement from = 1.40.0 to = 1.41.0 (#2666)
  • 3283761 Remove executable bit from several files (#2645)
  • b2eb378 Improve Deprecation guide in CONTRIBUTING docs
  • 63e5639 Bump rubocop to 1.40.0 and Fix Style/RedundantRegexpEscape RuboCop offense (#...
  • 7df22a4 Update test-unit requirement from = 3.5.6 to = 3.5.7 (#2659)
  • 1cad1c4 Fix some typos (#2662)
  • 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.0