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 Apr 8, 2020
1 parent 5915149 commit f1d486b
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 @@ -42,4 +42,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 f1d486b

Please sign in to comment.