Skip to content

Commit

Permalink
Include PRY and Byebug in dev for Ruby 2+
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheworiordan committed Nov 4, 2015
1 parent d82c27b commit 9b173ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ably.gemspec
Expand Up @@ -36,4 +36,9 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'webmock'

spec.add_development_dependency 'coveralls'

if RUBY_VERSION.match(/^2/)
spec.add_development_dependency 'pry'
spec.add_development_dependency 'pry-byebug'
end
end

0 comments on commit 9b173ee

Please sign in to comment.