bump terminal-table to 1.6.0 and drop workaround

This commit is contained in:
anthraxx
2016-06-06 19:28:40 +02:00
parent 8e9d29e94f
commit 5435df4345
2 changed files with 1 additions and 45 deletions

View File

@@ -4,10 +4,7 @@ gem 'typhoeus', '>=0.8.0'
gem 'nokogiri', '>=1.6.7.2'
gem 'addressable'
gem 'yajl-ruby' # Better JSON parser regarding memory usage
# TODO: update the below when terminal-table 1.5.3+ is released.
# See issue #841 for details
# (and delete the Terminal module in lib/common/hacks.rb)
gem 'terminal-table', '~>1.4.5'
gem 'terminal-table', '>=1.6.0'
gem 'ruby-progressbar', '>=1.6.0'
group :test do