README.md in drg-0.10.0 vs README.md in drg-0.11.0
- old
+ new
@@ -141,9 +141,17 @@
```bash
rake drg:unpin
```
+### Skipping gems
+
+You can tell drg to ignore gems by adding an inline comment with @drg (skip|ignore|frozen)
+
+```ruby
+gem 'name' # @drg skip
+```
+
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake` to run the tests.
You can also run `bin/console` for an interactive prompt that will allow you to experiment.