All Versions
11
Latest Version
Avg Release Cycle
240 days
Latest Release
1088 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.3.0 Changes
June 05, 2020- Auto-install the right bundler version (#168),
- โ Test against Ruby 2.4, 2.5, 2.6, 2.7 (#166),
- ๐ Allow specifying the
path
option to bundler (#165), - ๐ Fix acceptance tests under JRuby (#167),
- ๐ Make git_source work in nested groups (#160),
- โฌ๏ธ Drop MRI 1.8.7-2.2 support (#158),
- Document all commands in README (#142),
- ๐ Allow passing through of the full-index option. (#137),
- Avoid line continuations without parentheses (#138),
- โ Added RBX to the build matrix (#117),
- โ Remove suggestion of RubyGems in Rakefiles (#128),
- โก๏ธ Update README.md to add appraisal in gemspec instead of Gemfile (#122).
-
v2.2.0 Changes
April 19, 2017- โก๏ธ Display current gemfile when running
bundle update
. - โ Add support for multiple gemspec directives.
- โ Add support for bundler's
retry
andwithout
flags.
--retry
: Retry network and git requests that have failed.--without
: Exclude gems that are part of the specified named group. - โก๏ธ Display current gemfile when running
-
v2.1.0 Changes
August 13, 2015- โ Add support for
source
block in both Appraisals file and Gemfile.
- โ Add support for
-
v2.0.2 Changes
June 26, 2015- โ Add minimal
OrderedHash
and remove Active Support from runtime dependency. - Run
bundle check
withBUNDLE_DISABLE_SHARED_GEM=1
ifBUNDLE_GEMFILE
sets to true. - ๐ Change warning message to tell user to run
bundle generate --travis
to show Travis CI configuration. - ๐ฉ Do not raise error when user runs
appraisal help
with out Gemfile.
- โ Add minimal
-
v2.0.1 Changes
April 14, 2015- ๐ Fix problem where Travis CI helper is looking for
gemfiles
key instead ofgemfile
key in.travis.yml
. (#91)
- ๐ Fix problem where Travis CI helper is looking for
-
v2.0.0 Changes
April 10, 2015- โ Add support for running on Ruby 1.8.7. (#89 and #90)
- โ Add
appraisal list
subcommand to list all appraisals. (#74) - โ Add support for nesting of Bundler block DSL. (#84)
- โ Add Travis CI configuration helper which will prints out a proper Travis CI
๐งgemfiles
configuration to be put in.travis.yml
file, and warns you if
๐ง your configuration is outdated. (#65) - โ Add
appraisal --version
to print out current version. (#80) - โ Add
gemspec
support ingroup
directive. (#76) - โ Add
platform
alias toplatforms
, and removegroups
directive as it is
not in Bundler (#78 and #83) - ๐ Fix problem when running
appraisal --help
without Appraisals file. - ๐ Fix problem when dependency in Appraisals does not take precedent over
dependency listed in Gemfile. - ๐ Fix problem where duplicate source will be listed twice. (#85)
- ๐ Fix problem with relative path prefixing in
gem
,path
, andgit
direcitve. (#82) - ๐ Fix problem with spaces in command line argument. (#86)
- ๐ Fix problem while running in vendored environment. (#13, #30 and #87)
-
v1.0.2 Changes
August 22, 2014- โช Revert
appraisal list
addition which was added by mistake. - ๐ Allow user to use
appraisal help
without having Appraisals file.
- โช Revert
-
v1.0.1 Changes
August 22, 2014๐ This release has been yanked. Please use v1.0.2
-
v1.0.0
August 22, 2014 -
v1.0.0.beta3
February 28, 2014