Skip to content

Commit

Permalink
Bump rubocop-faker from 1.2.0 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-faker](https://github.com/koic/rubocop-faker) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/koic/rubocop-faker/releases)
- [Changelog](https://github.com/koic/rubocop-faker/blob/master/CHANGELOG.md)
- [Commits](koic/rubocop-faker@v1.2.0...v1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2025
1 parent 07e5be6 commit a6f09ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ group :development, :test do
gem "rubocop-rspec_rails", "~> 2.30", require: false
gem "rubocop-capybara", "~> 2.21", require: false
gem "rubocop-factory_bot", "~> 2.26", require: false
gem "rubocop-faker", "~> 1.2", require: false
gem "rubocop-faker", "~> 1.3", require: false

gem "factory_bot_rails", "~> 6.4"
gem "faker", "~> 3.5"
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,10 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-faker (1.2.0)
rubocop-faker (1.3.0)
faker (>= 2.12.0)
rubocop (>= 1.13.0)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
Expand Down Expand Up @@ -512,7 +513,7 @@ DEPENDENCIES
rubocop (~> 1.71)
rubocop-capybara (~> 2.21)
rubocop-factory_bot (~> 2.26)
rubocop-faker (~> 1.2)
rubocop-faker (~> 1.3)
rubocop-performance (~> 1.24)
rubocop-rails (~> 2.30)
rubocop-rails-omakase
Expand Down

0 comments on commit a6f09ed

Please sign in to comment.