Skip to content

Commit

Permalink
Make prism dependency optional
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Aug 1, 2024
1 parent e54e2ee commit 65ce940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ group :development do
gem 'test-unit-ruby-core'
gem 'rubocop', '>= 1.31.0'
gem 'gettext'
gem 'prism', '>= 0.30.0'
end
3 changes: 1 addition & 2 deletions rdoc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,8 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
s.rdoc_options = ["--main", "README.rdoc"]
s.extra_rdoc_files += s.files.grep(%r[\A[^\/]+\.(?:rdoc|md)\z])

s.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
s.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
s.required_rubygems_version = Gem::Requirement.new(">= 2.2")

s.add_dependency 'prism', '>= 0.30.0'
s.add_dependency 'psych', '>= 4.0.0'
end

0 comments on commit 65ce940

Please sign in to comment.