From 095a86cbbf2ad16017f08ca0529a0636ce2e4148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:24:34 +0000 Subject: [PATCH] Bump timecop from 0.9.10 to 0.9.11 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](https://github.com/travisjeffery/timecop/compare/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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6b3e5dc69c..1ba8aeafc5 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'rubocop-minitest', '0.38.2' gem 'rubocop-rake', '0.7.1' gem 'simplecov', '0.22.0' gem 'test-unit', '3.7.7' -gem 'timecop', '0.9.10' +gem 'timecop', '0.9.11' gem 'yard', '0.9.38' # TODO: remove when Ruby 3.1 is no longer supported diff --git a/Gemfile.lock b/Gemfile.lock index 275b69d382..d72296ca44 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM stringio (3.2.0) test-unit (3.7.7) power_assert - timecop (0.9.10) + timecop (0.9.11) tsort (0.2.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) @@ -113,7 +113,7 @@ DEPENDENCIES rubocop-rake (= 0.7.1) simplecov (= 0.22.0) test-unit (= 3.7.7) - timecop (= 0.9.10) + timecop (= 0.9.11) yard (= 0.9.38) BUNDLED WITH