We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ce242 commit ca0812cCopy full SHA for ca0812c
README.md
@@ -18,7 +18,7 @@ and will support more HTTP API features in the future
18
19
## Supported Ruby Versions
20
21
- * CRuby 2.2 through 2.7.x
+ * CRuby 2.5 through 3.x
22
* JRuby 9K
23
24
## Supported RabbitMQ Versions
@@ -32,7 +32,7 @@ All versions require [RabbitMQ Management UI plugin](http://www.rabbitmq.com/man
32
Add this line to your application's Gemfile:
33
34
``` ruby
35
-gem 'rabbitmq_http_api_client', '>= 2.0.0'
+gem 'rabbitmq_http_api_client', '>= 2.2.0'
36
```
37
38
And then execute:
0 commit comments