Skip to content

Commit c00583a

Browse files
authored
Merge pull request #565 from ndemianc/fix/deprecation-ruby-warning
[Fix] Deprecation warning on Ruby 3.4
2 parents bc189bb + a92d23b commit c00583a

File tree

5 files changed

+1
-46
lines changed

5 files changed

+1
-46
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ workflows:
4444
- cimg/ruby:3.1-node
4545
- cimg/ruby:3.2-node
4646
- cimg/ruby:3.3-node
47+
- cimg/ruby:3.4-node

lib/openai/compatibility.rb

Lines changed: 0 additions & 11 deletions
This file was deleted.

lib/ruby/openai.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
require_relative "../openai"
2-
require_relative "../openai/compatibility"

spec/compatibility_spec.rb

Lines changed: 0 additions & 33 deletions
This file was deleted.

spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
require "bundler/setup"
22
require "dotenv/load"
33
require "openai"
4-
require "openai/compatibility"
54
require "vcr"
65
require "byebug"
76

0 commit comments

Comments
 (0)