about summary refs log tree commit homepage
path: root/lib/rainbows/xepoll_thread_pool.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/xepoll_thread_pool.rb')
-rw-r--r--lib/rainbows/xepoll_thread_pool.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/rainbows/xepoll_thread_pool.rb b/lib/rainbows/xepoll_thread_pool.rb
index c1605b8..90a4da9 100644
--- a/lib/rainbows/xepoll_thread_pool.rb
+++ b/lib/rainbows/xepoll_thread_pool.rb
@@ -57,7 +57,11 @@ require "raindrops"
 # In extremely rare cases, this may be combined with Rainbows::AppPool
 # if you have different concurrency capabilities for different parts of
 # your Rack application.
-
+#
+# === RubyGem Requirements
+#
+# * raindrops 0.6.0 or later
+# * sleepy_penguin 2.0.0 or later
 module Rainbows::XEpollThreadPool
   extend Rainbows::PoolSize