From 97dd149aa0b820f0c834f8bc7c62c8faf2ee8d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 8 Jun 2015 10:10:39 +0200 Subject: [PATCH] bump timecop --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 921c12cd5..21d7dd75b 100644 --- a/Gemfile +++ b/Gemfile @@ -272,7 +272,7 @@ group :test do # General helpers gem "factory_girl_rails", "4.5.0" - gem "timecop", "0.7.3" + gem "timecop", "0.7.4" gem "webmock", "1.21.0", require: false gem "shoulda-matchers", "2.8.0", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 9f0e7ecba..2cc7dd93e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -697,7 +697,7 @@ GEM thor (0.19.1) thread_safe (0.3.5) tilt (1.4.1) - timecop (0.7.3) + timecop (0.7.4) timers (4.0.1) hitimes twitter (5.14.0) @@ -863,7 +863,7 @@ DEPENDENCIES spring-commands-cucumber (= 1.0.1) spring-commands-rspec (= 1.0.4) test_after_commit (= 0.4.1) - timecop (= 0.7.3) + timecop (= 0.7.4) twitter (= 5.14.0) twitter-text (= 1.12.0) typhoeus (= 0.7.1)