From 1b858cd1f67483a30094af760b29fdbd1c1f3a5b Mon Sep 17 00:00:00 2001 From: Mog Nesbitt Date: Sun, 16 Jun 2024 22:09:40 +1200 Subject: [PATCH] Update Gemfile versions --- .github/workflows/lint.yml | 16 ++++++------- Gemfile.lock | 47 +++++++++++++++++++++----------------- 2 files changed, 34 insertions(+), 29 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 993b8c6..a5bd973 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,13 +7,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4 - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 2.7 - bundler-cache: true + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: 3.3 + bundler-cache: true - - name: Run RuboCop - run: bundle exec rubocop --parallel + - name: Run RuboCop + run: bundle exec rubocop --parallel diff --git a/Gemfile.lock b/Gemfile.lock index dcbe033..bd1c822 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,9 +13,10 @@ GEM addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) - css_parser (1.16.0) + bigdecimal (3.1.8) + css_parser (1.17.1) addressable - diff-lcs (1.5.0) + diff-lcs (1.5.1) json (2.7.2) language_server-protocol (3.17.0.3) matrix (0.4.2) @@ -23,29 +24,31 @@ GEM parser (3.3.3.0) ast (~> 2.4.1) racc - pdf-core (0.9.0) - prawn (2.4.0) - pdf-core (~> 0.9.0) - ttfunk (~> 1.7) - public_suffix (5.0.4) + pdf-core (0.10.0) + prawn (2.5.0) + matrix (~> 0.4) + pdf-core (~> 0.10.0) + ttfunk (~> 1.8) + public_suffix (5.1.0) racc (1.8.0) rainbow (3.1.1) - rake (13.1.0) + rake (13.2.1) regexp_parser (2.9.2) - rexml (3.2.6) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rexml (3.3.0) + strscan + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.1) + rspec-support (~> 3.13.0) + rspec-support (3.13.1) rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -60,7 +63,9 @@ GEM rubocop-ast (1.31.3) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) - ttfunk (1.7.0) + strscan (3.1.0) + ttfunk (1.8.0) + bigdecimal (~> 3.1) unicode-display_width (2.5.0) PLATFORMS