mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-19 16:50:12 +01:00
Update the version specifier for timecop
This commit is contained in:
parent
20f11ceac7
commit
e7c6142684
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -56,7 +56,7 @@ group :test do
|
||||||
|
|
||||||
gem "aruba", :require => false
|
gem "aruba", :require => false
|
||||||
gem "simplecov"
|
gem "simplecov"
|
||||||
gem "timecop"
|
gem "timecop", "~> 0.6.2"
|
||||||
|
|
||||||
# Note that > 2.14 has problems, see:
|
# Note that > 2.14 has problems, see:
|
||||||
# https://code.google.com/p/selenium/issues/detail?id=3075
|
# https://code.google.com/p/selenium/issues/detail?id=3075
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,7 @@ GEM
|
||||||
thread_safe (0.1.0)
|
thread_safe (0.1.0)
|
||||||
atomic
|
atomic
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
timecop (0.6.1)
|
timecop (0.6.2.2)
|
||||||
tolk (1.3.9)
|
tolk (1.3.9)
|
||||||
safe_yaml (~> 0.8)
|
safe_yaml (~> 0.8)
|
||||||
will_paginate
|
will_paginate
|
||||||
|
|
@ -219,7 +219,7 @@ DEPENDENCIES
|
||||||
sqlite3
|
sqlite3
|
||||||
swf_fu
|
swf_fu
|
||||||
therubyracer
|
therubyracer
|
||||||
timecop
|
timecop (~> 0.6.2)
|
||||||
tolk
|
tolk
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
will_paginate
|
will_paginate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue