Skip to content

Commit

Permalink
Merge pull request #4287 from DataDog/add-ostruct-gem-to-ruby-3-5-gem…
Browse files Browse the repository at this point in the history
…file

Move `ostruct` gem out from test group for Ruby 3.5
  • Loading branch information
y9v authored Jan 14, 2025
2 parents 08743d9 + ecf6a2b commit b2bf14b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ruby-3.5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ gem 'json-schema', '< 3' # V3 only works with 2.5+
gem 'memory_profiler', '~> 0.9'
gem 'mutex_m'
gem 'os', '~> 1.1'
gem 'ostruct'
gem 'pimpmychangelog', '>= 0.1.2'
gem 'pry'
gem 'pry-stack_explorer'
Expand Down Expand Up @@ -62,7 +63,3 @@ group :dev do
gem 'ruby-lsp', require: false
gem 'appraisal', '~> 2.4.0', require: false
end

group :test do
gem 'ostruct'
end

0 comments on commit b2bf14b

Please sign in to comment.