gem update --system

修改完gem sources之后,进行gem update;

gem update --system

之后的输出:

C:\Sites\test01>gem sources -l
*** CURRENT SOURCES *** http://gems.ruby-china.org/ C:\Sites\test01>gem -v
2.5. C:\Sites\test01>gem update --system
Updating rubygems-update
Fetching: rubygems-update-2.6..gem (%)
Successfully installed rubygems-update-2.6.
Parsing documentation for rubygems-update-2.6.
Installing ri documentation for rubygems-update-2.6.
Installing darkfish documentation for rubygems-update-2.6.
Done installing documentation for rubygems-update after seconds
Parsing documentation for rubygems-update-2.6.
Done installing documentation for rubygems-update after seconds
Installing RubyGems 2.6.
RubyGems 2.6. installed
Parsing documentation for rubygems-2.6.
Installing ri documentation for rubygems-2.6. === 2.6. / -- Bug fixes: * Install native extensions in the correct location when using the
`--user-install` flag. Pull request # by Noah Kantrowitz.
* When calling `Gem.sources`, load sources from `configuration`
if present, else use the default sources. Pull request #
by Luis Sagastume.
* Fail gracefully when attempting to redirect without a Location.
Pull request # by Samuel Giddins.
* Update vendored Molinillo to 0.5.. Pull request # by
Samuel Giddins. === 2.6. / -- Bug fixes: * Sort installed versions to make sure we install the latest version when
running `gem update --system`. As a one-time fix, run
`gem update --system=2.6.`. Pull request # by David Radcliffe. === 2.6. / -- Minor enhancements: * Support for unified Integer in Ruby 2.4. Pull request #
by SHIBATA Hiroshi.
* Update vendored Molinillo to 0.5. for performance improvements.
Pull request # by Samuel Giddins. Bug fixes: * Raise an explicit error if Signer#sign is called with no certs. Pull
request # by Daniel Berger.
* Update `update_bundled_ca_certificates` utility script for directory
nesting. Pull request # by James Wen.
* Fix broken symlink support in tar writer (+ fix broken test). Pull
request # by Cezary Baginski.
* Remove extension directory before (re-)installing. Pull request #
by Jeremy Hinegardner.
* Regenerate test CA certificates with appropriate extensions. Pull
request # by rhenium.
* Rubygems does not terminate on failed file lock when not superuser. Pull
request # by Ellen Marie Dash.
* Fix tar headers with a character name. Pull request # by Paweł
Tomulik.
* Add Gem.platform_defaults to allow implementations to override defaults.
Pull request # by Charles Oliver Nutter.
* Run Bundler tests on TravisCI. Pull request # by Samuel Giddins. === 2.6. / -- Minor enhancements: * Use Gem::Util::NULL_DEVICE instead of hard coded strings. Pull request #
by Chris Charabaruk.
* Use File.symlink on MS Windows if supported. Pull request #
by Nobuyoshi Nakada. Bug fixes: * Redact uri password from error output when gem fetch fails. Pull request
# by Brian Fletcher.
* Suppress warnings. Pull request # by Nobuyoshi Nakada.
* Escape user-supplied content served on web pages by `gem server` to avoid
potential XSS vulnerabilities. Samuel Giddins. === 2.6. / -- Minor enhancements: * Lazily calculate Gem::LoadError exception messages. Pull request #
by Aaron Patterson.
* New fastly cert. Pull request # by David Radcliffe.
* Organize and cleanup SSL certs. Pull request # by James Wen.
* [RubyGems] Make deprecation message for paths= more helpful. Pull
request # by Samuel Giddins.
* Show default gems when using "gem list". Pull request # by Luis
Sagastume. Bug fixes: * Stub ordering should be consistent regardless of how cache is populated.
Pull request # by Aaron Patterson.
* Handle cases when the @@stubs variable contains non-stubs. Pull request
# by Per Lundberg.
* Fix test on Windows for inconsistent temp path. Pull request # by
Hiroshi Shirosaki.
* Fix `Gem.find_spec_for_exe` picks oldest gem. Pull request # by
Shinichi Maeshima.
* [Owner] Fallback to email and userid when owner email is missing. Pull
request # by Samuel Giddins.
* [Installer] Handle nil existing executable. Pull request # by Samuel
Giddins.
* Allow two digit version numbers in the tests. Pull request # by unak. === 2.6. / -- Bug fixes: * Fix wrong version of gem activation for bin stub. Pull request # by
Aaron Patterson.
* Speed up gem activation failures. Pull request # by Aaron Patterson.
* Fix platform sorting in the resolver. Pull request # by Samuel E.
Giddins.
* Ensure we unlock the monitor even if try_activate throws. Pull request
# by Charles Oliver Nutter. === 2.6. / -- Bug fixes: * Ensure `default_path` and `home` are set for paths. Pull request #
by Aaron Patterson.
* Restore but deprecate support for Array values on `Gem.paths=`. Pull
request # by Aaron Patterson.
* Fix invalid gem file preventing gem install from working. Pull request
# by Luis Sagastume. === 2.6. / -- Minor enhancements: * RubyGems now defaults the `gem push` to the gem's "allowed_push_host"
metadata setting. Pull request # by Josh Lane.
* Update bundled Molinillo to 0.4.. Pull request # by Samuel E. Giddins.
* Add version option to gem open command. Pull request # by Hrvoje
Šimić.
* Feature/add silent flag. Pull request # by Luis Sagastume.
* Allow specifying gem requirements via env variables. Pull request #
by Samuel E. Giddins. Bug fixes: * RubyGems now stores `gem push` credentials under the host you signed-in for.
Pull request # by Josh Lane.
* Move `coding` location to first line. Pull request # by SHIBATA
Hiroshi.
* [PathSupport] Handle a regexp path separator. Pull request # by
Samuel E. Giddins.
* Clean up the PathSupport object. Pull request # by Aaron Patterson.
* Join with File::PATH_SEPARATOR in Gem.use_paths. Pull request # by
Samuel E. Giddins.
* Handle when the gem home and gem path arent set in the config file. Pull
request # by Samuel E. Giddins.
* Terminate TimeoutHandler. Pull request # by Nobuyoshi Nakada.
* Remove redundant cache. Pull request # by Eileen M. Uchitelle.
* Freeze `Gem::Version@segments` instance variable. Pull request # by
Ben Dean.
* Gem cleanup is trying to uninstall gems outside GEM_HOME and reporting
an error after it tries. Pull request # by Luis Sagastume.
* Avoid duplicated sources. Pull request # by Luis Sagastume.
* Better description for quiet flag. Pull request # by Luis Sagastume.
* Raise error if find_by_name returns with nil. Pull request # by
Zoltán Hegedüs.
* Find_files only from loaded_gems when using gemdeps. Pull request #
by Michal Papis. === 2.5. / -- Bug fixes: * Fix memoization of Gem::Version#prerelease? Pull request # by Matijs van
Zuijlen.
* Handle trailing colons in GEM_PATH, by Damien Robert.
* Improve the Gemfile `gemspec` method, fixing # and #. Pull request
# by Michael Papis.
* Warn only once when a gemspec license is invalid. Pull request # by Samuel E. Giddins.
* Check for exact constants before using them, fixing Ruby bug #. Pull
request # by Nobuyoshi Nakada.
* Fix building C extensions on Ruby 1.9.x on Windows. Pull request # by Mari
e
Markwell.
* Handle symlinks containing ".." correctly. Pull request # by Samuel E.
Giddins. Minor enhancements: * Add `--no-rc` flag, which skips loading `.gemrc`. Pull request # by Luis
Sagastume.
* Allow basic auth to be excluded from `allowed_push_host`. By Josh Lane.
* Add `gem list --exact`, which finds gems by string match instead of regex. Pul
l
request # by Luis Sagastume.
* Suggest alternatives when gem license is unknown. Pull request # by Samuel E. Giddins.
* Print a useful error if a binstub expects a newer version of a gem than is
installed. Pull request # by Samuel E. Giddins.
* Allow the (supported) s3:// scheme to be used with `--source`. Pull request
# by Dave Adams.
* Add `--[no-]post-install-message` to `install` and `update`. Pull request # by Josef Šimánek.
* Add `--host` option to `yank`, providing symmetry with `pull`. Pull request
# by Mike Virata-Stone.
* Update bundled Molinillo to 0.4.. Pull request # by Samuel E. Giddins.
* Allow calling `build` without '.gemspec'. Pull request # by Stephen
Blackstone.
* Add support for `source` option on gems in Gemfile. Pull request # by
Michael Papis.
* Function correctly when string literals are frozen on Ruby 2.3. Pull request
# by Samuel E. Giddins. ------------------------------------------------------------------------------ RubyGems installed the following executables:
C:/RailsInstaller/Ruby2.3.0/bin/gem Ruby Interactive (ri) documentation was installed. ri is kind of like man
pages for ruby libraries. You may access it like this:
ri Classname
ri Classname.class_method
ri Classname#instance_method
If you do not wish to install this documentation in the future, use the
--no-document flag, or set it as the default in your ~/.gemrc file. See
'gem help env' for details. RubyGems system software updated C:\Sites\test01>gem -v
2.6.

