Skip to content

Commit

Permalink
Set MRI ruby limit to >= 3.0
Browse files Browse the repository at this point in the history
Ruby 2.7 support dropped by the maintainers as of March 30, 2023. The 2.7 support has been removed from the Ruby libraries as part of open-telemetry/opentelemetry-ruby-contrib#389
  • Loading branch information
kaylareopelle authored Apr 11, 2023
1 parent 63efcbb commit b871149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/ruby/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using the [OpenTelemetry API][manual].
These instructions will explain how to set up automatic and manual
instrumentation for a Ruby service. In order to follow along, you will need:

- MRI Ruby >= `2.7`, jruby >= `9.3.2.0`, or truffleruby >= 22.1
- MRI Ruby >= `3.0`, jruby >= `9.3.2.0`, or truffleruby >= 22.1
- Docker Compose

> jruby only targets compatibility with MRI Ruby 2.6.8; which is EOL. This
Expand Down

0 comments on commit b871149

Please sign in to comment.