All Versions
183
Latest Version
Avg Release Cycle
41 days
Latest Release
1120 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v1.11.0 Changes
December 12, 2015(this space intentionally left blank)
-
v1.10.6 Changes
July 22, 2015 -
v1.10.5 Changes
June 24, 2015โช Workarounds:
- don't add or update BUNDLED WITH during
install
with no changes (@segiddins)
๐ Bugfixes:
- don't add or update BUNDLED WITH during
-
v1.10.4 Changes
June 16, 2015โช Workarounds:
- don't add BUNDLED WITH to the lock when Spring runs
check
over and over (@indirect)
๐ Bugfixes:
- display "with native extensions" log output correctly (@ivantsepp)
- alias
i
toinstall
,c
tocheck
, ande
toexec
(@indirect)
- don't add BUNDLED WITH to the lock when Spring runs
-
v1.10.3 Changes
June 03, 2015๐ Bugfixes:
- allow missing gemspec files when validating path and git gems (#3686, #3698, @segiddins)
- fix regression in
rake install
(#3701, #3705, @segiddins) - fix regression when calling
gem
withbundle exec
or-rbundler/setup
(#3699, @segiddins) - fix
bundler/inline
requiring a newly-installed gem (#3693, @indirect, @segiddins)
-
v1.10.2 Changes
May 29, 2015๐ Bugfixes:
- fix regression in
bundle update GEM
performance introduced in 1.10.0 (#3687, @segiddins)
- fix regression in
-
v1.10.1 Changes
May 28, 2015 -
v1.10.0 Changes
May 28, 2015(this space intentionally left blank)
-
v1.10.0.rc Changes
May 16, 2015๐ Features:
- dramatically speed up resolving some slow Gemfiles (#3635, @segiddins)
- track CI platforms running Bundler (#3646, @fotanus)
๐ Bugfixes:
- allow
viz
to work with prereleases (#3621, #3217, @aprescott) - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect)
- stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect)
- Without groups saved via
config
are no longer ignored when the--without
flag is used
-
v1.10.0.pre Changes
May 03, 2015๐ Features:
- support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik)
- add 'bundler/inline' which provides a
gemfile
method (#3440, @segiddins) - improved error reports for Gemfile errors (#3480, @segiddins)
lock
command (#3437, @segiddins)- add
ignore_messages
config to suppress post-install text (#3510, @pducks32) - improve
gem
minitest template (#3513, #3515, @arthurnn) - add
install --force
to re-install installed gems (#3519, @segiddins) - show more
outdated
information, including groups (@smlance, @indirect) - add optional groups to the Gemfile (#3531, @jhass)
- accept glob argument to
gemspec
in Gemfile (#3464, @pjump) - make timeouts and retries configurable via
config
(#3601, @pducks32) - add
install_if
Gemfile method for conditional installs (#3611, @segiddins)
๐ Bugfixes:
- standalone mode now uses builtin gems correctly (#3610, @segiddins)
- fix
rake spec:deps
on MinGW Ruby 2.0+ (#3487, @marutosi) - remember all y/n answers when generating gems (#3579, @pducks32)
๐ Performance:
- use RubyGems stub specifications when possible (#3580, @segiddins)
๐ Deprecations:
- deprecated the (never enabled)
bundle_ruby
binary (@smlance)