From 1560fd0ec8a91a6e0b45a7f7d86b1ba9508277ac Mon Sep 17 00:00:00 2001 From: Mathias Date: Wed, 4 Oct 2023 14:29:01 -0700 Subject: [PATCH] Add asdf for easier ruby package management and stuff --- .gitignore | 1 + .tool-versions | 1 + Gemfile.lock | 2 ++ 3 files changed, 4 insertions(+) create mode 100644 .tool-versions diff --git a/.gitignore b/.gitignore index 21e52726..ff2bc6ce 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ _site .jekyll-metadata .bundle/ vendor/ +.DS_Store diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 00000000..97033daf --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +ruby 2.7.8 \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index bda91de9..b047018a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -271,6 +271,8 @@ GEM zeitwerk (2.4.2) PLATFORMS + arm64-darwin-22 + ruby x86_64-darwin-20 x86_64-linux