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

Fix string scrub dependency #937

Merged
merged 2 commits into from
May 9, 2016

Conversation

okkez
Copy link
Contributor

@okkez okkez commented May 9, 2016

We don't need to install string-scrub gem Ruby 2.1 or later.
Because String#scrub has been added since Ruby 2.1.

We need explicit require "string-scrub" to use String#scrub with Ruby 2.0 and Ruby1.9.3.

okkez added 2 commits May 9, 2016 10:12
`String#scrub` has been added since Ruby 2.1.
We don't need to install string-scrub gem when we use Ruby 2.1 or later.
@tagomoris tagomoris added the v0.12 label May 9, 2016
@repeatedly repeatedly merged commit 2443758 into fluent:v0.12 May 9, 2016
@repeatedly
Copy link
Member

Thx!

@okkez okkez deleted the fix-string-scrub-dependency branch May 10, 2016 02:30
@repeatedly repeatedly added the enhancement Feature request or improve operations label May 19, 2016
sonots added a commit to sonots/fluentd that referenced this pull request May 24, 2016
repeatedly added a commit that referenced this pull request May 24, 2016
Revert: Fix string-scrub dependency #937 (only gemspec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request or improve operations v0.12
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants