Commit 1013d7a
committed
(GH-372) Reset min Ruby requirement
Prior to this change the required Ruby version was set to greater than
or equal to 2.7. This meant that the spec_helpers gem would not run on
systems with Ruby 2.5.
This change updates the required Ruby version so that Rubies 2.5 and
above are compatibel.
Additionally the following gems were downgraded for compatibility:
* pathspec is now ~> 0.2
* puppet-lint is now ~> 2.5.21 parent 1fc08ba commit 1013d7a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments