Skip to content

Commit 3408898

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

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,10 +24,10 @@ 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'
2827
spec.add_dependency 'coderay'
2928
spec.add_dependency 'parallel'
3029
spec.add_dependency 'parser'
30+
spec.add_dependency 'rubocop-ast'
3131

3232
spec.add_development_dependency 'bundler'
3333
spec.add_development_dependency 'guard'

0 commit comments

Comments
 (0)