From 7d2604006f4f4fb97f2d7d41551c8da4bf4ee87e Mon Sep 17 00:00:00 2001 From: Genadi Samokovarov Date: Mon, 29 Apr 2019 09:58:42 -0500 Subject: [PATCH] Signal that only Ruby 2.5+ is supported in the gemspec --- web-console.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-console.gemspec b/web-console.gemspec index 19fb9308..775d9cff 100644 --- a/web-console.gemspec +++ b/web-console.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.files = Dir["lib/**/*", "MIT-LICENSE", "Rakefile", "README.markdown", "CHANGELOG.markdown"] - s.required_ruby_version = ">= 2.4" + s.required_ruby_version = ">= 2.5" rails_version = ">= 6.0.0.a"