diff --git a/Gemfile b/Gemfile index 039358621..2d5912aca 100644 --- a/Gemfile +++ b/Gemfile @@ -194,6 +194,6 @@ group :test do # General helpers gem 'factory_girl_rails', '4.2.1' - gem 'timecop', '0.5.9.2' + gem 'timecop', '0.6.1' gem 'webmock', '1.8.11', :require => false end diff --git a/Gemfile.lock b/Gemfile.lock index 0c69613c1..228a93cb1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -379,7 +379,7 @@ GEM terminal-table (1.4.5) thor (0.17.0) tilt (1.3.6) - timecop (0.5.9.2) + timecop (0.6.1) treetop (1.4.12) polyglot polyglot (>= 0.3.1) @@ -483,7 +483,7 @@ DEPENDENCIES sass-rails (= 3.2.6) selenium-webdriver (= 2.31.0) spork (= 1.0.0rc3) - timecop (= 0.5.9.2) + timecop (= 0.6.1) twitter (= 4.6.2) typhoeus (= 0.3.3) uglifier (= 1.3.0)