Skip to content

Commit 5cb0073

Browse files
committed
Add ostruct for Ruby 4 CI compatibility
1 parent 61a1a3e commit 5cb0073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ gem 'rake', '~> 13.0.6'
1818
group :test do
1919
gem 'benchmark', '~> 0.4'
2020
gem 'mongoid', '~> 9', require: false
21+
gem 'ostruct'
2122
gem 'rspec', '~> 3.12'
2223
gem 'rspec-rails', '>= 5.1'
2324
gem 'rubocop', '~> 1.48'

0 commit comments

Comments
 (0)