From: Claire Date: Tue, 3 May 2022 22:26:46 +0000 (+0200) Subject: Bump minimum Ruby version (#18294) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=6ea18e88b471c1dcb50cd3a2d5faa239473f20b6;p=mastodon.git Bump minimum Ruby version (#18294) Mastodon has been incompatible with Ruby 2.5 for a few releases due to some dependencies, this just updates the Gemfile description to match that situation. --- diff --git a/Gemfile b/Gemfile index 6f11c391e..0a028b818 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # frozen_string_literal: true source 'https://rubygems.org' -ruby '>= 2.5.0', '< 3.1.0' +ruby '>= 2.6.0', '< 3.1.0' gem 'pkg-config', '~> 1.4' gem 'rexml', '~> 3.2'