Memory optimization
This commit is contained in:
parent
d09d968915
commit
b7f67ec0a6
8 changed files with 203990 additions and 38 deletions
|
@ -16,11 +16,12 @@ Gem::Specification.new do |gem|
|
|||
gem.version = Ebooks::VERSION
|
||||
|
||||
gem.add_development_dependency 'rspec'
|
||||
gem.add_development_dependency 'memory_profiler'
|
||||
gem.add_development_dependency 'ruby-prof'
|
||||
gem.add_development_dependency 'pry-byebug'
|
||||
|
||||
|
||||
gem.add_runtime_dependency 'twitter', '~> 4.5'
|
||||
gem.add_runtime_dependency 'tweetstream', '= 2.5'
|
||||
gem.add_runtime_dependency 'twitter', '~> 5.1'
|
||||
gem.add_runtime_dependency 'tweetstream'
|
||||
gem.add_runtime_dependency 'rufus-scheduler'
|
||||
gem.add_runtime_dependency 'gingerice'
|
||||
gem.add_runtime_dependency 'htmlentities'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue