Skip to content

Commit 760a78b

Browse files
authored
Merge pull request #68 from coezbek/feat-list-available
Support for listing available rubies
2 parents de20328 + c579a73 commit 760a78b

9 files changed

+525
-96
lines changed

Cargo.lock

Lines changed: 95 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rv/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ current_platform = { workspace = true }
4646
fs-err = { workspace = true }
4747
bytesize = { workspace = true }
4848
shell-escape = { workspace = true }
49+
lazy_static = "1.4.0"
4950

5051
[dev-dependencies]
5152
insta = { workspace = true }
@@ -55,3 +56,4 @@ assert_fs = { workspace = true }
5556
indoc = { workspace = true }
5657
fs-err = { workspace = true }
5758
camino-tempfile-ext = { workspace = true }
59+
mockito = "1.4.0"

0 commit comments

Comments
 (0)