diff --git a/Gemfile b/Gemfile index 8e9933ca0..c3f202e3a 100644 --- a/Gemfile +++ b/Gemfile @@ -252,7 +252,7 @@ group :test do # General helpers gem 'factory_girl_rails', '4.5.0' - gem 'timecop', '0.7.1' + gem 'timecop', '0.7.3' gem 'webmock', '1.20.4', :require => false end diff --git a/Gemfile.lock b/Gemfile.lock index 600d55861..b45d95382 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -635,7 +635,7 @@ GEM thor (0.19.1) thread_safe (0.3.4) tilt (1.4.1) - timecop (0.7.1) + timecop (0.7.3) timers (4.0.1) hitimes twitter (4.8.1) @@ -783,7 +783,7 @@ DEPENDENCIES spring-commands-cucumber (= 1.0.1) spring-commands-rspec (= 1.0.4) test_after_commit (= 0.4.0) - timecop (= 0.7.1) + timecop (= 0.7.3) twitter (= 4.8.1) twitter-text (= 1.10.0) typhoeus (= 0.6.9)