Commit 60e7aba
committed
fix: Sort Ruby 3.4 compatibility gems alphabetically
RuboCop Bundler/OrderedGems requires gems to be in alphabetical order.
Changed from 'csv, abbrev' to 'abbrev, csv'.
Authored by: Aaron Lippold<lippold@gmail.com>1 parent 4f2495b commit 60e7aba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments