Skip to content

Commit 3719759

Browse files
committed
Add ostruct as a development gem as a preparation for ruby-3.5
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.
1 parent 69551bd commit 3719759

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ group :development, :test do
1111
gem "rake-compiler-dock", "~> 1.0"
1212
gem "rdoc", "~> 6.4"
1313
gem "rspec", "~> 3.5"
14+
gem "ostruct", "~> 0.5" # for Rakefile.cross
1415
# "bigdecimal" is a gem on ruby-3.4+ and it's optional for ruby-pg.
1516
# Specs should succeed without it, but 4 examples are then excluded.
1617
# gem "bigdecimal", "~> 3.0"

0 commit comments

Comments
 (0)