Only use SystemTimer on MRI 1.8 as it is superfluous elsewhere
See http://ph7spot.com/musings/system-timer for why SystemTimer is needed on MRI 1.8 and not anywhere else.
This commit is contained in:
parent
7e267d4a0d
commit
3c4dec8ce9
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -29,7 +29,7 @@ gem 'rmagick', :require => 'RMagick'
|
|||
gem 'sanitize'
|
||||
|
||||
# Load SystemTimer for implementing request timeouts
|
||||
gem 'SystemTimer', '>= 1.1.3', :require => 'system_timer'
|
||||
gem 'SystemTimer', '>= 1.1.3', :require => 'system_timer', :platforms => :ruby_18
|
||||
|
||||
# Load httpclient for SOAP support for Quova GeoIP queries
|
||||
gem 'httpclient'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue