File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The Ruby Datadog Trace library is open source. See the [dd-trace-rb][1] GitHub r
99
1010| Type | Documentation | Version | Support type | Gem version support |
1111| -------| ----------------------------| -----------| ---------------------------| ---------------------|
12- | MRI | https://www.ruby-lang.org/ | 3.4 | [ latest] ( #support-latest ) | Latest |
12+ | MRI | https://www.ruby-lang.org/ | 3.5 | [ latest] ( #support-latest ) | Latest |
1313| | | 3.4 | [ latest] ( #support-latest ) | Latest |
1414| | | 3.3 | [ latest] ( #support-latest ) | Latest |
1515| | | 3.2 | [ latest] ( #support-latest ) | Latest |
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ gem 'ostruct'
3333# debug permits evaluating more expressions than byebug, however
3434# debug does not show context on stack navigation.
3535gem 'byebug'
36- # debug gem temporarily disabled for Ruby 3.5.0-preview1 due to stringio native extension compilation issues
37- # TODO: Ruby 3.5 - Uncomment after investigation.
38- # gem 'debug'
3936gem 'pry'
4037gem 'rake', '>= 10.5'
4138gem 'rake-compiler', '~> 1.1', '>= 1.1.1' # To compile native extensions
You can’t perform that action at this time.
0 commit comments