Allow ruby >= 2.7
This commit is contained in:
parent
cd2dddcb3e
commit
7254cc338c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|||
s.executables << 'git-format-staged'
|
||||
s.homepage = 'https://github.com/5sw/format-staged'
|
||||
s.license = 'MIT'
|
||||
s.required_ruby_version = '~> 2.7'
|
||||
s.required_ruby_version = '>= 2.7'
|
||||
|
||||
s.add_dependency 'colorize'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue