From 0a3675189655ffde901bb9ccd1bccdc1d01e1ba8 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 2 Jan 2023 10:16:23 +0100 Subject: [PATCH] Update to Ruby 3.2 --- .github/workflows/ci.yml | 4 ++-- .rubocop.yml | 2 +- .ruby-version | 2 +- Gemfile.lock | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f437a21..ac90b69d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1 + ruby-version: 3.2 bundler-cache: true - name: Setup Node @@ -104,7 +104,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1 + ruby-version: 3.2 bundler-cache: true - name: Run rubocop diff --git a/.rubocop.yml b/.rubocop.yml index aa3d6a2d..6f1f724d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -14,7 +14,7 @@ inherit_from: - .rubocop_todo.yml AllCops: - TargetRubyVersion: 3.1 + TargetRubyVersion: 3.2 TargetRailsVersion: 7.0 UseCache: True NewCops: enable diff --git a/.ruby-version b/.ruby-version index ff365e06..944880fa 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.3 +3.2.0 diff --git a/Gemfile.lock b/Gemfile.lock index 7816f3d2..4cff6103 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -274,7 +274,7 @@ GEM net-protocol netrc (0.11.0) nio4r (2.5.8) - nokogiri (1.13.10) + nokogiri (1.14.0.rc1) mini_portile2 (~> 2.8.0) racc (~> 1.4) nyan-cat-formatter (0.12.0) @@ -386,12 +386,12 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.12.0) rspec-support (~> 3.12.0) - rspec-expectations (3.12.1) + rspec-expectations (3.12.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-github (2.4.0) rspec-core (~> 3.0) - rspec-mocks (3.12.1) + rspec-mocks (3.12.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-rails (6.0.1) @@ -628,4 +628,4 @@ DEPENDENCIES zxcvbn-ruby BUNDLED WITH - 2.4.1 + 2.4.3