diff --git a/README.rdoc b/README.rdoc
index 2b720370..dae624a2 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -16,6 +16,19 @@ be used alongside the official documentation[http://pubs.vmware.com/vsphere-60/t
gem install rbvmomi
+=== Support for older Ruby versions
+
+RbVmomi supports Ruby 1.8.7 and higher, but certain dependencies may need
+pinning to older versions to get a compatible set of gems.
+
+On Ruby 1.8.7:
+
+* use +nokogiri+ 1.5.x (Gemfile: gem 'nokogiri', '< 1.6'
)
+
+On both Ruby 1.9 and 1.8.7:
+
+* use +json+ 1.x (Gemfile: gem 'json', '< 2'
)
+
== Usage
A simple example of turning on a VM: