$ bundle install --path=vendor/bundle
Traceback (most recent call last):
2: from /Users/zunda/.rbenv/versions/2.7.1/bin/bundle:23:in `<main>'
1: from /Users/zunda/.rbenv/versions/2.7.1/lib/ruby/2.7.0/rubygems.rb:294:in `activate_bin_path'
/Users/zunda/.rbenv/versions/2.7.1/lib/ruby/2.7.0/rubygems.rb:275:in `find_spec_for_exe': Could not find 'bundler' (1.17.3) required by your /Users/zunda/local/src/github.com/zunda/mastodon/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.17.3`
あれ?
$ gem install bundler:1.17.3
$ bundle install --path=vendor/bundle
:
An error occurred while installing cld3 (3.3.0), and Bundler cannot
continue.
Make sure that `gem install cld3 -v '3.3.0' --source 'https://rubygems.org/'`
succeeds before bundling.
In Gemfile:
cld3
まくじゃったーw