Commit de4e859928d22a44549ebb719bbfd669f630f1b1
1 parent
8e1e1776
Exists in
master
and in
4 other branches
install timecop for testing
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
Gemfile
@@ -27,7 +27,7 @@ group :assets do | @@ -27,7 +27,7 @@ group :assets do | ||
27 | gem 'uglifier' | 27 | gem 'uglifier' |
28 | end | 28 | end |
29 | 29 | ||
30 | -group :development do | 30 | +group :development do |
31 | gem 'rails-footnotes', '>= 3.7.5.rc4' | 31 | gem 'rails-footnotes', '>= 3.7.5.rc4' |
32 | gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git' | 32 | gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git' |
33 | end | 33 | end |
@@ -42,6 +42,7 @@ group :development, :test do | @@ -42,6 +42,7 @@ group :development, :test do | ||
42 | gem 'awesome_print' | 42 | gem 'awesome_print' |
43 | gem 'database_cleaner' | 43 | gem 'database_cleaner' |
44 | gem 'launchy' | 44 | gem 'launchy' |
45 | + gem 'timecop' | ||
45 | end | 46 | end |
46 | 47 | ||
47 | 48 |
Gemfile.lock
@@ -225,6 +225,7 @@ GEM | @@ -225,6 +225,7 @@ GEM | ||
225 | rack (>= 1.0.0) | 225 | rack (>= 1.0.0) |
226 | thor (0.14.6) | 226 | thor (0.14.6) |
227 | tilt (1.3.3) | 227 | tilt (1.3.3) |
228 | + timecop (0.3.5) | ||
228 | treetop (1.4.10) | 229 | treetop (1.4.10) |
229 | polyglot | 230 | polyglot |
230 | polyglot (>= 0.3.1) | 231 | polyglot (>= 0.3.1) |
@@ -276,6 +277,7 @@ DEPENDENCIES | @@ -276,6 +277,7 @@ DEPENDENCIES | ||
276 | stamp | 277 | stamp |
277 | therubyracer | 278 | therubyracer |
278 | thin | 279 | thin |
280 | + timecop | ||
279 | turn | 281 | turn |
280 | uglifier | 282 | uglifier |
281 | will_paginate (~> 3.0) | 283 | will_paginate (~> 3.0) |