Skip to content

Commit

Permalink
Adjusting versions for build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyE authored and saikumar9 committed Nov 13, 2023
1 parent da2290b commit 3a37259
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
38 changes: 18 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ PATH
dry-configurable (~> 0.12)
dry-container (~> 0.9)
dry-matcher (~> 0.7)
dry-monads (~> 1.5)
dry-monads (~> 1.3)
dry-struct (~> 1.0)
dry-types (~> 1.0)
dry-validation (~> 1.8)
dry-validation (~> 1.2)
i18n (>= 0.7.0)
mime-types
ox (~> 2.0)
Expand Down Expand Up @@ -39,7 +39,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
ast (2.4.0)
bootsnap (1.13.0)
bootsnap (1.17.0)
msgpack (~> 1.2)
bson (4.8.2)
builder (3.2.4)
Expand All @@ -51,31 +51,30 @@ GEM
deep_merge (1.2.2)
diff-lcs (1.3)
docile (1.3.2)
dry-configurable (0.16.1)
dry-configurable (0.13.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.6)
zeitwerk (~> 2.6)
dry-container (0.11.0)
dry-container (0.9.0)
concurrent-ruby (~> 1.0)
dry-core (0.9.1)
dry-configurable (~> 0.13, >= 0.13.0)
dry-core (0.7.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (0.2.0)
dry-inflector (0.2.1)
dry-initializer (3.0.4)
dry-logic (1.2.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.5, >= 0.5)
dry-matcher (0.9.0)
dry-core (~> 0.4, >= 0.4.8)
dry-monads (1.5.0)
dry-monads (1.4.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.9, >= 0.9)
zeitwerk (~> 2.6)
dry-schema (1.10.6)
dry-core (~> 0.7)
dry-schema (1.8.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.13, >= 0.13.0)
dry-core (~> 0.5, >= 0.5)
dry-initializer (~> 3.0)
dry-logic (~> 1.2)
dry-logic (~> 1.0)
dry-types (~> 1.5)
dry-struct (1.4.0)
dry-core (~> 0.5, >= 0.5)
Expand All @@ -87,7 +86,7 @@ GEM
dry-core (~> 0.5, >= 0.5)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
dry-validation (1.8.1)
dry-validation (1.7.0)
concurrent-ruby (~> 1.0)
dry-container (~> 0.7, >= 0.7.1)
dry-core (~> 0.5, >= 0.5)
Expand All @@ -104,17 +103,17 @@ GEM
method_source (0.9.2)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0808)
mini_portile2 (2.8.4)
mime-types-data (3.2023.1003)
mini_portile2 (2.8.5)
minitest (5.14.0)
mongo (2.12.1)
bson (>= 4.8.2, < 5.0.0)
mongoid (6.4.4)
activemodel (>= 5.1, < 6.0.0)
mongo (>= 2.5.1, < 3.0.0)
msgpack (1.7.2)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
ox (2.14.14)
parallel (1.19.1)
Expand Down Expand Up @@ -183,7 +182,6 @@ GEM
thread_safe (~> 0.1)
unicode-display_width (1.6.1)
yard (0.9.24)
zeitwerk (2.6.11)

PLATFORMS
ruby
Expand Down
4 changes: 2 additions & 2 deletions resource_registry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.5.1'

spec.add_dependency 'dry-validation', '~> 1.8'
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.12'
spec.add_dependency 'dry-monads', '~> 1.5'
spec.add_dependency 'dry-monads', '~> 1.3'
spec.add_dependency 'dry-matcher', '~> 0.7'
spec.add_dependency 'dry-container', '~> 0.9'
spec.add_dependency 'deep_merge', '>= 1.0.0'
Expand Down

0 comments on commit 3a37259

Please sign in to comment.