File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ gem "flay", "~> 2.10"
6
6
gem "json"
7
7
gem "sexp_processor" , "~> 4.10"
8
8
9
+ gem "codeclimate-parser-client" ,
10
+ path : "/home/app/codeclimate-parser-client"
11
+
9
12
group :test do
10
13
gem "pry"
11
14
gem "rake"
Original file line number Diff line number Diff line change
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
+
1
8
GEM
2
9
remote: https://rubygems.org/
3
10
specs:
11
+ ast (2.3.0 )
4
12
coderay (1.1.0 )
5
13
concurrent-ruby (1.0.0 )
6
14
diff-lcs (1.2.5 )
7
15
erubis (2.7.0 )
16
+ excon (0.57.1 )
8
17
flay (2.10.0 )
9
18
erubis (~> 2.7.0 )
10
19
path_expander (~> 1.0 )
@@ -40,6 +49,7 @@ PLATFORMS
40
49
ruby
41
50
42
51
DEPENDENCIES
52
+ codeclimate-parser-client !
43
53
concurrent-ruby (~> 1.0.0 )
44
54
flay (~> 2.10 )
45
55
json
You can’t perform that action at this time.
0 commit comments