Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 7, 2025
1 parent e7d2b51 commit f4429d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dry-system.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Gem::Specification.new do |spec|
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"
spec.add_dependency "dry-inflector", "~> 1.1"
end
12 changes: 4 additions & 8 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ gemspec:
authors: ["Piotr Solnica"]
email: ["[email protected]"]
summary: "Organize your code into reusable components"
development_dependencies:
- bundler
- rake
- rspec
runtime_dependencies:
- [dry-auto_inject, "~> 1.0"]
- [dry-core, "~> 1.0"]
- [dry-configurable, "~> 1.0"]
- [dry-inflector, "~> 1.0"]
- [dry-auto_inject, "~> 1.1"]
- [dry-core, "~> 1.1"]
- [dry-configurable, "~> 1.3"]
- [dry-inflector, "~> 1.1"]

0 comments on commit f4429d6

Please sign in to comment.