Skip to content

Commit a9c605a

Browse files
committed
Remove support for Ruby 2.6 and add Ruby 3.4
1 parent 01f16b5 commit a9c605a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ workflows:
3838
matrix:
3939
parameters:
4040
ruby-image:
41-
- cimg/ruby:2.6-node
4241
- cimg/ruby:2.7-node
4342
- cimg/ruby:3.0-node
4443
- cimg/ruby:3.1-node

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ gem "dotenv", "~> 3.1.7"
99
gem "rake", "~> 13.2.1"
1010
gem "rspec", "~> 3.13"
1111
gem "rubocop", "~> 1.74.0"
12-
gem "vcr", "~> 6.1" # 6.2 requires Ruby 2.7 or greater, so specs for 2.6 will fail.
12+
gem "vcr", "~> 6.3.1"
1313
gem "webmock", "~> 3.25.1"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ DEPENDENCIES
9191
rspec (~> 3.13)
9292
rubocop (~> 1.74.0)
9393
ruby-openai!
94-
vcr (~> 6.1)
94+
vcr (~> 6.3.1)
9595
webmock (~> 3.25.1)
9696

9797
BUNDLED WITH

0 commit comments

Comments
 (0)