Skip to content

Commit 4189769

Browse files
authored
Adding branch = 'develop' to the example
1 parent 2277b75 commit 4189769

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ Work in progress.
2929
Add `ruby_rules_dependencies` and `ruby_register_toolchains` into your `WORKSPACE` file.
3030

3131
```python
32+
# To get the latest, grab the 'develop' branch.
33+
3234
git_repository(
3335
name = "bazelruby_ruby_rules",
3436
remote = "https://github.com/bazelruby/rules_ruby.git",
35-
tag = "v0.1.0",
37+
branch = "develop",
3638
)
3739

3840
load(

0 commit comments

Comments
 (0)