Skip to content

Commit 5ff63ab

Browse files
authored
Merge pull request #51 from EmCousin/bugfix/serialize-empty-active-record-collections
Always render the same empty result for empty Array-like collections
2 parents af289d3 + a34c3b5 commit 5ff63ab

11 files changed

Lines changed: 189 additions & 172 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
ruby-version: ['3.2']
25+
ruby-version: ['3.3']
2626

2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: Set up Ruby
3030
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
3131
# change this to (see https://github.com/ruby/setup-ruby#versioning):
32-
# uses: ruby/setup-ruby@v1
33-
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
32+
uses: ruby/setup-ruby@v1
3433
with:
3534
ruby-version: ${{ matrix.ruby-version }}
3635
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AllCops:
66
NewCops: enable
77
Exclude:
88
- spec/**/*
9-
TargetRubyVersion: 3.2
9+
TargetRubyVersion: 3.3
1010

1111
Metrics/ClassLength:
1212
Max: 150

0 commit comments

Comments
 (0)