Skip to content

Commit 56e6f19

Browse files
authored
Merge pull request #37 from lunohodov/ruby-3.3
Test against Ruby 3.3.0
2 parents af0344c + 1039b82 commit 56e6f19

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- "3.0.0"
2424
- "3.1.0"
2525
- "3.2.2"
26+
- "3.3.0"
2627

2728
env:
2829
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.gemfile }}.gemfile

.ruby-version

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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,4 @@ DEPENDENCIES
249249
standard
250250

251251
BUNDLED WITH
252-
2.1.4
252+
2.5.6

0 commit comments

Comments
 (0)