Skip to content

Commit f8fa2d0

Browse files
committed
Update codeclimate-yaml to 0.11.0
1 parent e191c4d commit f8fa2d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
codeclimate (0.41.0)
55
activesupport (>= 4.2.1, < 5.1)
6-
codeclimate-yaml (~> 0.10.0)
6+
codeclimate-yaml (~> 0.11.0)
77
highline (~> 1.7, >= 1.7.2)
88
posix-spawn (~> 0.3, >= 0.3.11)
99
pry (~> 0.10.1)
@@ -21,7 +21,7 @@ GEM
2121
tzinfo (~> 1.1)
2222
builder (3.2.2)
2323
codeclimate-test-reporter (1.0.0.pre.rc2)
24-
codeclimate-yaml (0.10.3)
24+
codeclimate-yaml (0.11.0)
2525
activesupport
2626
secure_string
2727
coderay (1.1.1)

codeclimate.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818

1919
s.add_dependency "activesupport", ">= 4.2.1", "< 5.1"
2020
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"
2222
s.add_dependency "highline", "~> 1.7", ">= 1.7.2"
2323
s.add_dependency "posix-spawn", "~> 0.3", ">= 0.3.11"
2424
s.add_dependency "pry", "~> 0.10.1"

0 commit comments

Comments
 (0)