Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

v1.7.12

Compare
Choose a tag to compare
@segiddins segiddins released this 28 Aug 03:19
· 7176 commits to master since this release

Bugfixes:

  • Always send credentials for sources, fixing private Gemfury gems (#3342, @TimMoore)

1.7.11 (2015-01-04)

Bugfixes:

  • Recognize :mri_22 and :mingw_22, rather than just :ruby_22 (#3328, @myabc)

1.7.10 (2014-12-29)

Bugfixes:

  • Fix source blocks sometimes causing deployment mode to fail wrongly (#3298, @TimMoore)

Features(?):

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:

  • Hide credentials while warning about gems with ambiguous sources (#3256, @TimMoore)

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:

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 for create_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:

Features:

  • Gemfile source calls now take a block containing gems from that source (@TimMoore)
  • Added the :source option to gem to specify a source (@TimMoore)

Bugfixes:

  • Warn on ambiguous gems available from more than one source (@TimMoore)