mirror of
https://github.com/usetrmnl/trmnl-api.git
synced 2026-04-29 13:35:13 -07:00
Added Dry Types gem
Necessary to create custom types for use in our contracts. link:https://dry-rb.org/gems/dry-types[Documentation]. Milestone: minor
This commit is contained in:
@@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
|
||||
spec.add_dependency "containable", "~> 1.2"
|
||||
spec.add_dependency "dry-monads", "~> 1.8"
|
||||
spec.add_dependency "dry-schema", "~> 1.14"
|
||||
spec.add_dependency "dry-types", "~> 1.8"
|
||||
spec.add_dependency "http", "~> 5.3"
|
||||
spec.add_dependency "infusible", "~> 4.3"
|
||||
spec.add_dependency "inspectable", "~> 0.3"
|
||||
|
||||
Reference in New Issue
Block a user