Skip to content

Commit 1b5986f

Browse files
committed
Added support for Ruby 3.2.x.
1 parent a04145b commit 1b5986f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test-mongodb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- { ruby: 2.6.2, mongoid: 7.3.0, mongodb: 4.4 }
1313
- { ruby: 3.1.1, mongoid: 7.3.0, mongodb: 4.4 }
1414
- { ruby: 3.1.1, mongoid: 7.3.0, mongodb: 5.0 }
15+
- { ruby: 3.2.1, mongoid: 7.5.2, mongodb: 5.0 }
1516
name: test (ruby=${{ matrix.entry.ruby }}, mongoid=${{ matrix.entry.mongoid }}, mongodb=${{ matrix.entry.mongodb }})
1617
steps:
1718
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
### 2.1.0 (Next)
44

55
* [#163](https://github.com/slack-ruby/slack-ruby-bot-server/pull/163): Updated releasing documentation - [@crazyoptimist](https://github.com/crazyoptimist).
6-
* [#164](https://github.com/slack-ruby/slack-ruby-bot-server/pull/164): Support rails 6.1 and 7.0 and test against it - [@maths22](https://github.com/maths22).
6+
* [#164](https://github.com/slack-ruby/slack-ruby-bot-server/pull/164): Added support for Rails 6.1 and 7.0 - [@maths22](https://github.com/maths22).
7+
* [#168](https://github.com/slack-ruby/slack-ruby-bot-server/pull/168): Added support for Ruby 3.2.1 - [@dblock](https://github.com/dblock).
78
* Your contribution here.
89

910
#### 2.0.1 (2023/02/20)

0 commit comments

Comments
 (0)