Commit 3b54997
committed
Add 2.3 as minimum required ruby version for gem
Ruby 2.3 is the oldest Ruby that still passes all tests when running
`rake test`. By setting it in the `gemfile`, we ensure that older Ruby
versions don't try to use an incompatible `rexml` version.
(Note: It's probably trivial to support the older Rubies, but I'll
leave that for someone who is interested enough in doing the extra
work)
Issue #691 parent 143d244 commit 3b54997
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
0 commit comments