Skip to content

Commit 078da55

Browse files
committed
Drop support for ruby <3.2
1 parent 65a9593 commit 078da55

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0]
12+
ruby: ["3.2", "3.3", "3.4", "4.0"]
1313

1414
steps:
1515
- uses: actions/checkout@v6

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require:
55

66
AllCops:
77
NewCops: enable
8-
TargetRubyVersion: 2.5.0
8+
TargetRubyVersion: 3.2.0
99

1010
Gemspec/RequireMFA: false
1111

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This file keeps track of changes between releases for the bankrupt project
44
which adheres to [semantic versioning](https://semver.org).
55

6+
## unreleased
7+
8+
* **BREAKING:** Drop support for ruby <3.2x.
9+
610
## v3.0.0 2021-08-21
711

812
* Drop support for ruby 2.4.x.

0 commit comments

Comments
 (0)