Skip to content

Commit

Permalink
Bump faker from 2.23.0 to 3.2.1
Browse files Browse the repository at this point in the history
Bumps [faker](https://github.com/faker-ruby/faker) from 2.23.0 to 3.2.1.
- [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.23.0...v3.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 1, 2023
1 parent 0e0de6e commit 1706d77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -40,7 +40,7 @@ end

group :test do
gem 'factory_bot_rails', '~> 6.2'
gem 'faker', '~> 2.19'
gem 'faker', '~> 3.2'
end

group :development do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -87,7 +87,7 @@ GEM
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faker (2.23.0)
faker (3.2.1)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
ffi-compiler (1.0.1)
Expand Down Expand Up @@ -119,7 +119,7 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
http-form_data (2.3.0)
i18n (1.14.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.7.0)
Expand Down Expand Up @@ -297,7 +297,7 @@ DEPENDENCIES
debug (~> 1.6)
dotenv-rails
factory_bot_rails (~> 6.2)
faker (~> 2.19)
faker (~> 3.2)
guard-rspec
honeybadger (~> 5.2)
http
Expand Down

0 comments on commit 1706d77

Please sign in to comment.