Hello Dave, 

Try following the steps below to resolve the issue. Let me know if this 
works for you. 

Try performing the Install using update packages


Now that RubyGems 1.8.x, 2.0.x and 2.2.x have been released, you can 
manually update to those versions.

First, download the proper version of RubyGems for your installation (eg. 
if running version 1.8.28, download 1.8.30).

*Note*: To find the version of RubyGems you're using, please run gem 
--version in the command line.

You can find download links at GitHub under Releases 
<https://github.com/rubygems/rubygems/releases>.

Now, locate rubygems-update-X.Y.Z.gem where X.Y.Z will be the matching 
version for the version of RubyGems you need to update:

   - Running 1.8.x: download 1.8.30 
   <https://github.com/rubygems/rubygems/releases/tag/v1.8.30>
   - Running 2.0.x: donwload 2.0.15 
   <https://github.com/rubygems/rubygems/releases/tag/v2.0.15>
   - Running 2.2.x: download 2.2.3 
   <https://github.com/rubygems/rubygems/releases/tag/v2.2.3>

Download the file in a directory that you can later point to (eg. the root 
of your harddrive C:\)

Now, using your Command Prompt:

C:\>gem install --local C:\rubygems-update-1.8.30.gem 
C:\>update_rubygems --no-ri --no-rdoc

 After this, gem --version should report the new update version.

You can now salefy uninstall rubygems-update gem:

C:\>gem uninstall rubygems-update -x 
Removing update_rubygems 
Successfully uninstalled rubygems-update-2.2.3

Cheers!



On Saturday, 5 September 2015 10:23:29 UTC+5:30, Dave Dolson wrote:
>
> I'm getting certificate errors on the https:\\rubygems.org web site using 
> 2.1.5 Rails install environment objects: 
>
> Any ideas?  This is Windows 7  VM machine installation.
>
> Thanks 
> Dave 
>
>

-- 
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/328379f3-3ae1-42c8-bfc1-fe585738fb13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to