You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./build-in-docker.sh
(省略)
+ bundle install --path vendor/bundle
Traceback (most recent call last):
2: from /usr/local/bin/bundle:23:in `<main>' 1: from /usr/lib/ruby/2.5.0/rubygems.rb:303:in `activate_bin_path'/usr/lib/ruby/2.5.0/rubygems.rb:284:in `find_spec_for_exe': Could not find 'bundler' (1.15.3) required by your /book/Gemfile.lock. (Gem::GemNotFoundException)To update to the latest version installed on your system, run `bundle update --bundler`.To install the missing version, run `gem install bundler:1.15.3`> [email protected] pdf /book> grunt pdfRunning "clean:review" (clean) task>> 0 paths cleaned.Running "clean:publish" (clean) task>> 0 paths cleaned.Running "shell:preprocess" (shell) task/usr/lib/ruby/2.5.0/rubygems.rb:284:in `find_spec_for_exe': Could not find 'bundler' (1.15.3) required by your /book/Gemfile.lock. (Gem::GemNotFoundException)
To update to the latest version installed on your system, run `bundle update --bundler`.
To install the missing version, run `gem install bundler:1.15.3`
from /usr/lib/ruby/2.5.0/rubygems.rb:303:in `activate_bin_path' from /usr/local/bin/bundle:23:in `<main>'Warning: Command failed: bundle exec review-preproc -r --tabwidth=2 *.re/usr/lib/ruby/2.5.0/rubygems.rb:284:in `find_spec_for_exe': Could not find 'bundler' (1.15.3) required by your /book/Gemfile.lock. (Gem::GemNotFoundException)To update to the latest version installed on your system, run `bundle update --bundler`.To install the missing version, run `gem install bundler:1.15.3` from /usr/lib/ruby/2.5.0/rubygems.rb:303:in `activate_bin_path'
from /usr/local/bin/bundle:23:in `<main>' Use --force to continue.Aborted due to warnings.npm ERR! code ELIFECYCLEnpm ERR! errno 6npm ERR! [email protected] pdf: `grunt pdf`npm ERR! Exit status 6npm ERR! npm ERR! Failed at the [email protected] pdf script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-12-16T13_02_41_051Z-debug.log
回避策として、Gemfile.lock の BUNDLED WITH を 2.0.3 にすればビルドできることを確認しました。ただ、自分が ruby に詳しくないためこの修正が適切なのかよくわからず、すみませんがご対応お願いいたします。
素晴らしい書籍の公開ありがとうございます!
The text was updated successfully, but these errors were encountered:
最新の
vvakame/review
イメージだと、bundler のバージョンがGemfile.lock
に BUNDLED WITH で書かれているバージョンの1.15.3
と合わずにエラーになるようです。回避策として、
Gemfile.lock
の BUNDLED WITH を2.0.3
にすればビルドできることを確認しました。ただ、自分が ruby に詳しくないためこの修正が適切なのかよくわからず、すみませんがご対応お願いいたします。素晴らしい書籍の公開ありがとうございます!
The text was updated successfully, but these errors were encountered: