codicoscepticos
Results
2
comments of
codicoscepticos
Here's a solution (that worked for me): 1) `gem install bundler -v '= 1.9.9'` 2) Be sure to have a 'Gemfile' file in your working directory. 3) `bundle _1.9.9_ exec...
@Daichi09 The solution that worked for me, which can be read here: https://stackoverflow.com/a/50974034/2969765, and it was to clone the repository with `git clone --config core.autocrlf=false https://github.com/tshatrov/ichiran.git`. These answers... * https://stackoverflow.com/a/56791772/2969765...