Skip to content

Commit

Permalink
Fix warning about ostruct
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 4, 2025
1 parent 7858829 commit b6dbccf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ gem "dry-inflector", github: "dry-rb/dry-inflector"
gem "dry-logic", github: "dry-rb/dry-logic"

gem "zeitwerk"

group :test do
gem "ostruct"
end
6 changes: 3 additions & 3 deletions dry-system.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.1"

# to update dependencies edit project.yml
spec.add_dependency "dry-auto_inject", "~> 1.0"
spec.add_dependency "dry-configurable", "~> 1.0"
spec.add_dependency "dry-core", "~> 1.0"
spec.add_dependency "dry-auto_inject", "~> 1.1"
spec.add_dependency "dry-configurable", "~> 1.3"
spec.add_dependency "dry-core", "~> 1.1"
spec.add_dependency "dry-inflector", "~> 1.0"
end

0 comments on commit b6dbccf

Please sign in to comment.