Skip to content

Bump enumerize from 2.2.2 to 2.3.1

NipaNipa requested to merge dependabot/bundler/enumerize-2.3.1 into master

Bumps enumerize from 2.2.2 to 2.3.1.

Release notes

Sourced from enumerize's releases.

2.3.1

enhancements

  • Add ability to skip validations by passing :skip_validations option. (by @​chumakoff)
  • Add option scope: shallow to extend scopes based on enumerized attribute values (by @​moofkit)

bug fix

  • Fix issue with ActiveRecord and Mongoid reload method when enumberized attributes weren't synced from DB. (by @​nashby and @​FunkyloverOne)
  • Fix issue with ActiveRecord reload method not working for ActiveRecord::Store attributes due to 1b776c. (by @​rickcsong)
Changelog

Sourced from enumerize's changelog.

2.3.1 (May 2, 2019)

enhancements

  • Add ability to skip validations by passing :skip_validations option. (by @​chumakoff)
  • Add option scope: shallow to extend scopes based on enumerized attribute values (by @​moofkit)

bug fix

  • Fix issue with ActiveRecord and Mongoid reload method when enumberized attributes weren't synced from DB. (by @​nashby and @​FunkyloverOne)
  • Fix issue with ActiveRecord reload method not working for ActiveRecord::Store attributes due to 1b776c. (by @​rickcsong)
Commits
  • 33a3a69 Release 2.3.1
  • b2d91f7 Merge pull request #338 from takashi-miyahara/travis-bundler-version-fix
  • 82fbe2d If bundler version 2 is not available, use version 2 or less
  • bd06686 Install a bundler compatible with Ruby or Rails version
  • 779292a Testing Travis CI
  • ab3eb25 Merge pull request #337 from mpg-takashi-miyahara/use-sqlite-1-3-6
  • e0f2b51 Fix sqlite3's version to 1.3.6 series
  • f76e2a0 Merge pull request #325 from moofkit/feature/shallow_scopes
  • e6fe559 add shallow to AR, Sequel and mongoid adapters
  • 36c38e4 Merge pull request #330 from chumakoff/skip_validations_option
  • Additional commits viewable in compare view

Merge request reports