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 | |
parent | 662cdbda9f478c998859e3bb1ea3e63914032a29 (diff) |
feat: add links with script
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +source "https://rubygems.org" + +ruby "3.3.5" + +gem "tty-prompt" |