Skip to content

Commit

Permalink
Bump dry-types version to avoid bigdecimal require warning
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Apr 11, 2024
1 parent fae564c commit b1cf985
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,32 @@ PATH
remote: .
specs:
magic (0.1.0)
dry-types
dry-types (~> 1.7)
state_machines
zeitwerk

GEM
remote: https://rubygems.org/
specs:
bigdecimal (3.1.7)
coderay (1.1.3)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.3)
diff-lcs (1.5.0)
dry-container (0.11.0)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
dry-core (0.8.1)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
dry-logic (1.5.0)
concurrent-ruby (~> 1.0)
dry-inflector (0.3.0)
dry-logic (1.2.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-types (1.7.2)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.5, >= 0.5)
dry-types (1.5.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)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
method_source (1.0.0)
pry (0.14.1)
coderay (~> 1.1)
Expand Down

0 comments on commit b1cf985

Please sign in to comment.