From a496c95ffc0ed908e4740925e7a1005ee61a950b Mon Sep 17 00:00:00 2001 From: Tatsuya Koishi Date: Thu, 2 Jan 2025 11:21:32 +0900 Subject: [PATCH] #1216 --- .github/workflows/test.yml | 2 +- .rubocop.yml | 2 +- .ruby-version | 2 +- Gemfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0533e54..c29dba9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3.0 + ruby-version: 3.4.1 - name: apt install run: | sudo apt update diff --git a/.rubocop.yml b/.rubocop.yml index 22f28103..41124718 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -19,7 +19,7 @@ AllCops: - '**/Rakefile' - '**/config.ru' NewCops: enable - TargetRubyVersion: 3.3 + TargetRubyVersion: 3.4 Layout/ArgumentAlignment: EnforcedStyle: with_fixed_indentation Layout/ArrayAlignment: diff --git a/.ruby-version b/.ruby-version index fa7adc7a..47b322c9 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.5 +3.4.1 diff --git a/Gemfile b/Gemfile index bf157b73..09cc9b1d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '~>3.3.0' +ruby '~>4.0' gem 'feedjira', '~>3.0' gem 'ginseng-core', github: 'pooza/ginseng-core', require: 'ginseng' gem 'ginseng-fediverse', github: 'pooza/ginseng-fediverse', require: 'ginseng/fediverse'