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

bundle exec環境でreview-preprocがエラーになる #1679

Closed
kmuto opened this issue Mar 1, 2021 · 5 comments
Closed

bundle exec環境でreview-preprocがエラーになる #1679

kmuto opened this issue Mar 1, 2021 · 5 comments

Comments

@kmuto
Copy link
Owner

kmuto commented Mar 1, 2021

$ bundle exec review-preproc
Traceback (most recent call last):
	3: from /var/lib/gems/2.5.0/bin/review-preproc:23:in `<main>'
	2: from /var/lib/gems/2.5.0/bin/review-preproc:23:in `load'
	1: from /var/lib/gems/2.5.0/gems/review-5.1.0/bin/review-preproc:18:in `<top (required)>'
/var/lib/gems/2.5.0/gems/review-5.1.0/bin/review-preproc:18:in `require': cannot load such file -- lineinput (LoadError)
require 'review/lineinput'

にしないといけない?(なんでローカルだと大丈夫なんだろう…?)

とりあえず5.1.1をリリースしたほうがよさそうなかんじがしますね…

@takahashim
Copy link
Collaborator

これは #1601 でlib/lineinput.bを消したからでしょうか。ローカルだと他のインストール済みバージョンのlieinput.rbが呼ばれているのかもしれません。

@takahashim
Copy link
Collaborator

両方マージしておきます

takahashim added a commit that referenced this issue Mar 2, 2021
Fix an error of loading lineinput in #1679
@kmuto
Copy link
Owner Author

kmuto commented Mar 3, 2021

@takahashim ありがとうございます、リリースよろしくお願いします m(__)m

@takahashim
Copy link
Collaborator

こちらリリースします

@kmuto
Copy link
Owner Author

kmuto commented Mar 4, 2021

ありがとうございます、お手数おかけしました。

@kmuto kmuto closed this as completed Mar 4, 2021
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

No branches or pull requests

2 participants