From 0c39e2521b5f8a316f9a03ed86f7238e6241081a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 6 Dec 2012 19:45:11 +0100 Subject: [PATCH] bump timecop --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 97fb0a692..4593f3744 100644 --- a/Gemfile +++ b/Gemfile @@ -143,7 +143,7 @@ group :test do gem 'cucumber-rails', '1.3.0', :require => false gem 'database_cleaner', '0.9.1' - gem 'timecop', '0.5.3' + gem 'timecop', '0.5.9' gem 'factory_girl_rails', '4.1.0' gem 'fixture_builder', '0.3.4' gem 'fuubar', '1.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1abefdec3..1d103edee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -379,7 +379,7 @@ GEM sys-proctable (0.9.2) thor (0.16.0) tilt (1.3.3) - timecop (0.5.3) + timecop (0.5.9) treetop (1.4.12) polyglot polyglot (>= 0.3.1) @@ -482,7 +482,7 @@ DEPENDENCIES sass-rails (= 3.2.5) selenium-webdriver (= 2.27.1) spork (= 1.0.0rc3) - timecop (= 0.5.3) + timecop (= 0.5.9) twitter (= 4.2.0) typhoeus (= 0.3.3) uglifier (= 1.3.0)