Skip to content

Commit 397ce4e

Browse files
committed
Adds 'ostruct' as a development dependency
It used to be loaded from the standard library, but is not part of the default gems since Ruby 3.5.0
1 parent 0161157 commit 397ce4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elasticsearch/elasticsearch.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Gem::Specification.new do |s|
5252
s.add_development_dependency 'base64'
5353
s.add_development_dependency 'bundler'
5454
s.add_development_dependency 'debug' unless defined?(JRUBY_VERSION)
55+
s.add_development_dependency 'ostruct'
5556
s.add_development_dependency 'pry'
5657
s.add_development_dependency 'rake'
5758
s.add_development_dependency 'require-prof' unless defined?(JRUBY_VERSION) || defined?(Rubinius)

0 commit comments

Comments
 (0)