Skip to content

Commit 3b3b57a

Browse files
authored
Merge pull request #57 from OLIOEX/ci-ruby-4
ci: add Ruby 4.0 to the test matrix
2 parents f33f224 + 3f72c6f commit 3b3b57a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
ruby-version: ['3.0', '3.2', '3.3', '3.4']
13+
ruby-version: ['3.0', '3.2', '3.3', '3.4', '4.0']
1414
services:
1515
typesense:
1616
image: typesense/typesense:30.0.alpha1

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

77
# Dev dependencies
88
gem 'awesome_print', '~> 1.8'
9-
gem 'bundler', '~> 2.0'
9+
gem 'bundler', '>= 2.0'
1010
gem 'codecov', '~> 0.1'
1111
gem 'erb'
1212
gem 'guard', '~> 2.16'

0 commit comments

Comments
 (0)