gem update --system的更多相关文章

  1. gem update --system 302 错误 解决方案(转)

    具体过程如下: 1.InstantRails-2.0安装后,在配置环境变量path中配置ruby/bin目录(如果系统中有多个RUBY,执行命令行的时候系统认的就是path中的) 2.进入DOS命令行 ...

  2. gem安装cocoapods

    1.升级Ruby环境 sudo gem update --system 如果Ruby没有安装,请参考 如何在Mac OS X上安装 Ruby运行环境 2.安装CocoaPods时我们要访问cocoap ...

  3. Ruby Gem命令详解

    转自:http://www.jianshu.com/p/728184da1699 Gem介绍: Gem是一个管理Ruby库和程序的标准包,它通过Ruby Gem(如 http://rubygems.o ...

  4. 安装Cocoapods时候ERROR: While executing gem ... (Errno::EPERM)

    OS X 10.11 安装Cocoapods 出现问题的解决方法 今天尝试用 Cocoapods安装个第三方库.. 输入pod install, 发现 command not find. WTF! 估 ...

  5. ruby 编译安装,gem国内源ruby.taobao.org

    centos6.6final 一.安装依赖包(使用默认CENTOS更新源): # yum install openssl* openssl-devel zlib-devel gcc gcc-c++ m ...

  6. sudo gem install cocoapods 没反应问题

    1. 尝试更新 sudo gem update --system 2. 查看安装详细 sudo gem install cocoapods -V 3.详细使用有个链接 http://blog.csdn ...

  7. brew,gem,rvm 和 bundler软件包的管理工具

    brew是OS X上提供软件包的管理.Homebrew将软件包安装到单独的目录,然后符号链接到/usr/local 中,完全基于git和ruby.使用gem来安装你的gems,用brew来搞定他们的依 ...

  8. Ruby Gem命令

    Gem是一个管理Ruby库和程序的标准包,它通过Ruby Gem(如 http://rubygems.org/ )源来查找.安装.升级和卸载软件包,非常的便捷. Ruby 1.9.2版本默认已安装Ru ...

  9. Mac OS10.11更新ruby,gem,安装cocoapods

    1.装cocoapods,ruby版本忒低->开始更新ruby->开始更新gem,这是一条不归路啊同志们,各种permission denied,各种路径不存在,各种路径没有读写权限,各种 ...

随机推荐

  1. luogu1965 转圈游戏

    题目大意 n 个小伙伴(编号从 0 到 n-1)围坐一圈玩游戏.按照顺时针方向给 n 个位置编号,从0 到 n-1.最初,第 0 号小伙伴在第 0 号位置,第 1 号小伙伴在第 1 号位置,--,依此 ...

  2. class com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$Text

    运行mapreduce遇到的错: Java.lang.ClassCastException: classcom.sun.jersey.core.impl.provider.entity.XMLJAXB ...

  3. 0x58 数据结构优化DP

    补写一下 poj3171 设f[i]表示覆盖L~i的最小花费,把区间按左端点排序,枚举区间,f[a[i].r]=min{f[a[i].l~(a[top].r-1)]}+a[i].c (当然还要和原值比 ...

  4. 2017-3-11 leetcode 217 219 228

    ji那天好像是周六.....吃完饭意识到貌似今天要有比赛(有题解当然要做啦),跑回寝室发现周日才开始233333 =========================================== ...

  5. postgresql 常规操作以及检查备份

    一.建表时,复制源表的信息test=# test=# \d test.t1 Table "test.t1" Column | Type | Collation | Nullable ...

  6. putty和xshell使用和免密登录

    putty和xshell使用和免密登录 XSHELL的设置 事前:我们先去关闭防火墙和selinux 关闭防火墙:   ufw disable 再去看看selinux 一.查看SELinux状态命令: ...

  7. FlappyBird模拟(不完整版本)

    FlappyBird模拟(不完整版本) 准备材料 land地 sky天 pipe管道 bird小鸟 Land.js function Land(info) { this.x = info.x; thi ...

  8. CSS 弹性盒

    图片新窗口打开浏览

  9. SciPy和Numpy处理能力

    1.SciPy和Numpy的处理能力: numpy的处理能力包括: a powerful N-dimensional array object N维数组: advanced array slicing ...

  10. springmvc中freemarker的搭建

    在springmvc框架已经搭好的前提下,导入freemarker.jar,此处版本是2.3. 主要的配置工作都在spring-servlet.xml中,请看代码: <!--配置试图解析器 -- ...