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