Skip to content

Commit

Permalink
Bump required ruby version to >= 2.4 (ctran#772)
Browse files Browse the repository at this point in the history
In ctran#764, it was pointed out that the gemspec requires ruby version `>= 2.2.0`. We've stopped testing for older versions of Ruby in CI and so it makes sense to make it explicit.
  • Loading branch information
drwl authored and vfonic committed May 8, 2020
1 parent d11f3a0 commit aeb837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit aeb837f

Please sign in to comment.