Skip to content

Commit

Permalink
Revert "Update timecop requirement from = 0.9.1 to = 0.9.2 (faker-rub…
Browse files Browse the repository at this point in the history
…y#2160)"

This reverts commit e265941.
  • Loading branch information
droznyk committed Oct 23, 2020
1 parent de99f65 commit b41c4ab
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.6)
power_assert
timecop (0.9.2)
timecop (0.9.1)
unicode-display_width (1.7.0)
yard (0.9.25)

Expand All @@ -61,7 +61,7 @@ DEPENDENCIES
rubocop (= 0.93.1)
simplecov (= 0.17.1)
test-unit (= 3.3.6)
timecop (= 0.9.2)
timecop (= 0.9.1)
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', '0.93.1')
spec.add_development_dependency('simplecov', '0.17.1')
spec.add_development_dependency('test-unit', '3.3.6')
spec.add_development_dependency('timecop', '0.9.2')
spec.add_development_dependency('timecop', '0.9.1')
spec.add_development_dependency('yard', '0.9.25')
end

0 comments on commit b41c4ab

Please sign in to comment.