Skip to content

Commit

Permalink
comment out pry-byebug to avoid failure for ruby < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Jul 10, 2015
1 parent eb9ae59 commit e86b25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_triples-local_name.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency('activesupport')

s.add_development_dependency('pry')
s.add_development_dependency('pry-byebug')
# s.add_development_dependency('pry-byebug') # uncomment for ruby >= 2.0
s.add_development_dependency('rdoc')
s.add_development_dependency('rspec')
s.add_development_dependency('coveralls')
Expand Down

0 comments on commit e86b25b

Please sign in to comment.