File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
specs:
4
4
codeclimate (0.41.0 )
5
5
activesupport (>= 4.2.1 , < 5.1 )
6
- codeclimate-yaml (~> 0.10 .0 )
6
+ codeclimate-yaml (~> 0.11 .0 )
7
7
highline (~> 1.7 , >= 1.7.2 )
8
8
posix-spawn (~> 0.3 , >= 0.3.11 )
9
9
pry (~> 0.10.1 )
21
21
tzinfo (~> 1.1 )
22
22
builder (3.2.2 )
23
23
codeclimate-test-reporter (1.0.0.pre.rc2 )
24
- codeclimate-yaml (0.10.3 )
24
+ codeclimate-yaml (0.11.0 )
25
25
activesupport
26
26
secure_string
27
27
coderay (1.1.1 )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
19
19
s . add_dependency "activesupport" , ">= 4.2.1" , "< 5.1"
20
20
s . add_dependency "tty-spinner" , "~> 0.1.0"
21
- s . add_dependency "codeclimate-yaml" , "~> 0.10 .0"
21
+ s . add_dependency "codeclimate-yaml" , "~> 0.11 .0"
22
22
s . add_dependency "highline" , "~> 1.7" , ">= 1.7.2"
23
23
s . add_dependency "posix-spawn" , "~> 0.3" , ">= 0.3.11"
24
24
s . add_dependency "pry" , "~> 0.10.1"
You can’t perform that action at this time.
0 commit comments