Skip to content

Commit

Permalink
Uses yajl as JSON parser to reduce memory used
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr committed Sep 6, 2015
1 parent fd0c47f commit 3c92712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'typhoeus', '~>0.7.0'
gem 'nokogiri'
gem 'addressable'
gem 'json'
gem 'yajl-ruby' # Better JSON parser regarding memory usage
gem 'terminal-table', '~>1.4.5'
gem 'ruby-progressbar', '>=1.6.0'

Expand Down
2 changes: 1 addition & 1 deletion lib/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
require 'pathname'
# Third party libs
require 'typhoeus'
require 'json'
require 'yajl/json_gem'
require 'nokogiri'
require 'terminal-table'
require 'ruby-progressbar'
Expand Down

0 comments on commit 3c92712

Please sign in to comment.