Commit 01f72bfa83ef05817c2e9898a62ae09919a6d505

Authored by Nihad Abbasov
1 parent 325b8454

Revert "install timecop for testing"

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