Skip to content

Commit

Permalink
Added support for Ruby 3.2.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock authored and crazyoptimist committed Mar 6, 2023
1 parent b352733 commit d696a72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- { ruby: 2.6.2, mongoid: 7.3.0, mongodb: 4.4 }
- { ruby: 3.1.1, mongoid: 7.3.0, mongodb: 4.4 }
- { ruby: 3.1.1, mongoid: 7.3.0, mongodb: 5.0 }
- { ruby: 3.2.1, mongoid: 7.5.2, mongodb: 5.0 }
name: test (ruby=${{ matrix.entry.ruby }}, mongoid=${{ matrix.entry.mongoid }}, mongodb=${{ matrix.entry.mongodb }})
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
### 2.1.0 (Next)

* [#163](https://github.com/slack-ruby/slack-ruby-bot-server/pull/163): Updated releasing documentation - [@crazyoptimist](https://github.com/crazyoptimist).
* [#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).
* [#164](https://github.com/slack-ruby/slack-ruby-bot-server/pull/164): Added support for ActiveRecord 6.1 and 7.0 - [@maths22](https://github.com/maths22).
* [#165](https://github.com/slack-ruby/slack-ruby-bot-server/pull/165): Upgraded Rubocop to v1.47 - [@crazyoptimist](https://github.com/crazyoptimist).
* [#168](https://github.com/slack-ruby/slack-ruby-bot-server/pull/168): Added support for Ruby 3.2.1 - [@dblock](https://github.com/dblock).
* Your contribution here.

#### 2.0.1 (2023/02/20)
Expand Down

0 comments on commit d696a72

Please sign in to comment.