On 1 July 2015 at 14:32, OPSPL Goan <li...@ruby-forum.com> wrote:
> Hi Fred,
>
> Ok - is me, the same guy as the prev email (on this thread) Ok. Somehow
> it won't take my Google Login anymore - so had to create a new one.
>
> Ok trying the bundle update here. And it seems to be doing something.
> Will keep you informed.

You should have copied Gemfile.lock from the working version, then used
bundle install
not bundle update.  bundle install will install the versions that were
specified in Gemfile.lock.  bundle update will update everything to
the latest version compatible with Gemfile, which is not the same
thing.  Once you have it all working and in a version control system
such as git then you can update to later gems if you want/need to.

If you want to find out more about RoR then I suggest working through
a good tutorial such as railstutorial.org, which is free to use
online.

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+unsubscr...@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%3D0gLvaQ6AgX8H7hwOrTag7cNTNNEi4O1w3bqn6xStrV%2B5utQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to