File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ group :development do
1010 gem 'test-unit-ruby-core'
1111 gem 'rubocop' , '>= 1.31.0'
1212 gem 'gettext'
13+ gem 'prism' , '>= 0.30.0'
1314end
Original file line number Diff line number Diff line change @@ -230,9 +230,8 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
230230 s . rdoc_options = [ "--main" , "README.rdoc" ]
231231 s . extra_rdoc_files += s . files . grep ( %r[\A [^\/ ]+\. (?:rdoc|md)\z ] )
232232
233- s . required_ruby_version = Gem ::Requirement . new ( ">= 2.7 .0" )
233+ s . required_ruby_version = Gem ::Requirement . new ( ">= 2.6 .0" )
234234 s . required_rubygems_version = Gem ::Requirement . new ( ">= 2.2" )
235235
236- s . add_dependency 'prism' , '>= 0.30.0'
237236 s . add_dependency 'psych' , '>= 4.0.0'
238237end
You can’t perform that action at this time.
0 commit comments