diff --git a/Gemfile b/Gemfile index f9cdcdcce..624a90f90 100644 --- a/Gemfile +++ b/Gemfile @@ -200,7 +200,7 @@ group :test do # General helpers gem 'factory_girl_rails', '4.2.1' - gem 'timecop', '0.7.0' + gem 'timecop', '0.7.1' gem 'webmock', '1.13.0', :require => false end diff --git a/Gemfile.lock b/Gemfile.lock index a319202c8..be9bf4521 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -393,7 +393,7 @@ GEM test_after_commit (0.2.0) thor (0.18.1) tilt (1.4.1) - timecop (0.7.0) + timecop (0.7.1) timers (1.1.0) treetop (1.4.15) polyglot @@ -502,7 +502,7 @@ DEPENDENCIES spork (= 1.0.0rc3) strong_parameters test_after_commit (= 0.2.0) - timecop (= 0.7.0) + timecop (= 0.7.1) twitter (= 4.8.1) typhoeus (= 0.6.3) uglifier (= 2.1.2)