From 8ca40155037bde9b7f94e08e84c738da8a83f8d7 Mon Sep 17 00:00:00 2001 From: yamashush <38120991+yamashush@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:09:58 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20ruby=20to=203.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- .rubocop.yml | 2 +- .ruby-version | 2 +- Gemfile.lock | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a36e37..d4ce97a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.3.0' + ruby-version: '3.3.2' bundler-cache: true - name: Install dependencies run: bundle install @@ -27,7 +27,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.3.0' + ruby-version: '3.3.2' bundler-cache: true - name: Run rubocop run: bundle exec rubocop diff --git a/.rubocop.yml b/.rubocop.yml index eec1e39..263bced 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,6 @@ AllCops: NewCops: enable - TargetRubyVersion: 3.3.0 + TargetRubyVersion: 3.3.2 Exclude: - bin/* - spec/rails_helper.rb diff --git a/.ruby-version b/.ruby-version index 15a2799..4772543 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.3.2 diff --git a/Gemfile.lock b/Gemfile.lock index b78e740..1eb3cd0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,7 +189,7 @@ DEPENDENCIES slack-ruby-client RUBY VERSION - ruby 3.3.0p0 + ruby 3.3.2p78 BUNDLED WITH 2.4.21