no byebug for the moment

This commit is contained in:
Jaiden Mispy 2014-11-15 04:20:18 +11:00
parent b273ba9fea
commit b290e013c0
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# twitter\_ebooks 2.3.2
# twitter\_ebooks
[![Gem Version](https://badge.fury.io/rb/twitter_ebooks.svg)](http://badge.fury.io/rb/twitter_ebooks)
[![Build Status](https://travis-ci.org/mispy/twitter_ebooks.svg)](https://travis-ci.org/mispy/twitter_ebooks)

View file

@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'rspec-mocks'
gem.add_development_dependency 'memory_profiler'
gem.add_development_dependency 'pry-byebug'
#gem.add_development_dependency 'pry-byebug'
gem.add_runtime_dependency 'twitter', '~> 5.0'
gem.add_runtime_dependency 'simple_oauth'