Skip to content

Commit c568784

Browse files
committed
Clean up
1 parent 0eae8aa commit c568784

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/Compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

ruby-3.5.gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
3535
gem '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'
3936
gem 'pry'
4037
gem 'rake', '>= 10.5'
4138
gem 'rake-compiler', '~> 1.1', '>= 1.1.1' # To compile native extensions

0 commit comments

Comments
 (0)