Skip to content

Commit

Permalink
Update dry-matcher.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pnomolos authored Nov 13, 2022
1 parent 27e97be commit c09a8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dry-matcher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7.0"

# to update dependencies edit project.yml
spec.add_runtime_dependency "dry-core", "~> 0.4", ">= 0.4.8"
spec.add_runtime_dependency "dry-core", "~> 1.0", "< 2"

spec.add_development_dependency "rake"
end

0 comments on commit c09a8c9

Please sign in to comment.