Skip to content

Commit

Permalink
Added dev dependency Octopress debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed May 12, 2015
1 parent 6d224bb commit 16d857f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopress-hooks.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rake'

if RUBY_VERSION >= "2"
gem.add_development_dependency "pry-byebug"
gem.add_development_dependency "octopress-debugger"
end

gem.files = `git ls-files`.split("\n").grep(%r{^(bin\/|lib\/|assets\/|local\/|changelog|readme|license)}i)
Expand Down

0 comments on commit 16d857f

Please sign in to comment.