Skip to content

Commit

Permalink
Update gemspec to use dry-matcher 1.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagodoldan authored Nov 21, 2023
1 parent d3d73c9 commit 969e071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dry-transaction.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
# to update dependencies edit project.yml
spec.add_runtime_dependency "dry-core", "~> 1.0"
spec.add_runtime_dependency "dry-events", "~> 1.0"
spec.add_runtime_dependency "dry-matcher", "~> 0.10"
spec.add_runtime_dependency "dry-matcher", "~> 1.0"
spec.add_runtime_dependency "dry-monads", "~> 1.6"

end
2 changes: 1 addition & 1 deletion gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
# to update dependencies edit project.yml
spec.add_runtime_dependency "dry-core", "~> 1.0"
spec.add_runtime_dependency "dry-events", "~> 1.0"
spec.add_runtime_dependency "dry-matcher", ">= 0.10.0"
spec.add_runtime_dependency "dry-matcher", "~> 1.0"
spec.add_runtime_dependency "dry-monads", "~> 1.0"

end
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ gemspec:
runtime_dependencies:
- [dry-core, "~> 1.0"]
- [dry-events, "~> 1.0"]
- [dry-matcher, "~> 0.10"]
- [dry-matcher, "~> 1.0"]
- [dry-monads, "~> 1.6"]

0 comments on commit 969e071

Please sign in to comment.