Skip to content

Commit

Permalink
Add ostruct as a development gem as a preparation for ruby-3.5
Browse files Browse the repository at this point in the history
Warning was:
  Rakefile.cross:9: warning: ostruct was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.5.0. Add ostruct to your Gemfile or gemspec.
  • Loading branch information
larskanis committed Jul 20, 2024
1 parent 69551bd commit 3719759
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 @@ -11,6 +11,7 @@ group :development, :test do
gem "rake-compiler-dock", "~> 1.0"
gem "rdoc", "~> 6.4"
gem "rspec", "~> 3.5"
gem "ostruct", "~> 0.5" # for Rakefile.cross
# "bigdecimal" is a gem on ruby-3.4+ and it's optional for ruby-pg.
# Specs should succeed without it, but 4 examples are then excluded.
# gem "bigdecimal", "~> 3.0"
Expand Down

0 comments on commit 3719759

Please sign in to comment.