Skip to content

Commit

Permalink
Merge branch 'develop' into contact-data-migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
samnang authored Jan 8, 2025
2 parents 48a58fa + 9d542d9 commit a549c32
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ GEM
base64 (0.2.0)
bcrypt (3.1.20)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bootsnap (1.18.4)
msgpack (~> 1.2)
brakeman (7.0.0)
Expand Down Expand Up @@ -238,38 +238,40 @@ GEM
doorkeeper (5.8.1)
railties (>= 5)
drb (2.2.1)
dry-configurable (1.1.0)
dry-core (~> 1.0, < 2)
dry-configurable (1.3.0)
dry-core (~> 1.1)
zeitwerk (~> 2.6)
dry-core (1.0.1)
dry-core (1.1.0)
concurrent-ruby (~> 1.0)
logger
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
dry-initializer (3.1.1)
dry-logic (1.5.0)
dry-inflector (1.2.0)
dry-initializer (3.2.0)
dry-logic (1.6.0)
bigdecimal
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-core (~> 1.1)
zeitwerk (~> 2.6)
dry-schema (1.13.3)
dry-schema (1.14.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 1.0, >= 1.0.1)
dry-core (~> 1.0, < 2)
dry-initializer (~> 3.0)
dry-logic (>= 1.4, < 2)
dry-types (>= 1.7, < 2)
dry-core (~> 1.1)
dry-initializer (~> 3.2)
dry-logic (~> 1.5)
dry-types (~> 1.8)
zeitwerk (~> 2.6)
dry-types (1.7.2)
dry-types (1.8.0)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
dry-validation (1.10.0)
dry-validation (1.11.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-initializer (~> 3.0)
dry-schema (>= 1.12, < 2)
dry-core (~> 1.1)
dry-initializer (~> 3.2)
dry-schema (~> 1.14)
zeitwerk (~> 2.6)
email_spec (2.3.0)
htmlentities (~> 4.3.3)
Expand Down Expand Up @@ -393,7 +395,7 @@ GEM
nokogiri (1.17.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
okcomputer (1.18.5)
okcomputer (1.18.6)
orm_adapter (0.5.0)
parallel (1.26.3)
parser (3.3.6.0)
Expand Down

0 comments on commit a549c32

Please sign in to comment.