All Versions
11
Latest Version
Avg Release Cycle
240 days
Latest Release
1421 days ago

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 and without flags.

    --retry: Retry network and git requests that have failed.

    --without: Exclude gems that are part of the specified named group.

  • v2.1.0 Changes

    August 13, 2015
    • โž• Add support for source block in both Appraisals file and Gemfile.
  • v2.0.2 Changes

    June 26, 2015
    • โž• Add minimal OrderedHash and remove Active Support from runtime dependency.
    • Run bundle check with BUNDLE_DISABLE_SHARED_GEM=1 if BUNDLE_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.
  • v2.0.1 Changes

    April 14, 2015
    • ๐Ÿ›  Fix problem where Travis CI helper is looking for gemfiles key instead of gemfile key in .travis.yml. (#91)
  • 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 in group directive. (#76)
    • โž• Add platform alias to platforms, and remove groups 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, and git
      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.
  • 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