Skip to content

Commit

Permalink
Remove ExpressionParser and use the amazing RuboCop::AST::NodePattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Jônatas Davi Paganini committed May 25, 2020
1 parent 4d06197 commit 3408898
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 876 deletions.
2 changes: 1 addition & 1 deletion fast.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Gem::Specification.new do |spec|
spec.executables = %w[fast fast-experiment]
spec.require_paths = %w[lib experiments]

spec.add_dependency 'astrolabe'
spec.add_dependency 'coderay'
spec.add_dependency 'parallel'
spec.add_dependency 'parser'
spec.add_dependency 'rubocop-ast'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'guard'
Expand Down
Loading

0 comments on commit 3408898

Please sign in to comment.