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

Ruby2.7.1に合わせ、parserのバージョンを指定 #13

Merged
merged 1 commit into from Dec 28, 2020

Conversation

IkumaTadokoro
Copy link
Owner

目的

  • Rubocopの以下のエラーを解消する
warning: parser/current is loading parser/ruby27, which recognizes
warning: 2.7.2-compliant syntax, but you are running 2.7.1.
warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.

変更事項

  • Rubocopで使用するgem:parserのバージョンを2.7.2.0未満に指定
    • 2.7.2.0からはRuby2.7.2のパーサーに追随する。

申し送り事項

@IkumaTadokoro IkumaTadokoro merged commit a3bb952 into master Dec 28, 2020
@IkumaTadokoro IkumaTadokoro deleted the change-parser-version branch December 28, 2020 12:18
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.

None yet

1 participant