Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- '4.0'
- 3.4
- 3.3
- 3.2
Expand Down
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ end
if rails_version.to_s >= '8.1'
gem 'mongoid', github: 'mongodb/mongoid', ref: 'eac49f0'
end

if RUBY_VERSION > '4.0.0'
gem 'ostruct'
Comment thread
Alexander-Senko marked this conversation as resolved.
end