Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nokogiri version #10

Merged
merged 1 commit into from
Mar 22, 2019
Merged

Update nokogiri version #10

merged 1 commit into from
Mar 22, 2019

Conversation

kakoni
Copy link
Contributor

@kakoni kakoni commented Jan 24, 2019

Experienced lots of java heap memory errors when trying to import large xml file.
Probably related to sparklemotion/nokogiri#1749

Updated nokogiri to latest and seems that memory issues are gone.

@kakoni
Copy link
Contributor Author

kakoni commented Mar 20, 2019

@takumakanari Any comments?

@takumakanari
Copy link
Owner

@kakoni Sorry for the late reply. I'll check it later.

@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "nokogiri", "~> 1.8.2"
spec.add_dependency "nokogiri", "~> 1.10.1"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@takumakanari takumakanari merged commit 5e5cb45 into takumakanari:master Mar 22, 2019
@takumakanari
Copy link
Owner

@kakoni I released new version of plugin with including this patch.
Please check v0.13.0 (not 0.0.13, just changed versioning strategy).

@kakoni
Copy link
Contributor Author

kakoni commented Mar 22, 2019

@takumakanari Excellent! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants