Update Ruby tutorial README

This commit is contained in:
Michael Klishin 2018-06-10 20:27:29 +03:00
parent 5f422169ab
commit 6a815b74a8
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE

View File

@ -5,13 +5,13 @@ Here you can find Ruby code examples from
## Requirements
To run this code you need [Bunny](http://rubybunny.info).
These tutorials require [Bunny](http://rubybunny.info) to be installed.
You can install it via RubyGems:
To install it with RubyGems:
gem install bunny --version ">= 2.5.1"
gem install bunny --version ">= 2.10.0"
Bunny supports Ruby 2.0 and later versions.
Bunny supports Ruby 2.2 and later versions.
## Code