Skip to content

Commit 3ec6afd

Browse files
committed
Merge branch 'feature/ruby-3.3' into develop
* feature/ruby-3.3: Bump ruby to 3.3.0
2 parents 091d3b8 + 044c596 commit 3ec6afd

File tree

4 files changed

+5
-37
lines changed

4 files changed

+5
-37
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
8+
ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: ruby/setup-ruby@v1
1212
with:
1313
ruby-version: ${{ matrix.ruby }}
14-
- run: gem install bundler:2.3.26
14+
bundler-cache: true
1515
- uses: actions/cache@v3
1616
with:
1717
path: vendor/bundle

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99

1010
# rspec failure tracking
1111
.rspec_status
12+
13+
/Gemfile.lock

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
3.3.0

Gemfile.lock

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

0 commit comments

Comments
 (0)