Skip to content

Commit

Permalink
Upgrade cc-yaml to get engine.channel
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed May 25, 2016
1 parent 3f4e5cf commit 12a63fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
codeclimate (0.29.0)
activesupport (~> 4.2, >= 4.2.1)
codeclimate-yaml (~> 0.8.0)
codeclimate-yaml (~> 0.9.0)
highline (~> 1.7, >= 1.7.2)
posix-spawn (~> 0.3, >= 0.3.11)
pry (~> 0.10.1)
Expand All @@ -23,7 +23,7 @@ GEM
builder (3.2.2)
codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0)
codeclimate-yaml (0.8.0)
codeclimate-yaml (0.9.0)
activesupport
secure_string
coderay (1.1.1)
Expand Down
2 changes: 1 addition & 1 deletion codeclimate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency "activesupport", "~> 4.2", ">= 4.2.1"
s.add_dependency "tty-spinner", "~> 0.1.0"
s.add_dependency "codeclimate-yaml", "~> 0.8.0"
s.add_dependency "codeclimate-yaml", "~> 0.9.0"
s.add_dependency "highline", "~> 1.7", ">= 1.7.2"
s.add_dependency "posix-spawn", "~> 0.3", ">= 0.3.11"
s.add_dependency "pry", "~> 0.10.1"
Expand Down

0 comments on commit 12a63fa

Please sign in to comment.