Skip to content

Commit

Permalink
add dorian-arguments dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Aug 19, 2024
1 parent df141ff commit 2e7c931
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
template-ruby (0.7.2)
code-ruby
dorian-arguments
language-ruby
zeitwerk

Expand All @@ -23,7 +24,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
code-ruby (0.15.14)
code-ruby (0.15.15)
activesupport
bigdecimal
did-you-mean
Expand All @@ -35,11 +36,16 @@ GEM
did-you-mean (0.1.1)
levenshtein (>= 0.2.0)
diff-lcs (1.5.1)
dorian-arguments (0.0.1)
activesupport
bigdecimal
dorian-to_struct
dorian-to_struct (0.5.0)
drb (2.2.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
language-ruby (0.9.0)
language-ruby (0.9.2)
zeitwerk
language_server-protocol (3.17.0.3)
levenshtein (0.2.2)
Expand Down
1 change: 1 addition & 0 deletions template-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Gem::Specification.new do |s|
s.add_dependency "code-ruby"
s.add_dependency "language-ruby"
s.add_dependency "zeitwerk"
s.add_dependency "dorian-arguments"
end

0 comments on commit 2e7c931

Please sign in to comment.