Skip to content

Commit

Permalink
Fix ostruct dependency warning
Browse files Browse the repository at this point in the history
warning: ostruct was loaded from the standard library, but will no longer
be part of the default gems starting from Ruby 3.5.0.

Resolves #GH-175
  • Loading branch information
justincase committed Sep 28, 2024
1 parent a3648f0 commit 39b0241
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mollie-api-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = Dir['test/**/*']

s.add_dependency('ostruct')

s.add_development_dependency('rake')
s.add_development_dependency('rubocop', '~> 0.57.2')
s.add_development_dependency('test-unit')
Expand Down

0 comments on commit 39b0241

Please sign in to comment.