Skip to content

Commit

Permalink
No SystemTimer on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Sofaer committed Feb 11, 2011
1 parent 9f23978 commit ac667b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ gem 'cloudfiles', '1.4.10', :require => false

#Queue
gem 'resque', '1.10.0'
gem 'SystemTimer', '1.2.1' unless RUBY_VERSION.include? '1.9'
gem 'SystemTimer', '1.2.1' unless RUBY_VERSION.include? '1.9' || RUBY_PLATFORM =~ 'win32'

group :development do
gem 'capistrano', '2.5.19', :require => false
Expand Down

0 comments on commit ac667b7

Please sign in to comment.