]> cat aescling's git repositories - mastodon.git/commitdiff
Bump minimum Ruby version (#18294)
authorClaire <claire.github-309c@sitedethib.com>
Tue, 3 May 2022 22:26:46 +0000 (00:26 +0200)
committersingle-right-quote <11325618-aescling@users.noreply.gitlab.com>
Thu, 5 May 2022 17:49:38 +0000 (13:49 -0400)
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.

Gemfile

diff --git a/Gemfile b/Gemfile
index 6f11c391e2d6e62bf9bcea8d5333f96d959c8c57..0a028b81865719a81c626a05e951fdd05961b817 100644 (file)
--- 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'