早朝目が覚めると…テレホタイム?
マジでIPv4重いタイムすごすぎて、IPv4とIPv6のダウンロードの速度が100倍違う
合ってたw
テレホーダイとは (テレホーダイとは) [単語記事] - ニコニコ大百科 https://dic.nicovideo.jp/t/a/%E3%83%86%E3%83%AC%E3%83%9B%E3%83%BC%E3%83%80%E3%82%A4
-----> Using Ruby version: ruby-2.7.0
-----> Installing dependencies using bundler 1.17.3
なんか進んでるよ!
-----> Detecting rake tasks
!
! Could not detect rake tasks
! ensure you can run `$ bundle exec rake -P` against your app
! and using the production group of your Gemfile.
:
! rake aborted!
! LoadError: cannot load such file -- thwait
:
! Push rejected, failed to compile Ruby app.
! Push failed
だめだったー。帰ったらbundle installしてみよう。
> 「Kona」という名前の由来は、「コナコーヒー」 [注 2] の産地であるハワイ島の『コナ』という地名から。
@squid999@fedibird.com だっと思ったでしょー。今日はPizza HawaiiじゃなくてTaco Bellなのでしたーw
このアカウントは、notestockで公開設定になっていません。
$ curl -sO https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.0-preview3.tar.bz2
$ sha256sum ruby-2.7.0-preview3.tar.bz2
df2ddee659873e6fc30a8590ecffa49cf3a4ef81fa922b0d09f821b69ee88bc3 ruby-2.7.0-preview3.tar.bz2
ハッシュがアナウンスと合ってないような気のする…
https://www.ruby-lang.org/en/news/2019/11/23/ruby-2-7-0-preview3-released/
この子だとrbenv installはcc1を4並列で走らせてる気がする
$ cat /proc/cpuinfo | grep 'model name' | uniq -c 4 model name : Intel(R) Xeon(R) CPU 5160 @ 3.00GHz
勝手にpreview3インストールの様子です
~/.rbenv/plugins/ruby-build (master=) $ cat share/ruby-build/2.7.0-preview3
install_package "openssl-1.1.1d" "https://www.openssl.org/source/openssl-1.1.1d.tar.gz#1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2" mac_openssl --if has_broken_mac_openssl
install_package "ruby-2.7.0-preview3" "https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.0-preview3.tar.bz2#df2ddee659873e6fc30a8590ecffa49cf3a4ef81fa922b0d09f821b69ee88bc3" ldflags_dirs enable_shared standard verify_openssl
しかーし。ローカルでruby-2.7.0-preview3を入れて
$ gem install bundler:1.17.3
$ bundle install
$ bundle exec rake -P
:
LoadError: cannot load such file -- thwait
:
Caused by:
Bootsnap::LoadPathCache::FallbackScan:
でるわね
標準添付からはずれたのね
~/.rbenv/versions/2.6.5 (master=) $ find . -name '*thwait*'
./lib/ruby/gems/2.6.0/specifications/default/thwait-0.1.0.gemspec
./lib/ruby/2.6.0/thwait.rb
./lib/ruby/2.6.0/thwait
~/.rbenv/versions/2.6.5 (master=) $ cd ../2.7.0-preview3/
~/.rbenv/versions/2.7.0-preview3 (master=) $ find . -name '*thwait*'
$ vi Gemfile
$ bundle install
:
Resolving dependencies.......
cld3-3.2.4 requires ruby version >= 2.3.0, < 2.7.0, which is incompatible with
the current version, ruby 2.7.0p-1
あ、あれ?
migrationのコードを直して幸せになってプロダクションアプリでmigrationをやり直したんだけどまだ直したコードを届けてなかったわね
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。