docs/tutorials/installation.md in beaker-3.1.0 vs docs/tutorials/installation.md in beaker-3.2.0
- old
+ new
@@ -2,10 +2,10 @@
In most cases, beaker is running on a system separate from the SUT; we will commonly refer to this system as the beaker coordinator. This page outlines how to install requirements for the beaker coordinator and options for the installation of beaker itself.
## Beaker Requirements
-* Ruby 1.9+, 2.0.0p481, or 2.1.1
+* Ruby >= 2.2.5
* libxml2, libxslt (needed for the [Nokogiri](http://nokogiri.org/tutorials/installing_nokogiri.html) gem)
* g++ (needed for the [unf_ext](http://rubydoc.info/gems/unf_ext/) gem)
* curl (needed for some DSL functions to be able to execute successfully)
On a Debian or Ubuntu system you can install these using the command