Skip to content

Commit

Permalink
RES upgrade to 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejkrzywda committed Dec 11, 2023
1 parent 58dc524 commit 66ecf27
Show file tree
Hide file tree
Showing 15 changed files with 430 additions and 300 deletions.
85 changes: 47 additions & 38 deletions ecommerce/authentication/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,59 +2,65 @@ PATH
remote: ../../infra
specs:
infra (1.0.0)
aggregate_root (~> 2.9)
aggregate_root (~> 2.13)
arkency-command_bus
dry-struct
dry-types
rake
ruby_event_store (~> 2.9)
ruby_event_store (~> 2.13)
ruby_event_store-transformations
sidekiq

GEM
remote: https://oss:[email protected]/
specs:
mutant-license (0.1.1.2.1627430819213747598431630701693729869473.4)
mutant-license (0.1.1.2.1627430819213747598431630701693729869473.6)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4.1)
activesupport (7.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
aggregate_root (2.9.1)
ruby_event_store (= 2.9.1)
aggregate_root (2.13.0)
ruby_event_store (= 2.13.0)
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
concurrent-ruby (1.2.0)
connection_pool (2.3.0)
diff-lcs (1.4.4)
dry-configurable (0.15.0)
base64 (0.2.0)
bigdecimal (3.1.4)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
diff-lcs (1.5.0)
drb (2.2.0)
ruby2_keywords
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
dry-core (~> 0.6)
dry-container (0.9.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
dry-logic (1.5.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.13, >= 0.13.0)
dry-core (0.7.1)
concurrent-ruby (~> 1.0)
dry-inflector (0.2.1)
dry-logic (1.2.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.5, >= 0.5)
dry-struct (1.4.0)
dry-core (~> 0.5, >= 0.5)
dry-types (~> 1.5)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-struct (1.6.0)
dry-core (~> 1.0, < 2)
dry-types (>= 1.7, < 2)
ice_nine (~> 0.11)
dry-types (1.5.1)
zeitwerk (~> 2.6)
dry-types (1.7.1)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.5, >= 0.5)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
i18n (1.12.0)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
minitest (5.15.0)
Expand All @@ -66,28 +72,31 @@ GEM
mutant-minitest (0.10.34)
minitest (~> 5.11)
mutant (= 0.10.34)
parser (3.0.2.0)
mutex_m (0.2.0)
parser (3.0.3.2)
ast (~> 2.4.1)
rack (3.0.4.1)
rake (13.0.6)
redis-client (0.11.2)
rack (3.0.8)
rake (13.1.0)
redis-client (0.19.0)
connection_pool
regexp_parser (2.1.1)
ruby_event_store (2.9.1)
regexp_parser (2.8.3)
ruby2_keywords (0.0.5)
ruby_event_store (2.13.0)
concurrent-ruby (~> 1.0, >= 1.1.6)
ruby_event_store-transformations (0.1.0)
activesupport (>= 5.0)
ruby_event_store (>= 2.0.0, < 3.0.0)
sidekiq (7.0.2)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
tzinfo (2.0.5)
redis-client (>= 0.14.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unparser (0.6.0)
unparser (0.6.2)
diff-lcs (~> 1.3)
parser (>= 3.0.0)
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-20
Expand Down
55 changes: 33 additions & 22 deletions ecommerce/crm/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ PATH
remote: ../../infra
specs:
infra (1.0.0)
aggregate_root (~> 2.9)
aggregate_root (~> 2.13)
arkency-command_bus
dry-struct
dry-types
rake
ruby_event_store (~> 2.9)
ruby_event_store (~> 2.13)
ruby_event_store-transformations
sidekiq

Expand All @@ -19,20 +19,29 @@ GEM
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4.1)
activesupport (7.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
aggregate_root (2.9.1)
ruby_event_store (= 2.9.1)
aggregate_root (2.13.0)
ruby_event_store (= 2.13.0)
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
concurrent-ruby (1.2.0)
connection_pool (2.3.0)
base64 (0.2.0)
bigdecimal (3.1.4)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
diff-lcs (1.5.0)
dry-core (1.0.0)
drb (2.2.0)
ruby2_keywords
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
Expand All @@ -45,13 +54,13 @@ GEM
dry-types (>= 1.7, < 2)
ice_nine (~> 0.11)
zeitwerk (~> 2.6)
dry-types (1.7.0)
dry-types (1.7.1)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-inflector (~> 1.0, < 2)
dry-logic (>= 1.4, < 2)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
minitest (5.15.0)
Expand All @@ -63,29 +72,31 @@ GEM
mutant-minitest (0.10.34)
minitest (~> 5.11)
mutant (= 0.10.34)
mutex_m (0.2.0)
parser (3.0.3.2)
ast (~> 2.4.1)
rack (3.0.4.1)
rake (13.0.6)
redis-client (0.12.1)
rack (3.0.8)
rake (13.1.0)
redis-client (0.19.0)
connection_pool
regexp_parser (2.6.2)
ruby_event_store (2.9.1)
regexp_parser (2.8.3)
ruby2_keywords (0.0.5)
ruby_event_store (2.13.0)
concurrent-ruby (~> 1.0, >= 1.1.6)
ruby_event_store-transformations (0.1.0)
activesupport (>= 5.0)
ruby_event_store (>= 2.0.0, < 3.0.0)
sidekiq (7.0.3)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
tzinfo (2.0.5)
redis-client (>= 0.14.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unparser (0.6.2)
diff-lcs (~> 1.3)
parser (>= 3.0.0)
zeitwerk (2.6.6)
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-20
Expand Down
51 changes: 31 additions & 20 deletions ecommerce/inventory/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ PATH
remote: ../../infra
specs:
infra (1.0.0)
aggregate_root (~> 2.9)
aggregate_root (~> 2.13)
arkency-command_bus
dry-struct
dry-types
rake
ruby_event_store (~> 2.9)
ruby_event_store (~> 2.13)
ruby_event_store-transformations
sidekiq

Expand All @@ -19,20 +19,29 @@ GEM
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4.3)
activesupport (7.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
aggregate_root (2.9.1)
ruby_event_store (= 2.9.1)
aggregate_root (2.13.0)
ruby_event_store (= 2.13.0)
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.4)
concurrent-ruby (1.2.2)
connection_pool (2.3.0)
connection_pool (2.4.1)
diff-lcs (1.5.0)
dry-core (1.0.0)
drb (2.2.0)
ruby2_keywords
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
Expand All @@ -45,13 +54,13 @@ GEM
dry-types (>= 1.7, < 2)
ice_nine (~> 0.11)
zeitwerk (~> 2.6)
dry-types (1.7.0)
dry-types (1.7.1)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-inflector (~> 1.0, < 2)
dry-logic (>= 1.4, < 2)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
minitest (5.15.0)
Expand All @@ -63,29 +72,31 @@ GEM
mutant-minitest (0.10.34)
minitest (~> 5.11)
mutant (= 0.10.34)
mutex_m (0.2.0)
parser (3.0.3.2)
ast (~> 2.4.1)
rack (3.0.4.1)
rake (13.0.6)
redis-client (0.12.1)
rack (3.0.8)
rake (13.1.0)
redis-client (0.19.0)
connection_pool
regexp_parser (2.6.2)
ruby_event_store (2.9.1)
regexp_parser (2.8.3)
ruby2_keywords (0.0.5)
ruby_event_store (2.13.0)
concurrent-ruby (~> 1.0, >= 1.1.6)
ruby_event_store-transformations (0.1.0)
activesupport (>= 5.0)
ruby_event_store (>= 2.0.0, < 3.0.0)
sidekiq (7.0.3)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
redis-client (>= 0.14.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unparser (0.6.2)
diff-lcs (~> 1.3)
parser (>= 3.0.0)
zeitwerk (2.6.6)
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-20
Expand Down
Loading

0 comments on commit 66ecf27

Please sign in to comment.