Commit 8539e279940ea866c2d474643a761291c939718b

Authored by grosser
1 parent d36bdf03
Exists in master and in 1 other branch production

add SystemTimer for ruby 1.8

Showing 2 changed files with 3 additions and 0 deletions   Show diff stats
@@ -14,6 +14,7 @@ gem 'pivotal-tracker' @@ -14,6 +14,7 @@ gem 'pivotal-tracker'
14 gem 'ruby-fogbugz', :require => 'fogbugz' 14 gem 'ruby-fogbugz', :require => 'fogbugz'
15 gem 'octokit' 15 gem 'octokit'
16 gem 'inherited_resources' 16 gem 'inherited_resources'
  17 +gem 'SystemTimer', :platform => :ruby_18
17 18
18 group :production do 19 group :production do
19 gem 'hoptoad_notifier', "~> 2.3" 20 gem 'hoptoad_notifier', "~> 2.3"
@@ -8,6 +8,7 @@ GIT @@ -8,6 +8,7 @@ GIT
8 GEM 8 GEM
9 remote: http://rubygems.org/ 9 remote: http://rubygems.org/
10 specs: 10 specs:
  11 + SystemTimer (1.2.3)
11 abstract (1.0.0) 12 abstract (1.0.0)
12 actionmailer (3.0.5) 13 actionmailer (3.0.5)
13 actionpack (= 3.0.5) 14 actionpack (= 3.0.5)
@@ -199,6 +200,7 @@ PLATFORMS @@ -199,6 +200,7 @@ PLATFORMS
199 ruby 200 ruby
200 201
201 DEPENDENCIES 202 DEPENDENCIES
  203 + SystemTimer
202 bson_ext (~> 1.3.1) 204 bson_ext (~> 1.3.1)
203 database_cleaner (~> 0.6.0) 205 database_cleaner (~> 0.6.0)
204 devise (~> 1.4.0) 206 devise (~> 1.4.0)