Skip to content

Commit 2413e5f

Browse files
Bump faker from 2.23.0 to 3.0.0 (mastodon#20039)
Bumps [faker](https://github.com/faker-ruby/faker) from 2.23.0 to 3.0.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@v2.23.0...v3.0.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 855b611 commit 2413e5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ end
115115
group :test do
116116
gem 'capybara', '~> 3.38'
117117
gem 'climate_control', '~> 0.2'
118-
gem 'faker', '~> 2.23'
118+
gem 'faker', '~> 3.0'
119119
gem 'microformats', '~> 4.4'
120120
gem 'rails-controller-testing', '~> 1.0'
121121
gem 'rspec-sidekiq', '~> 3.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ GEM
228228
tzinfo
229229
excon (0.76.0)
230230
fabrication (2.30.0)
231-
faker (2.23.0)
231+
faker (3.0.0)
232232
i18n (>= 1.8.11, < 2)
233233
faraday (1.9.3)
234234
faraday-em_http (~> 1.0)
@@ -773,7 +773,7 @@ DEPENDENCIES
773773
dotenv-rails (~> 2.8)
774774
ed25519 (~> 1.3)
775775
fabrication (~> 2.30)
776-
faker (~> 2.23)
776+
faker (~> 3.0)
777777
fast_blank (~> 1.0)
778778
fastimage
779779
fog-core (<= 2.1.0)

0 commit comments

Comments
 (0)