Commit 8539e279940ea866c2d474643a761291c939718b
1 parent
d36bdf03
Exists in
master
and in
1 other branch
add SystemTimer for ruby 1.8
Showing
2 changed files
with
3 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -8,6 +8,7 @@ GIT |
8 | 8 | GEM |
9 | 9 | remote: http://rubygems.org/ |
10 | 10 | specs: |
11 | + SystemTimer (1.2.3) | |
11 | 12 | abstract (1.0.0) |
12 | 13 | actionmailer (3.0.5) |
13 | 14 | actionpack (= 3.0.5) |
... | ... | @@ -199,6 +200,7 @@ PLATFORMS |
199 | 200 | ruby |
200 | 201 | |
201 | 202 | DEPENDENCIES |
203 | + SystemTimer | |
202 | 204 | bson_ext (~> 1.3.1) |
203 | 205 | database_cleaner (~> 0.6.0) |
204 | 206 | devise (~> 1.4.0) | ... | ... |