Commit 495ea1d
authored
Remove version pin for
The `rainbow` gem is a dependency of rubocop, which we use as a
development dependency on this project. Previously, we were explicitly
declaring rainbow as a dependency so that we could pin it at a specific
version. This was done to ensure the development gems could be installed
on old versions of Ruby in CI (see f57347a).
Now that sshkit no longer supports Ruby < 2.5, this workaround is no
longer needed. This commit removes the explicit rainbow dev dependency.rainbow dev dependency (#553)1 parent a474fc2 commit 495ea1d
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
0 commit comments