From c0d2a39874d61416166d3495fee6844f4e627d9f Mon Sep 17 00:00:00 2001 From: "Rintze M. Zelle" Date: Thu, 11 Mar 2021 00:04:47 -0500 Subject: [PATCH] Ruby 3.0.0 (#5309) --- .github/workflows/merge.yaml | 2 +- .github/workflows/sheldon.yaml | 2 +- .gitignore | 2 +- Gemfile | 2 +- Gemfile.lock | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index 893288c21aee..dc997e6d7018 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -58,7 +58,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true')) uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.1 + ruby-version: 3.0.0 - name: but use cache to speed that up if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true')) uses: actions/cache@v2 diff --git a/.github/workflows/sheldon.yaml b/.github/workflows/sheldon.yaml index bb45af383453..6bd89b71e377 100644 --- a/.github/workflows/sheldon.yaml +++ b/.github/workflows/sheldon.yaml @@ -50,7 +50,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.1 + ruby-version: 3.0.0 - name: but use cache to speed that up uses: actions/cache@v2 with: diff --git a/.gitignore b/.gitignore index 1c19cab0709c..de5af0819db4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ .env -spec/sheldon/travis.json +spec/sheldon/ci.json diff --git a/Gemfile b/Gemfile index 17b2c314a335..10a8635675e3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -ruby '2.7.1' +ruby '3.0.0' source 'https://rubygems.org' gem 'rake' diff --git a/Gemfile.lock b/Gemfile.lock index 855992b79d19..e16789b793ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/citation-style-language/Sheldon.git - revision: 0d607983e872e9344c64914277fd7409ac0e29d3 + revision: 38b6de75ac4dd86d6b3b47c172431e6e44f53ca0 specs: sheldon (1.0.30) citeproc-ruby @@ -93,7 +93,7 @@ DEPENDENCIES sheldon! RUBY VERSION - ruby 2.7.1 + ruby 3.0.0p0 BUNDLED WITH - 2.1.4 + 2.2.3