Skip to content

Commit 8d5ef25

Browse files
committed
Add back Ruby 2.7
1 parent 0adaf43 commit 8d5ef25

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ workflows:
3838
matrix:
3939
parameters:
4040
ruby-image:
41+
- cimg/ruby:2.7-node
4142
- cimg/ruby:3.0-node
4243
- cimg/ruby:3.1-node
4344
- cimg/ruby:3.2-node

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- [BREAKING] Backwards compatibility for `require "ruby/openai"` is removed - from v8 on you MUST use `require "openai"`. This fixes a deprecation warning with Ruby 3.4. Thanks to [@ndemianc](https://github.com/ndemianc) for this PR.
1717

18+
### Removed
19+
20+
- [BREAKING] Removed support for Ruby 2.6. ruby-openai may still work with this version but it's no longer supported.
21+
1822
## [7.4.0] - 2024-02-10
1923

2024
### Added

0 commit comments

Comments
 (0)