Skip to content

Commit

Permalink
chore(deps):(deps-dev): Update faker requirement from ~> 2.0 to ~> 3.2
Browse files Browse the repository at this point in the history
Updates the requirements on [faker](https://github.com/faker-ruby/faker) to permit the latest version.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](faker-ruby/faker@v2.21.0...v3.2.1)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2023
1 parent 3fc38b3 commit fd6bfe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ GEM
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
erubi (1.12.0)
faker (2.21.0)
faker (3.2.1)
i18n (>= 1.8.11, < 2)
faraday (1.10.3)
faraday-em_http (~> 1.0)
Expand Down Expand Up @@ -408,7 +408,7 @@ DEPENDENCIES
code-scanning-rubocop
devise_auth0!
dotenv
faker (~> 2.0)
faker (~> 3.2)
multi_json
multipart-parser (~> 0.1.1)
pry-byebug (~> 3.7)
Expand Down
2 changes: 1 addition & 1 deletion devise_auth0.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |s|
s.add_development_dependency("bundler", "~> 2.0")
s.add_development_dependency("code-scanning-rubocop")
s.add_development_dependency("dotenv")
s.add_development_dependency("faker", "~> 2.0")
s.add_development_dependency("faker", "~> 3.2")
s.add_development_dependency("multi_json")
s.add_development_dependency("multipart-parser", "~> 0.1.1")
s.add_development_dependency("pry-byebug", "~> 3.7")
Expand Down

0 comments on commit fd6bfe2

Please sign in to comment.