Skip to content

Commit

Permalink
Fold OLD_VERSIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Dec 26, 2023
1 parent 29a970a commit 17433ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# coding: utf-8
OLD_VERSIONS = %w[1.8.7 1.9.3 2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.6.0]
OLD_VERSIONS = %w[
1.8.7 1.9.3
2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.6.0
]
SUPPORTED_VERSIONS = %w[2.7.0 3.0 3.1 3.2]
UNRELEASED_VERSIONS = %w[3.3]
ALL_VERSIONS = [*OLD_VERSIONS, *SUPPORTED_VERSIONS, *UNRELEASED_VERSIONS]
Expand Down

0 comments on commit 17433ae

Please sign in to comment.