diff options
author | mms <git@sapka.me> | 2024-12-05 00:02:53 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-12-05 00:02:53 +0100 |
commit | a0320fa44b33d0080560b627bff6eb2b9ab1e30b (patch) | |
tree | d2acaaed2f20f212f28f8cdd6b37cf566b5c57eb /Gemfile.lock | |
parent | 662cdbda9f478c998859e3bb1ea3e63914032a29 (diff) |
feat: add links with script
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..2b0dda6 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,37 @@ +GEM + remote: https://rubygems.org/ + specs: + pastel (0.8.0) + tty-color (~> 0.5) + strings-ansi (0.2.0) + tty-color (0.6.0) + tty-cursor (0.7.1) + tty-progressbar (0.18.3) + strings-ansi (~> 0.2) + tty-cursor (~> 0.7) + tty-screen (~> 0.8) + unicode-display_width (>= 1.6, < 3.0) + tty-prompt (0.23.1) + pastel (~> 0.8) + tty-reader (~> 0.8) + tty-reader (0.9.0) + tty-cursor (~> 0.7) + tty-screen (~> 0.8) + wisper (~> 2.0) + tty-screen (0.8.2) + unicode-display_width (2.6.0) + wisper (2.0.1) + +PLATFORMS + ruby + x86_64-freebsd-14 + +DEPENDENCIES + tty-progressbar + tty-prompt + +RUBY VERSION + ruby 3.3.5p100 + +BUNDLED WITH + 2.5.16 |