Skip to content

Commit ce6825a

Browse files
committed
Add support for ruby 3.4
1 parent 5fa550c commit ce6825a

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
gemfile: Gemfile
2929
- ruby: 3.3.6
3030
gemfile: Gemfile
31+
- ruby: 3.4.1
32+
gemfile: Gemfile
3133
env:
3234
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
3335
steps:
@@ -38,7 +40,7 @@ jobs:
3840
ruby-version: "${{ matrix.ruby }}"
3941
- name: Bundle
4042
run: |
41-
gem install bundler:2.2.22
43+
gem install bundler:2.6.3
4244
bundle install --no-deployment
4345
- name: Run tests
4446
run: bundle exec rspec

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
1010
### Compatible changes
1111

1212
- Add support for Ruby 3.3
13+
- Add support for Ruby 3.4
1314

1415
## 3.2.0 - 2023-03-01
1516

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ DEPENDENCIES
4444
rspec
4545

4646
BUNDLED WITH
47-
2.2.32
47+
2.6.3

0 commit comments

Comments
 (0)