]> cat aescling's git repositories - mastodon.git/blobdiff - Gemfile
Replace Ruby 2.3 with 2.6 in CircleCI (#9652)
[mastodon.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index bd0ff096792a100f0feac10a020fcf8232738357..ceef9d551a6419fd6f89ddd377807d1fbf850d2f 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 source 'https://rubygems.org'
-ruby '>= 2.3.0', '< 2.6.0'
+ruby '>= 2.4.0', '< 2.7.0'
 
 gem 'pkg-config', '~> 1.3'
 
This page took 0.050227 seconds and 4 git commands to generate.