Skip to content

Commit ffc20c9

Browse files
Bump faker from 3.5.3 to 3.6.0 (#453)
Bumps [faker](https://github.com/faker-ruby/faker) from 3.5.3 to 3.6.0. - [Release notes](https://github.com/faker-ruby/faker/releases) - [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md) - [Commits](faker-ruby/faker@v3.5.3...v3.6.0) --- updated-dependencies: - dependency-name: faker dependency-version: 3.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b034a78 commit ffc20c9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ end
3333

3434
group :test do
3535
gem 'factory_bot', '~> 6.5'
36-
gem 'faker', '~> 3.5'
36+
gem 'faker', '~> 3.6'
3737
gem 'rack-test', '~> 2.2'
3838
gem 'rspec', '~> 3.13'
3939
gem 'simplecov', '~> 0.22.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ GEM
6969
erubi (1.12.0)
7070
factory_bot (6.5.6)
7171
activesupport (>= 6.1.0)
72-
faker (3.5.3)
72+
faker (3.6.0)
7373
i18n (>= 1.8.11, < 2)
7474
ffi (1.17.2)
7575
ffi (1.17.2-aarch64-linux-musl)
@@ -319,7 +319,7 @@ DEPENDENCIES
319319
bundler-audit (~> 0.9.3)
320320
config (~> 5.6)
321321
factory_bot (~> 6.5)
322-
faker (~> 3.5)
322+
faker (~> 3.6)
323323
grape (~> 2.4)
324324
grape-entity (~> 1.0.0)
325325
grape-jwt-authentication (~> 3.4)

0 commit comments

Comments
 (0)