Skip to content

Commit ade1040

Browse files
Bump timecop from 0.9.10 to 0.9.11 (#3236)
Bumps [timecop](https://github.com/travisjeffery/timecop) from 0.9.10 to 0.9.11. - [Changelog](https://github.com/travisjeffery/timecop/blob/master/History.md) - [Commits](travisjeffery/timecop@v0.9.10...v0.9.11) --- updated-dependencies: - dependency-name: timecop dependency-version: 0.9.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc6f7a2 commit ade1040

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'rubocop-minitest', '0.39.1'
1515
gem 'rubocop-rake', '0.7.1'
1616
gem 'simplecov', '0.22.0'
1717
gem 'test-unit', '3.7.7'
18-
gem 'timecop', '0.9.10'
18+
gem 'timecop', '0.9.11'
1919
gem 'yard', '0.9.40'
2020

2121
# TODO: remove when Ruby 3.1 is no longer supported

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ GEM
9797
stringio (3.2.0)
9898
test-unit (3.7.7)
9999
power_assert
100-
timecop (0.9.10)
100+
timecop (0.9.11)
101101
tsort (0.2.0)
102102
unicode-display_width (3.2.0)
103103
unicode-emoji (~> 4.1)
@@ -123,7 +123,7 @@ DEPENDENCIES
123123
rubocop-rake (= 0.7.1)
124124
simplecov (= 0.22.0)
125125
test-unit (= 3.7.7)
126-
timecop (= 0.9.10)
126+
timecop (= 0.9.11)
127127
yard (= 0.9.40)
128128

129129
BUNDLED WITH

0 commit comments

Comments
 (0)