Skip to content

Commit

Permalink
Merge pull request #28 from tompng/ripper_to_yarp
Browse files Browse the repository at this point in the history
Ripper to Prism
  • Loading branch information
tompng authored Oct 13, 2023
2 parents 8d7b130 + 2c47857 commit 1cbcfee
Show file tree
Hide file tree
Showing 12 changed files with 1,557 additions and 1,349 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ gemspec
gem "rake", "~> 13.0"

gem "minitest", "~> 5.0"
gem "simplecov"
1 change: 1 addition & 0 deletions katakata_irb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Gem::Specification.new do |spec|
# Uncomment to register a new dependency of your gem
spec.add_dependency 'irb', '>= 1.4.0'
spec.add_dependency 'reline', '>= 0.3.0'
spec.add_dependency 'prism', '>= 0.13.0'
spec.add_dependency 'rbs'

# For more information and examples about making a new gem, check out our
Expand Down
Loading

0 comments on commit 1cbcfee

Please sign in to comment.