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

Bump faker from 1.9.6 to 2.1.2

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/bundler/faker-2.1.2 into master Aug 12, 2019
  • Overview 3
  • Commits 2
  • Pipelines 0
  • Changes 2

Created by: dependabot-preview[bot]

Bumps faker from 1.9.6 to 2.1.2.

Release notes

Sourced from faker's releases.

v2.1.2

v2.1.2 (2019-10-08)

Enhancements

  • [PR #1495](https://github-redirect.dependabot.com/stympy/faker/pull/1495) Add Brazilian documents generation and documentation @​lucasqueiroz

Issues

We had to use bundled with 1.7.3 to avoid some issues.

v2.1.1

v2.1.1 (2019-10-08)

Bug/Fixes

  • [PR #1685](https://github-redirect.dependabot.com/stympy/faker/pull/1685) Upgrade i18n @​EduardoGHdez

bundler-audit has identified that i18 has fix a security vulnerability, that has been fixed in the 0.8 version.

  • [PR #1683](https://github-redirect.dependabot.com/stympy/faker/pull/1683) Rollback Faker::Time changes @​vbrazo

Rollback Faker::Time changes because we should expect the date format from activesupport's en.yml.

Documentation

  • [PR #1677](https://github-redirect.dependabot.com/stympy/faker/pull/1677) Fix docs for Internet#password generator @​ur5us

v2.1.0

v2.1.0 (2019-31-07)

Bug/Fixes

  • [PR #1675](https://github-redirect.dependabot.com/stympy/faker/pull/1675) Fix off-by-one error when formatting month names @​jutonz

This change required a quick release because it's a breaking issue. Every place where I18n.l() was used began to display the wrong date, causing test suite to fail and frustration for developers.

Release Faker 2.0

v2.0 (2019-31-07)

Important Note:

Version 2 has several breaking changes. We replaced positional arguments with keyword arguments and the list below contains all the changed methods:

  • Faker::Books::Dune.quote(character = nil) becomes Faker::Books::Dune.quote(character: nil)
  • Faker::Books::Dune.saying(source = nil) becomes Faker::Books::Dune.saying(source: nil)
  • Faker::Books::Lovecraft.fhtagn(number_of = nil) becomes Faker::Books::Lovecraft.fhtagn(number: nil)
  • Faker::Books::Lovecraft.paragraph(sentence_count = nil, random_sentences_to_add = nil) becomes Faker::Books::Lovecraft.paragraph(sentence_count: nil, random_sentences_to_add: nil)
  • Faker::Books::Lovecraft.paragraph_by_chars(chars = nil) becomes Faker::Books::Lovecraft.paragraph_by_chars(characters: nil)
  • Faker::Books::Lovecraft.paragraphs(paragraph_count = nil) becomes Faker::Books::Lovecraft.paragraphs(number: nil)
  • Faker::Books::Lovecraft.sentence(word_count = nil, random_words_to_add = nil) becomes Faker::Books::Lovecraft.sentence(word_count: nil, random_words_to_add: nil)
  • Faker::Books::Lovecraft.sentences(sentence_count = nil) becomes Faker::Books::Lovecraft.sentences(number: nil)
... (truncated)
Changelog

Sourced from faker's changelog.

v2.1.2 (2019-10-08)

Enhancements

  • [PR #1495](https://github-redirect.dependabot.com/stympy/faker/pull/1495) Add Brazilian documents generation and documentation @​lucasqueiroz

Issues

We had to use bundled with 1.7.3 to avoid some issues.

v2.1.1 (2019-10-08)

Bug/Fixes

  • [PR #1685](https://github-redirect.dependabot.com/stympy/faker/pull/1685) Upgrade i18n @​EduardoGHdez

bundler-audit has identified that i18 has fix a security vulnerability, that has been fixed in the 0.8 version.

  • [PR #1683](https://github-redirect.dependabot.com/stympy/faker/pull/1683) Rollback Faker::Time changes @​vbrazo

Rollback Faker::Time changes because we should expect the date format from activesupport's en.yml.

Documentation

  • [PR #1677](https://github-redirect.dependabot.com/stympy/faker/pull/1677) Fix docs for Internet#password generator @​ur5us

v2.1.0 (2019-31-07)

Bug/Fixes

  • [PR #1675](https://github-redirect.dependabot.com/stympy/faker/pull/1675) Fix off-by-one error when formatting month names @​jutonz

This change required a quick release because it's a breaking issue. Every place where I18n.l() was used began to display the wrong date, causing test suite to fail.


v2.0 (2019-31-07)

Important Note:

Version 2 has several breaking changes. We replaced positional arguments with keyword arguments and the list below contains all the changed methods:

  • Faker::Books::Dune.quote(character = nil) becomes Faker::Books::Dune.quote(character: nil)
  • Faker::Books::Dune.saying(source = nil) becomes Faker::Books::Dune.saying(source: nil)
  • Faker::Books::Lovecraft.fhtagn(number_of = nil) becomes Faker::Books::Lovecraft.fhtagn(number: nil)
  • Faker::Books::Lovecraft.paragraph(sentence_count = nil, random_sentences_to_add = nil) becomes Faker::Books::Lovecraft.paragraph(sentence_count: nil, random_sentences_to_add: nil)
  • Faker::Books::Lovecraft.paragraph_by_chars(chars = nil) becomes Faker::Books::Lovecraft.paragraph_by_chars(characters: nil)
  • Faker::Books::Lovecraft.paragraphs(paragraph_count = nil) becomes Faker::Books::Lovecraft.paragraphs(number: nil)
  • Faker::Books::Lovecraft.sentence(word_count = nil, random_words_to_add = nil) becomes Faker::Books::Lovecraft.sentence(word_count: nil, random_words_to_add: nil)
  • Faker::Books::Lovecraft.sentences(sentence_count = nil) becomes Faker::Books::Lovecraft.sentences(number: nil)
... (truncated)
Commits
  • 7d37acf Bump version to 2.1.2
  • ea3a059 Add Brazilian documents generation and documentation (#1495)
  • 5d224d5 BUNDLED WITH 1.17.3
  • cde67dd Bump version to 2.1.1
  • 9b55805 Upgrade i18n (#1685)
  • 5ea0557 Rollback Faker::Time changes (#1683)
  • b3fe778 Update README.md (#1678)
  • 129dd49 Fix docs for Internet#password generator (#1677)
  • 0deec17 Update CHANGELOG
  • c45c5db Bump to 2.1.0
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependabot/bundler/faker-2.1.2