Skip to content

Commit da1db77

Browse files
committed
Update docs
1 parent f310462 commit da1db77

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/Compatibility.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ The Ruby Datadog Trace library is open source. See the [dd-trace-rb][1] GitHub r
2323
| | | 2.1 | [EOL](#support-eol) | < 2.0.0 |
2424
| | | 2.0 | [EOL](#support-eol) | < 0.50.0 |
2525
| | | 1.9 | [EOL](#support-eol) | < 0.27.0 |
26-
| JRuby | https://www.jruby.org | 9.4 | [latest](#support-latest) | Latest |
26+
| JRuby | https://www.jruby.org | 10.0 | [latest](#support-latest) | Latest |
27+
| | | 9.4 | [latest](#support-latest) | Latest |
2728
| | | 9.3 | [latest](#support-latest) | Latest |
2829
| | | 9.2.21.0+ | [latest](#support-latest) | Latest |
2930

@@ -93,7 +94,7 @@ For a list of available integrations, and their configuration options, refer to
9394
| Kafka | `ruby-kafka` | `>= 0.7.10` | `>= 0.7.10` | [Link][25] | [Link](https://github.com/zendesk/ruby-kafka) |
9495
| Karafka | `karafka` | `>= 2.3.0` | `>= 2.3.0` | [Link][55] | [Link](https://karafka.io/) |
9596
| Makara (via Active Record) | `makara` | `>= 0.3.5` | `>= 0.3.5` | [Link][8] | [Link](https://github.com/instacart/makara) |
96-
| MongoDB | `mongo` | `>= 2.1` | `>= 2.1` | [Link][26] | [Link](https://github.com/mongodb/mongo-ruby-driver) |
97+
| MongoDB | `mongo` | `>= 2.1`, `< 3.4` | `>= 2.1`, `< 3.4` | [Link][26] | [Link](https://github.com/mongodb/mongo-ruby-driver) |
9798
| MySQL2 | `mysql2` | `>= 0.3.21` | *gem not available* | [Link][27] | [Link](https://github.com/brianmario/mysql2) |
9899
| Net/HTTP | `http` | *(Any supported Ruby)* | *(Any supported Ruby)* | [Link][28] | [Link](https://ruby-doc.org/stdlib-2.4.0/libdoc/net/http/rdoc/Net/HTTP.html) |
99100
| OpenSearch | `opensearch-ruby` | `>= 1.0.0` | `>= 1.0.0` | [Link][29] | [Link](https://github.com/opensearch-project/opensearch-ruby) |
@@ -107,7 +108,7 @@ For a list of available integrations, and their configuration options, refer to
107108
| Redis | `redis` | `>= 3.2` | `>= 3.2` | [Link][38] | [Link](https://github.com/redis/redis-rb) |
108109
| Resque | `resque` | `>= 1.0` | `>= 1.0` | [Link][39] | [Link](https://github.com/resque/resque) |
109110
| Rest Client | `rest-client` | `>= 1.8` | `>= 1.8` | [Link][40] | [Link](https://github.com/rest-client/rest-client) |
110-
| Roda | `roda` | `>= 2.1, <4` | `>= 2.1, <4` | [Link][41] | [Link](https://github.com/jeremyevans/roda) |
111+
| Roda | `roda` | `>= 2.1, < 4` | `>= 2.1, < 4` | [Link][41] | [Link](https://github.com/jeremyevans/roda) |
111112
| Sequel | `sequel` | `>= 3.41` | `>= 3.41` | [Link][42] | [Link](https://github.com/jeremyevans/sequel) |
112113
| Shoryuken | `shoryuken` | `>= 3.2` | `>= 3.2` | [Link][43] | [Link](https://github.com/phstc/shoryuken) |
113114
| Sidekiq | `sidekiq` | `>= 3.5.4` | `>= 3.5.4` | [Link][44] | [Link](https://github.com/mperham/sidekiq) |

0 commit comments

Comments
 (0)