Skip to content

Commit

Permalink
Bump faker from 3.2.2 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [faker](https://github.com/faker-ruby/faker) from 3.2.2 to 3.3.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.2.2...v3.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 96cc420 commit e39b9a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ group :development, :test do
end

group :development do
gem 'faker', '~> 3.2'
gem 'faker', '~> 3.3'
gem 'hotwire-livereload'
gem 'letter_opener'
gem 'rubocop-capybara', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.2.2)
faker (3.3.0)
i18n (>= 1.8.11, < 2)
ferrum (0.13)
addressable (~> 2.5)
Expand All @@ -154,7 +154,7 @@ GEM
hotwire-livereload (1.2.3)
listen (>= 3.0.0)
rails (>= 6.0.0)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
Expand Down Expand Up @@ -383,7 +383,7 @@ DEPENDENCIES
debug
dotenv-rails
factory_bot_rails
faker (~> 3.2)
faker (~> 3.3)
friendly_id (~> 5.5.0)
hotwire-livereload
image_processing
Expand Down

0 comments on commit e39b9a4

Please sign in to comment.