Skip to content

Commit fc8a038

Browse files
dblandinwfleming
authored andcommitted
Add parser client
1 parent 24c59cd commit fc8a038

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Diff for: Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ gem "flay", "~> 2.10"
66
gem "json"
77
gem "sexp_processor", "~> 4.10"
88

9+
gem "codeclimate-parser-client",
10+
path: "/home/app/codeclimate-parser-client"
11+
912
group :test do
1013
gem "pry"
1114
gem "rake"

Diff for: Gemfile.lock

+10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1+
PATH
2+
remote: /home/app/codeclimate-parser-client
3+
specs:
4+
codeclimate-parser-client (0.0.0)
5+
ast (~> 2.3)
6+
excon (~> 0.57.0)
7+
18
GEM
29
remote: https://rubygems.org/
310
specs:
11+
ast (2.3.0)
412
coderay (1.1.0)
513
concurrent-ruby (1.0.0)
614
diff-lcs (1.2.5)
715
erubis (2.7.0)
16+
excon (0.57.1)
817
flay (2.10.0)
918
erubis (~> 2.7.0)
1019
path_expander (~> 1.0)
@@ -40,6 +49,7 @@ PLATFORMS
4049
ruby
4150

4251
DEPENDENCIES
52+
codeclimate-parser-client!
4353
concurrent-ruby (~> 1.0.0)
4454
flay (~> 2.10)
4555
json

0 commit comments

Comments
 (0)