Skip to content

Commit 0174c4d

Browse files
author
Jônatas Davi Paganini
committed
Remove ExpressionParser and use the amazing RuboCop::AST::NodePattern
1 parent 4d06197 commit 0174c4d

File tree

8 files changed

+72
-876
lines changed

8 files changed

+72
-876
lines changed

fast.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
2424
spec.executables = %w[fast fast-experiment]
2525
spec.require_paths = %w[lib experiments]
2626

27-
spec.add_dependency 'astrolabe'
27+
spec.add_dependency 'rubocop-ast'
2828
spec.add_dependency 'coderay'
2929
spec.add_dependency 'parallel'
3030
spec.add_dependency 'parser'

0 commit comments

Comments
 (0)