我试图在我的Gemfile中包含
jquery-rails但是我收到以下错误:
ArgumentError: invalid byte sequence in US-ASCII An error occured while installing jquery-rails (1.0.19),and Bundler cannot continue. Make sure that `gem install jquery-rails -v '1.0.19'` succeeds before bundling.
gem install jquery-rails -v’1.0.19’也会产生错误.@H_502_5@有关如何解决问题的任何想法?
解决方法
我已经看了jquery-rails的bug报告,发现
this error与你的相似.您应该尝试一些他们的解决方案:
如果您使用的是Linux或OSX:
export LANG="en_US.UTF-8" export LC_ALL="en_US.UTF-8" bundle install