Skip to content

Commit

Permalink
update dry* run time deps
Browse files Browse the repository at this point in the history
Signed-off-by: Sathish <sbabu@progress.com>
  • Loading branch information
sathish-progress committed Aug 29, 2023
1 parent 8b78cd7 commit fe6c9d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k8s-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = spec.required_ruby_version = [">= 2.4", "<= 3.2.2"]

spec.add_runtime_dependency "excon", "~> 0.71"
spec.add_runtime_dependency "dry-struct", "<= 1.6.0"
spec.add_runtime_dependency "dry-types", "<= 1.7.0"
spec.add_runtime_dependency "dry-configurable", "~> 0.13.0"
spec.add_runtime_dependency "dry-struct"
spec.add_runtime_dependency "dry-types"
spec.add_runtime_dependency "dry-configurable"
spec.add_runtime_dependency "recursive-open-struct", "~> 1.1.3"
spec.add_runtime_dependency "hashdiff", "~> 1.0.0"
spec.add_runtime_dependency "jsonpath", "~> 0.9.5"
Expand Down

0 comments on commit fe6c9d6

Please sign in to comment.