Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
resource_registry (0.7.0)
bootsnap (~> 1.0)
deep_merge (>= 1.0.0)
dry-configurable (= 0.9)
dry-configurable (= 0.11.6)
dry-container (~> 0.7)
dry-matcher (~> 0.7)
dry-monads (~> 1.2)
Expand Down Expand Up @@ -54,9 +54,10 @@ GEM
deep_merge (1.2.1)
diff-lcs (1.3)
docile (1.3.2)
dry-configurable (0.9.0)
dry-configurable (0.11.6)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
dry-equalizer (~> 0.2)
dry-container (0.7.2)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
Expand All @@ -75,7 +76,7 @@ GEM
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.4)
dry-equalizer
dry-schema (1.5.0)
dry-schema (1.5.1)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.8, >= 0.8.3)
dry-core (~> 0.4)
Expand All @@ -95,7 +96,7 @@ GEM
dry-equalizer (~> 0.3)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
dry-validation (1.5.0)
dry-validation (1.5.1)
concurrent-ruby (~> 1.0)
dry-container (~> 0.7, >= 0.7.1)
dry-core (~> 0.4)
Expand All @@ -113,7 +114,7 @@ GEM
method_source (0.9.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0425)
mime-types-data (3.2020.0512)
mini_portile2 (2.4.0)
minitest (5.14.0)
mongo (2.12.1)
Expand Down
2 changes: 1 addition & 1 deletion resource_registry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'dry-validation', '~> 1.2'
spec.add_dependency 'dry-struct', '~> 1.0'
spec.add_dependency 'dry-types', '~> 1.0'
spec.add_dependency 'dry-configurable', '0.9'
spec.add_dependency 'dry-configurable', '0.11.6'

spec.add_dependency 'dry-container', '~> 0.7'
spec.add_dependency 'deep_merge', '>= 1.0.0'
Expand Down