Add timecop gem to Gemfile.
This commit is contained in:
parent
e9356970f8
commit
3f11b08a25
1
Gemfile
1
Gemfile
|
@ -40,6 +40,7 @@ group :test do
|
|||
gem 'factory_girl', '~> 2.4.0'
|
||||
gem 'mocha', '~> 0.12'
|
||||
gem 'database_cleaner', '~> 0.8.0'
|
||||
gem 'timecop', '~> 0.8.0'
|
||||
end
|
||||
|
||||
group :development do
|
||||
|
|
|
@ -314,6 +314,7 @@ GEM
|
|||
thor (0.14.6)
|
||||
thread_safe (0.3.5)
|
||||
tilt (1.4.1)
|
||||
timecop (0.8.0)
|
||||
timers (4.0.1)
|
||||
hitimes
|
||||
tool (0.2.3)
|
||||
|
@ -369,6 +370,7 @@ DEPENDENCIES
|
|||
sinatra-contrib
|
||||
skylight (~> 0.6.0.beta.1)
|
||||
stackprof
|
||||
timecop (~> 0.8.0)
|
||||
travis-api!
|
||||
travis-config (~> 0.1.0)
|
||||
travis-core!
|
||||
|
@ -377,3 +379,6 @@ DEPENDENCIES
|
|||
travis-yaml!
|
||||
unicorn
|
||||
yard-sinatra!
|
||||
|
||||
BUNDLED WITH
|
||||
1.11.2
|
||||
|
|
Loading…
Reference in New Issue
Block a user