From 026fe3dc3d6a637d52cc598adecf5c12a7567265 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 22 Jul 2017 05:01:30 +0200 Subject: [PATCH] Bump timecop --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 50af78f30..41476b3bb 100644 --- a/Gemfile +++ b/Gemfile @@ -290,7 +290,7 @@ group :test do # General helpers gem "factory_girl_rails", "4.8.0" - gem "timecop", "0.8.1" + gem "timecop", "0.9.1" gem "webmock", "2.3.2", require: false gem "shoulda-matchers", "3.1.1" diff --git a/Gemfile.lock b/Gemfile.lock index 00366f7a7..4758e9384 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -689,7 +689,7 @@ GEM thor (0.19.1) thread_safe (0.3.6) tilt (1.4.1) - timecop (0.8.1) + timecop (0.9.1) timers (4.1.2) hitimes tins (1.13.2) @@ -885,7 +885,7 @@ DEPENDENCIES string-direction (= 1.2.0) test_after_commit (= 1.1.0) thor (= 0.19.1) - timecop (= 0.8.1) + timecop (= 0.9.1) turbo_dev_assets (= 0.0.2) twitter (= 6.1.0) twitter-text (= 1.14.7)