Skip to content

Commit

Permalink
Make a unique heading/anchor to differentiate gemfile from gems config (
Browse files Browse the repository at this point in the history
#382)

Signed-off-by: Jimmy Tanagra <[email protected]>
  • Loading branch information
jimtng authored Jan 21, 2025
1 parent 356963b commit 95ac2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Additional [example rules are available](docs/examples.md), as well as examples
- [Time](#time)
- [Ephemeris](#ephemeris)
- [Rules, Scripts, and Scenes](#rules-scripts-and-scenes)
- [Gems](#gems)
- [Gems with Inline Bundler](#gems-with-inline-bundler)
- [Shared Code](#shared-code)
- [Transformations](#transformations)
- [Profile](#profile)
Expand Down Expand Up @@ -1286,7 +1286,7 @@ The above script can be executed, passing it the `maxTemperature` argument from
rules["check_temp"].trigger(maxTemperature: 80 | "°C")
```

### Gems
### Gems with Inline Bundler

[Bundler](https://bundler.io/) is integrated, enabling any [Ruby gem](https://rubygems.org/) compatible with JRuby to be used within rules.
This permits easy access to the vast ecosystem of libraries within the Ruby community.
Expand Down

0 comments on commit 95ac2a1

Please sign in to comment.