Skip to content

Commit

Permalink
Demonstrate issue with large nokogiri documents (pp expands to 50k li…
Browse files Browse the repository at this point in the history
…nes)
  • Loading branch information
JonRowe committed Jun 12, 2019
1 parent 667ad80 commit 47b9695
Show file tree
Hide file tree
Showing 2 changed files with 7,237 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -35,4 +35,6 @@ if RUBY_VERSION >= '2.4' && RUBY_ENGINE == 'ruby'
gem "rubocop", "~> 0.52.1"
end

gem 'nokogiri'

eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')

0 comments on commit 47b9695

Please sign in to comment.