We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2277b75 commit 4189769Copy full SHA for 4189769
1 file changed
README.md
@@ -29,10 +29,12 @@ Work in progress.
29
Add `ruby_rules_dependencies` and `ruby_register_toolchains` into your `WORKSPACE` file.
30
31
```python
32
+# To get the latest, grab the 'develop' branch.
33
+
34
git_repository(
35
name = "bazelruby_ruby_rules",
36
remote = "https://github.com/bazelruby/rules_ruby.git",
- tag = "v0.1.0",
37
+ branch = "develop",
38
)
39
40
load(
0 commit comments