Skip to content

Commit ab43ce9

Browse files
authored
Merge pull request #1098 from koic/add_ostruct_to_gemfile
Add `ostruct` gem to Gemfile to prevent an error in development with Ruby 3.5
2 parents d66d1cd + 3acba79 commit ab43ce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source 'https://rubygems.org/'
22

33
gemspec
44

5+
gem 'ostruct'
56
gem 'rake'
67

78
platforms :jruby do

0 commit comments

Comments
 (0)