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 invalid syntax for < Ruby 2.3 #160

Merged
merged 1 commit into from
Nov 16, 2021
Merged

Conversation

halostatue
Copy link
Member

@halostatue halostatue commented Nov 16, 2021

Fixed a Ruby < 2.3 incompatibility introduced by the use of standardrb, where <<- heredocs were converted to <<~ heredocs. These have been reverted back to <<- with the indentation kept and a .strip call to prevent excess whitespace.

Resolves #159


This change is Reviewable

Fixed a Ruby &lt; 2.3 incompatibility introduced by the use of
standardrb, where `<<-` heredocs were converted to `<<~` heredocs. These
have been reverted back to `<<-` with the indentation kept and
a `.strip` call to prevent excess whitespace.

Resolves #159
@halostatue halostatue merged commit 5b931d7 into main Nov 16, 2021
@halostatue halostatue deleted the fix-mime-types-syntax-error branch November 16, 2021 16:14
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.

syntax error after update version 3.4.0
1 participant