From 1064328d6c5ccefda8fdbcf98eb89947dbee4160 Mon Sep 17 00:00:00 2001 From: "Andrew W. Lee" Date: Sat, 29 Feb 2020 18:03:15 -0800 Subject: [PATCH] Bump required ruby version to >= 2.4 --- annotate.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.gemspec b/annotate.gemspec index 83f250275..b98a5ca69 100644 --- a/annotate.gemspec +++ b/annotate.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.name = 'annotate' s.version = Annotate.version - s.required_ruby_version = '>= 2.2.0' + s.required_ruby_version = '>= 2.4.0' s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version= s.authors = ['Alex Chaffee', 'Cuong Tran', 'Marcos Piccinini', 'Turadg Aleahmad', 'Jon Frisby'] s.description = 'Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.'