Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 72ae6af

Browse files
authored
Merge pull request #313 from KevinColemanInc/patch-1
Update Readme.md to fix version of debase gem
2 parents 0918490 + 82200da commit 72ae6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this extension, we implement [ruby debug ide protocol](http://debug-commons.r
3838
- If you are using Ruby v1.9.x (`ruby_19`, `mingw_19`), run `gem install ruby-debug-ide`, the latest version is `0.6.0`. Make sure `ruby-debug-base19x` is installed together with `ruby-debug-ide`.
3939
- If you are using Ruby v2.x
4040
* `gem install ruby-debug-ide -v 0.6.0`
41-
* `gem install debase -v 0.2.2.beta10` or higher versions
41+
* `gem install debase -v 0.2.2` or higher versions
4242

4343
### Add VS Code config to your project
4444
Go to the debugger view of VS Code and hit the gear icon. Choose Ruby or Ruby Debugger from the prompt window, then you'll get the sample launch config in `.vscode/launch.json`. The sample launch configurations include debuggers for RSpec (complete, and active spec file) and Cucumber runs. These examples expect that `bundle install --binstubs` has been called.

0 commit comments

Comments
 (0)