Drop support for ruby 3.2

Matt Jankowski 2024-10-17 16:43:42 -04:00
parent 68c7782940
commit 3b032b05aa
4 changed files with 3 additions and 7 deletions

View File

@ -124,7 +124,6 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- '3.2'
- '.ruby-version'
steps:
- uses: actions/checkout@v4
@ -225,7 +224,6 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- '3.2'
- '.ruby-version'
steps:
- uses: actions/checkout@v4
@ -303,7 +301,6 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- '3.2'
- '.ruby-version'
steps:
@ -419,7 +416,6 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- '3.2'
- '.ruby-version'
search-image:
- docker.elastic.co/elasticsearch/elasticsearch:7.17.13

View File

@ -8,7 +8,7 @@ AllCops:
- lib/mastodon/migration_helpers.rb
ExtraDetails: true
NewCops: enable
TargetRubyVersion: 3.2 # Oldest supported ruby version
TargetRubyVersion: 3.3 # Oldest supported ruby version
inherit_from:
- .rubocop/layout.yml

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true
source 'https://rubygems.org'
ruby '>= 3.2.0'
ruby file: '.ruby-version'
gem 'propshaft'
gem 'puma', '~> 6.3'

View File

@ -69,7 +69,7 @@ Mastodon acts as an OAuth2 provider, so 3rd party apps can use the REST and Stre
- **PostgreSQL** 12+
- **Redis** 4+
- **Ruby** 3.2+
- **Ruby** 3.3+
- **Node.js** 18+
The repository includes deployment configurations for **Docker and docker-compose** as well as specific platforms like **Heroku**, and **Scalingo**. For Helm charts, reference the [mastodon/chart repository](https://github.com/mastodon/chart). The [**standalone** installation guide](https://docs.joinmastodon.org/admin/install/) is available in the documentation.