We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
codeclimate-parser
b962
1 parent a58f543 commit b2c37e2Copy full SHA for b2c37e2
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM codeclimate/codeclimate-parser:b946
+FROM codeclimate/codeclimate-parser:b962
2
LABEL maintainer="Code Climate <[email protected]>"
3
4
# Reset from base image
Gemfile.lock
@@ -3,7 +3,7 @@ PATH
specs:
codeclimate-parser-client (0.0.0)
5
ast (~> 2.3)
6
- excon (~> 0.57.0)
+ excon (~> 0.99.0)
7
8
GEM
9
remote: https://rubygems.org/
@@ -13,7 +13,7 @@ GEM
13
concurrent-ruby (1.0.0)
14
diff-lcs (1.2.5)
15
erubis (2.7.0)
16
- excon (0.57.1)
+ excon (0.99.0)
17
flay (2.12.0)
18
erubis (~> 2.7.0)
19
path_expander (~> 1.0)
@@ -57,4 +57,4 @@ DEPENDENCIES
57
sexp_processor (~> 4.11)
58
59
BUNDLED WITH
60
- 2.3.12
+ 2.4.22
0 commit comments