This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
v1.7.12
Bugfixes:
1.7.11 (2015-01-04)
Bugfixes:
1.7.10 (2014-12-29)
Bugfixes:
Features(?):
- Support
platform :mri_22
and related version bits (#3309, @thomasfedb)
1.7.9 (2014-12-09)
Bugfixes:
- Fix an issue where bundler sometime spams one gem in Gemfile.lock (#3216, @Who828)
- Ensure bundle update installs the newer version of the gem (#3089, @Who828)
- Fix an regression which stopped Bundler from resolving some Gemfiles (#3059, #3248, @Who828)
1.7.8 (2014-12-06)
Bugfixes:
1.7.7 (2014-11-19)
Bugfixes:
- Ensure server credentials stored in config or ENV will be used (#3180, @arronmabrey)
- Fix race condition causing errors while installing git-based gems (#3174, @Who828)
- Use single quotes in config so YAML won't add more quotes (#3261, @indirect)
1.7.6 (2014-11-11)
Bugfixes:
- CA certificates that work with all OpenSSLs (@luislavena, @indirect)
1.7.5 (2014-11-10)
Bugfixes:
- Fix --deployment with source blocks and non-alphabetical gems (#3224, @TimMoore)
- Vendor CA chain to validate new rubygems.org HTTPS certificate (@indirect)
1.7.4 (2014-10-19)
Bugfixes:
- Allow --deployment after
pack
while using source blocks (#3167, @TimMoore) - Use dependency API even when HTTP credentials are in ENV (#3191, @fvaleur)
- Silence warnings (including root warning) in --quiet mode (#3186, @indirect)
- Stop asking gem servers for gems already found locally (#2909, @dubek)
1.7.3 (2014-09-14)
Bugfixes:
extconf.rb
is now generated with the right path forcreate_makefile
(@andremedeiros)- Fix various Ruby warnings (@piotrsanarki, @indirect)
1.7.2 (2014-08-23)
Bugfixes:
- Revert gem source sorting in lock files (@indirect)
1.7.1 (2014-08-20)
Bugfixes:
- Install gems from one source needed by gems in another source (@indirect)
- Install the same gem versions even after some are installed (@TimMoore)
- Download specs only when installing from servers (@indirect)
1.7.0 (2014-08-13)
Security:
- Fix for CVE-2013-0334, installing gems from an unexpected source (@TimMoore)
Features:
- Gemfile
source
calls now take a block containing gems from that source (@TimMoore) - Added the
:source
option togem
to specify a source (@TimMoore)
Bugfixes:
- Warn on ambiguous gems available from more than one source (@TimMoore)