Commit 93d9269
authored
Don't use open-ended dependency on rubocop (#15)
Avoids this warning when building the gem:
$ gem build rubocop-eightyfourcodes
WARNING: open-ended dependency on rubocop (>= 0) is not recommended
use a bounded requirement, such as "~> x.y"
WARNING: See https://guides.rubygems.org/specification-reference/ for help
Successfully built RubyGem
Name: rubocop-eightyfourcodes
Version: 0.0.3
File: rubocop-eightyfourcodes-0.0.3.gem1 parent fd92bef commit 93d9269
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
0 commit comments