invalid byte sequence in US-ASCII with Bundler
I get /Users/tmb/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:734:in `gsub': invalid byte sequence in US-ASCII (ArgumentError)
Bu bundler works fine from the command line - I am thinking this is an environemtal variable or setting in Rubymine that is the problem involving the character set
Any Thoughts
Tom Brooke
请先登录再写评论。
I've seen that too. I don't think it actually has to do with character set, though. I think it has to do with the environment that bundler runs in. It seems to me that there shouldn't be any difference between running a command in RubyMine and running a command on the command line, but there is. Some of the gems that RubyMine are using are older than the ones that are called from the command line.