Skip to content

Commit cdd9e50

Browse files
authored
Merge pull request #54 from dblock/ruby-4.0
Add support for Ruby 4.0.
2 parents 4f2ed55 + 46faa8c commit cdd9e50

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- { ruby: '3.0', allowed-failure: false }
1313
- { ruby: '3.1', allowed-failure: false }
1414
- { ruby: '3.2', allowed-failure: false }
15+
- { ruby: '4.0', allowed-failure: false }
1516
- { ruby: 'ruby-head', allowed-failure: true }
1617
- { ruby: 'truffleruby-head', allowed-failure: true }
1718
- { ruby: 'jruby-head', allowed-failure: true }

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
### 1.0.1 (Next)
1+
### 1.1.0 (Next)
22

3+
* [#54](https://github.com/dblock/ruby-enum/pull/54): Add support for Ruby 4.0 - [@dblock](https://github.com/dblock).
34
* [#53](https://github.com/dblock/ruby-enum/pull/53): Replace code climate with coveralls - [@dblock](https://github.com/dblock).
45
* Your contribution here.
56

lib/ruby-enum/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Ruby
44
module Enum
5-
VERSION = '1.0.1'
5+
VERSION = '1.1.0'
66
end
77
end

0 commit comments

Comments
 (0)