From 12356a8f588074eb82ee663bca83300fbbea24b9 Mon Sep 17 00:00:00 2001 From: Arthur Ferraz dos Santos Date: Thu, 22 Aug 2024 08:27:33 -0300 Subject: [PATCH] wip --- .github/workflows/check.yml | 6 +----- Gemfile.lock | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 103c1a9..6f74c91 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -13,7 +13,7 @@ jobs: tests: runs-on: ubuntu-latest container: - image: ruby:2.6.6 + image: ruby:2.7.6 env: BUNDLE_JOBS: 3 BUNDLE_RETRY: 3 @@ -21,10 +21,6 @@ jobs: RAILS_ENV: test steps: - uses: actions/checkout@v3 - - - name: Update Rubygems - run: | - gem update --system 3.3.22 - name: Which bundler? run: | diff --git a/Gemfile.lock b/Gemfile.lock index 6df487c..33a5651 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,12 +8,16 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.8) + activesupport (7.1.3.4) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) @@ -22,10 +26,12 @@ GEM byebug (10.0.2) coderay (1.1.3) concurrent-ruby (1.3.4) + connection_pool (2.4.1) crack (1.0.0) bigdecimal rexml diff-lcs (1.5.1) + drb (2.2.1) ethon (0.16.0) ffi (>= 1.15.0) ffi (1.17.0) @@ -34,7 +40,8 @@ GEM concurrent-ruby (~> 1.0) method_source (1.1.0) minitest (5.25.1) - parallel (1.24.0) + mutex_m (0.2.0) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -74,8 +81,8 @@ GEM rubocop-ast (>= 0.6.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.32.1) + parser (>= 3.3.1.0) rubocop-github (0.17.0) rubocop rubocop-performance @@ -101,7 +108,6 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.6.17) PLATFORMS ruby @@ -120,4 +126,4 @@ DEPENDENCIES webmock (~> 3.5) BUNDLED WITH - 1.17.2 + 1.17.3