Skip to content

Commit 5d81510

Browse files
committed
Add prism
1 parent 9bc3e25 commit 5d81510

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

rspec-parameterized-core.gemspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,16 @@ I was inspired by [udzura's mock](https://gist.github.com/1881139).}
3232
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3333
spec.require_paths = ["lib"]
3434

35+
spec.add_dependency "rspec", ">= 2.13", "< 4"
36+
37+
# parser dependencies
3538
spec.add_dependency "parser"
3639
spec.add_dependency "proc_to_ast", ">= 0.2.0"
37-
spec.add_dependency "rspec", ">= 2.13", "< 4"
3840
spec.add_dependency "unparser"
3941

42+
# prism dependencies
43+
spec.add_dependency "prism"
44+
4045
spec.add_development_dependency "rake", ">= 12.0.0"
4146

4247
# For more information and examples about making a new gem, check out our

0 commit comments

Comments
 (0)