about summary refs log tree commit homepage
path: root/lib/rainbows/rev/thread.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/rev/thread.rb')
-rw-r--r--lib/rainbows/rev/thread.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rainbows/rev/thread.rb b/lib/rainbows/rev/thread.rb
index 0f36ce5..276b315 100644
--- a/lib/rainbows/rev/thread.rb
+++ b/lib/rainbows/rev/thread.rb
@@ -3,8 +3,8 @@
 require 'thread'
 require 'rainbows/rev/master'
 
-RUBY_VERSION =~ %r{\A1\.8} && Rev::VERSION < "0.3.2" and
-  warn "Rev (< 0.3.2) and Threads do not mix well under Ruby 1.8"
+RUBY_VERSION =~ %r{\A1\.8} and
+  warn "Rev and Threads do not mix well under Ruby 1.8"
 
 module Rainbows
   module Rev