Skip to content

Commit

Permalink
Merge pull request #2286 from DataDog/ivoanjo/suggest-ruby3-use-in-docs
Browse files Browse the repository at this point in the history
Suggest use of Ruby 3.0 in development guide
  • Loading branch information
ivoanjo authored Sep 21, 2022
2 parents 828cf4b + f19b70b commit c4e8a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DevelopmentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ To start a development environment, choose a target Ruby version then run the fo
# In the root directory of the project...
cd ~/dd-trace-rb
# Create and start a Ruby 2.3 test environment with its dependencies
docker-compose run --rm tracer-2.3 /bin/bash
# Create and start a Ruby 3.0 test environment with its dependencies
docker-compose run --rm tracer-3.0 /bin/bash
# Then inside the container (e.g. `root@2a73c6d8673e:/app`)...
# Install the library dependencies
Expand Down

0 comments on commit c4e8a0a

Please sign in to comment.