From db107b4e0cbce0f73b2858f9406c385fa0053f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Grobol?= Date: Tue, 16 Jan 2024 14:29:55 +0100 Subject: [PATCH] bump ruby --- .github/workflows/publish.yaml | 2 -- .rtx.toml | 2 -- .tool-versions | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 .rtx.toml create mode 100644 .tool-versions diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2a96f5e..aa536a6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -53,8 +53,6 @@ jobs: - name: Setup Ruby 💎 uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' # Not needed with a .ruby-version file - rubygems: latest bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems diff --git a/.rtx.toml b/.rtx.toml deleted file mode 100644 index 68c01a8..0000000 --- a/.rtx.toml +++ /dev/null @@ -1,2 +0,0 @@ -[tools] -ruby = "3.2.2" \ No newline at end of file diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..0583546 --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +ruby 3.2.2 \ No newline at end of file