From 1e32567ff6f24b426b8073dc27c71f75c6720a70 Mon Sep 17 00:00:00 2001 From: Cyril Mougel Date: Wed, 31 Jul 2013 12:54:06 +0200 Subject: [PATCH] fix issue with timecop gem and ruby 1.8.7 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index dfa9d32..e8cd33d 100644 --- a/Gemfile +++ b/Gemfile @@ -118,7 +118,7 @@ group :test do # DatabaseCleaner 1.0.0 drop the support of ruby 1.8.7 gem 'database_cleaner', '~> 0.9.0' gem 'email_spec' - gem 'timecop' + gem 'timecop', '0.6.1' # last version compatible to ruby 1.8 gem 'coveralls', :require => false end diff --git a/Gemfile.lock b/Gemfile.lock index ae0a4ee..692f2b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,7 +182,7 @@ GEM callsite rack-contrib railties - method_source (0.8.1) + method_source (0.8.2) mime-types (1.23) mongo (1.8.6) bson (~> 1.8.6) @@ -352,7 +352,7 @@ GEM rack (>= 1.0.0) thor (0.18.1) tilt (1.4.1) - timecop (0.6.2.2) + timecop (0.6.1) treetop (1.4.14) polyglot polyglot (>= 0.3.1) @@ -442,7 +442,7 @@ DEPENDENCIES taskmapper-unfuddle (~> 0.7.0) therubyracer thin - timecop + timecop (= 0.6.1) turbo-sprockets-rails3 uglifier (>= 1.0.3) underscore-rails -- libgit2 0.21.2