[Rails] Re: Bundle Install failing on deployment

2011-08-24 Thread Tiago S.
I had the same error with 2.4.15, but defining the $LANG env var before running bundle solved the issue: export LANG=en_US.UTF-8 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this

[Rails] Re: Bundle Install failing on deployment

2011-08-11 Thread paul h
On Aug 10, 9:20 am, Alexander Zubkov wrote: > Ok, here is the solution, that worked for me: >   gem 'gherkin', '2.4.5' Thanks Alexander, but no luck. Still errors out on the server. I get no problems locally on my mac with the same ruby, bundler and ruby gems versions as you, this only happens

[Rails] Re: Bundle Install failing on deployment

2011-08-10 Thread Alexander Zubkov
Ok, here is the solution, that worked for me: gem 'gherkin', '2.4.5' -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To

[Rails] Re: Bundle Install failing on deployment

2011-08-10 Thread Alexander Zubkov
I have the same error even locally on Rails 3.0.9: /Users/sekrett/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:540:in `normalize_yaml_input': invalid byte sequence in US-ASCII (ArgumentError) mac os x 10.5.8 ruby 1.9.2-p290 bundler 1.0.17 rubygems 1.8.7 -- P