From b48c72f18865ab8f305528abe64811e83002f103 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 27 Jun 2022 02:32:43 +0200 Subject: [PATCH] Bump timecop --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c94bd6143..9d1725147 100644 --- a/Gemfile +++ b/Gemfile @@ -283,7 +283,7 @@ group :test do gem "factory_girl_rails", "4.9.0" gem "shoulda-matchers", "4.5.1" - gem "timecop", "0.9.4" + gem "timecop", "0.9.5" gem "webmock", "3.14.0", require: false gem "diaspora_federation-test", "0.2.7" diff --git a/Gemfile.lock b/Gemfile.lock index d3e4e3a89..6c0074f19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -723,7 +723,7 @@ GEM thor (1.2.1) thread_safe (0.3.6) tilt (2.0.10) - timecop (0.9.4) + timecop (0.9.5) timers (4.3.3) toml-rb (2.1.2) citrus (~> 3.0, > 3.0) @@ -915,7 +915,7 @@ DEPENDENCIES sprockets-rails (= 3.4.2) string-direction (= 1.2.2) terser (= 1.1.10) - timecop (= 0.9.4) + timecop (= 0.9.5) toml-rb (= 2.1.2) turbo_dev_assets (= 0.0.2) twitter (= 7.0.0)