Skip to content

Commit

Permalink
Update timecop requirement from = 0.9.5 to = 0.9.6 (#2642)
Browse files Browse the repository at this point in the history
Updates the requirements on [timecop](https://github.com/travisjeffery/timecop) to permit the latest version.
- [Release notes](https://github.com/travisjeffery/timecop/releases)
- [Changelog](https://github.com/travisjeffery/timecop/blob/master/History.md)
- [Commits](travisjeffery/timecop@v0.9.5...v0.9.6)

---
updated-dependencies:
- dependency-name: timecop
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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>
  • Loading branch information
dependabot[bot] authored Dec 4, 2022
1 parent b5b80ab commit 7c0f3b4
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 @@ -52,7 +52,7 @@ GEM
simplecov_json_formatter (0.1.4)
test-unit (3.5.5)
power_assert
timecop (0.9.5)
timecop (0.9.6)
unicode-display_width (2.3.0)
webrick (1.7.0)
yard (0.9.27)
Expand All @@ -71,7 +71,7 @@ DEPENDENCIES
rubocop-rake (= 0.6.0)
simplecov (= 0.21.2)
test-unit (= 3.5.5)
timecop (= 0.9.5)
timecop (= 0.9.6)
yard (= 0.9.27)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('rubocop-rake', '0.6.0')
spec.add_development_dependency('simplecov', '0.21.2')
spec.add_development_dependency('test-unit', '3.5.5')
spec.add_development_dependency('timecop', '0.9.5')
spec.add_development_dependency('timecop', '0.9.6')
spec.add_development_dependency('yard', '0.9.27')
end

0 comments on commit 7c0f3b4

Please sign in to comment.