Ruby on Rails Monday, November 30, 2015

On 30 November 2015 at 13:19, Alexis Cretton <lists@ruby-forum.com> wrote:
> Hello,
>
> I've been trying to install and update different gems to work with Ruby
> on Rails, but keep getting the same error, apparently indicating I can't
> install or update any gem:
>
> I generally type in something like:
>
> gem update --system or gem install Rails --version 4.0.0 --no-ri
> --no-rdoc
>
> And get the following:
>
> ERROR: While executing gem ... (Errno::EINVAL)
> Invalid Argument - socket(2) - udp
>
> Note that I've proceeded to the same setup just a couple of days before
> on a different machine and had no problem.

Are you running the same version of Ruby on both setups, and which version is it
ruby -v
will tell you.

You may well have difficulties getting help with a Windows setup
however, as few Rails developers use Win.

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLsJDHzG8hyVBD9dEhFK-5u-NuBe9-rgA4Npo5OWXtR81A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment