Skip to content

Commit

Permalink
Add ostruct as dependency to gemspec
Browse files Browse the repository at this point in the history
Starting with ruby 3.4 ostruct will not be shipped with ruby by default.
To avoid dependency issues we add ostruct as a dependency to our
gemspec.
  • Loading branch information
richardboehme committed Sep 18, 2024
1 parent 1fd960d commit 4f812c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions disposable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "declarative", ">= 0.0.9", "< 1.0.0"
# spec.add_dependency "declarative-builder" #, ">= 0.2.0"
spec.add_dependency "representable", ">= 3.1.1", "< 4"
spec.add_dependency "ostruct", "< 1"

spec.add_development_dependency "bundler"#, "~> 1.3"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 4f812c4

Please sign in to comment.