brew install libcaca
cacafire
| switch_ssh_keys () { | |
| sh $HOME/shell_apps/switch_ssh_keys/ini.sh $1 | |
| } |
| brew install v8-315 | |
| gem install libv8 -v '3.16.14.19' -- --with-system-v8 | |
| gem install therubyracer -- --with-v8-dir=/usr/local/opt/[email protected] | |
| bundle install |
| AllCops: | |
| TargetRubyVersion: 2.6 | |
| # Include common Ruby source files. | |
| Include: | |
| - '**/*.rb' | |
| - '**/*.gemspec' | |
| - '**/*.jbuilder' | |
| - '**/*.rake' | |
| - '**/Gemfile' | |
| - '**/Rakefile' |
install ruby version <= 2.3.X
sudo apt purge libssl-dev && sudo apt install libssl1.0-dev
rbenv install 2.3.X
install ruby version >= 2.4.X
sudo apt purge libssl1.0-dev && sudo apt install libssl-dev
rbenv install 2.3.X