Skip to content

Commit

Permalink
Merge pull request #1098 from koic/add_ostruct_to_gemfile
Browse files Browse the repository at this point in the history
Add `ostruct` gem to Gemfile to prevent an error in development with Ruby 3.5
  • Loading branch information
koic authored Feb 6, 2025
2 parents d66d1cd + 3acba79 commit ab43ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org/'

gemspec

gem 'ostruct'
gem 'rake'

platforms :jruby do
Expand Down

0 comments on commit ab43ce9

Please sign in to comment.