From 26e25c0191fc776b88cf9dd0ddd54cb38249fd3c Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Thu, 9 Jun 2022 07:19:04 +0100 Subject: [PATCH] Provide ruby version and gemset config for rvm (#1511) As a starting point to help those with use of rvm and documentation for development and contribution, ensure that some basic config to select a ruby version and gemset to use is in placed. --- .ruby-gemset | 1 + .ruby-version | 1 + 2 files changed, 2 insertions(+) create mode 100644 .ruby-gemset create mode 100644 .ruby-version diff --git a/.ruby-gemset b/.ruby-gemset new file mode 100644 index 0000000..3e59b4a --- /dev/null +++ b/.ruby-gemset @@ -0,0 +1 @@ +vagrant-libvirt diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..338a5b5 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.6.6