From ccd12ff171bf70c44a90fec60022cf146a1f8c8c Mon Sep 17 00:00:00 2001 From: grossiwm Date: Sun, 13 Oct 2024 16:31:49 -0300 Subject: [PATCH] refactor: downgrade ruby version for CI --- .github/workflows/ruby.yml | 2 +- Gemfile.lock | 38 -------------------------------------- 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 5090f09..d57e5fc 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['3.3.0'] + ruby-version: ['3.1.2'] steps: - uses: actions/checkout@v3 diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 9050337..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,38 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - colorize (1.1.0) - diff-lcs (1.5.1) - os (1.1.4) - psych (5.1.2) - stringio - rake (13.2.1) - rspec (3.13.0) - rspec-core (~> 3.13.0) - rspec-expectations (~> 3.13.0) - rspec-mocks (~> 3.13.0) - rspec-core (3.13.1) - rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-mocks (3.13.2) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-support (3.13.1) - stringio (3.1.1) - -PLATFORMS - ruby - x86_64-linux - -DEPENDENCIES - bundler - colorize - os - psych - rake - rspec - -BUNDLED WITH - 2.5.21