Skip to content

Commit

Permalink
Update timecop requirement from = 0.9.2 to = 0.9.4 (#2264)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Feb 11, 2021
1 parent 04d7430 commit 1a6f51a
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 @@ -46,7 +46,7 @@ GEM
simplecov-html (0.10.2)
test-unit (3.3.8)
power_assert
timecop (0.9.2)
timecop (0.9.4)
unicode-display_width (1.7.0)
yard (0.9.25)

Expand All @@ -61,7 +61,7 @@ DEPENDENCIES
rubocop (= 1.1.0)
simplecov (= 0.17.1)
test-unit (= 3.3.8)
timecop (= 0.9.2)
timecop (= 0.9.4)
yard (= 0.9.25)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('rubocop', '1.1.0')
spec.add_development_dependency('simplecov', '0.17.1')
spec.add_development_dependency('test-unit', '3.3.8')
spec.add_development_dependency('timecop', '0.9.2')
spec.add_development_dependency('timecop', '0.9.4')
spec.add_development_dependency('yard', '0.9.25')
end

0 comments on commit 1a6f51a

Please sign in to comment.