-
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: RVM 1.26.11 released | ||
created_at: 2015-03-31 10:00:00 -0700 | ||
kind: article | ||
author: havenwood | ||
author_full: Shannon Skipper | ||
tags: | ||
- releases | ||
- rvm1 | ||
--- | ||
|
||
RVM 1.26.11 released with new rubies, new binaries available by CDN and fixes. | ||
|
||
<!-- more --> | ||
|
||
## 1.26.11 | ||
|
||
- RVM#3295 Update supported MRI versions in help & man | ||
- RVM#3305 Use the right libdb on SLES 12 | ||
- RVM#3306 Ignore ~/.rvmrc and /etc/rvmrc when --path is specified | ||
- RVM#3307 Better support rbx under FreeBSD 10 | ||
- RVM#3308 Add libedit-dev requirement for Ubuntu | ||
- RVM#3313 Machine readable requirements | ||
- RVM#3338 Use the CDN for binaries. Related to rvm/rvm-site-setup#1 | ||
- RVM#3340 Fix trap behavior | ||
- RVM#3341 Railsexpress patches for ruby 2.2.1 | ||
- RVM#3350 Bump GCC version from 4.8 to 4.9 for OS X 10.10+ | ||
- RVM#3355 Add fix_installing_bundled_gems.patch for Ruby 2.2.1 | ||
- RVM#3260 Add llvm-dev to rbx requirements | ||
- RVM#3362 Add -lz to ruby build flags | ||
- introduce --list-all-packages and --list-missing-packages | ||
- do not force users to use bundler | ||
- new ruby binaries for ruby-2.0.0-p643, ruby-2.2.0, ruby-2.2.1 and additional versions on various platforms | ||
- new ruby rubies: rbx-1.4.3, ruby-2.0.0-p643, ruby-2.2.1 | ||
|
||
here're all the changes: | ||
<https://github.com/wayneeseguin/rvm/compare/1.26.10...1.26.11> |