Skip to content

Commit

Permalink
Update faker requirement from ~> 2 to ~> 3 (#321)
Browse files Browse the repository at this point in the history
Updates the requirements on [faker](https://github.com/faker-ruby/faker) to permit the latest version.
- [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.22.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent 9bc5143 commit 156cbc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
docile (1.4.0)
faker (2.22.0)
faker (3.2.1)
i18n (>= 1.8.11, < 2)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -82,7 +82,7 @@ PLATFORMS
ruby

DEPENDENCIES
faker (~> 2)
faker (~> 3)
onlyoffice_bugzilla_helper!
overcommit (~> 0)
rake (~> 13)
Expand Down
2 changes: 1 addition & 1 deletion onlyoffice_bugzilla_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
}
s.email = ['shockwavenn@gmail.com']
s.files = Dir['lib/**/*']
s.add_development_dependency('faker', '~> 2')
s.add_development_dependency('faker', '~> 3')
s.add_development_dependency('overcommit', '~> 0')
s.add_development_dependency('rake', '~> 13')
s.add_development_dependency('rspec', '~> 3')
Expand Down

0 comments on commit 156cbc9

Please sign in to comment.