diff options
| author | a14m <[email protected]> | 2020-11-27 18:38:04 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-11-27 18:38:04 +0100 |
| commit | 97ec394950f6a319b9238467b1bf0d8d3d5ec548 (patch) | |
| tree | 72c70a476d9741b0c186a1a66e3ab87bf98ce24a /CLI/ruby/Gemfile.lock | |
| parent | 6a5e959e6d0ac163e9ce1b3892141093e692623a (diff) | |
Add thor dependency to build CLI
Diffstat (limited to 'CLI/ruby/Gemfile.lock')
| -rw-r--r-- | CLI/ruby/Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CLI/ruby/Gemfile.lock b/CLI/ruby/Gemfile.lock index 978f3fb..c7f2669 100644 --- a/CLI/ruby/Gemfile.lock +++ b/CLI/ruby/Gemfile.lock @@ -2,6 +2,7 @@ PATH remote: . specs: game_of_life (0.1.0) + thor (~> 1.0) GEM remote: https://rubygems.org/ @@ -49,6 +50,7 @@ GEM rubocop-ast (1.2.0) parser (>= 2.7.1.5) ruby-progressbar (1.10.1) + thor (1.0.1) unicode-display_width (1.7.0) PLATFORMS |
