Skip to content

Bump enumerize from 2.3.1 to 2.4.0

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

Bumps enumerize from 2.3.1 to 2.4.0.

Changelog

Sourced from enumerize's changelog.

2.4.0 (December 12, 2020)

enhancements

  • Show warning when enumerized value name conflicts with existing object's methods. (by @​aki77)
  • Add RSpec support for shallow scopes. (by @​nashby)
  • Drop support for Ruby older than 2.5. Support only Ruby 2.5+. (by @​nashby)
  • Drop support for Rails 4. Support only Rails 5.2+. (by @​nashby)
  • Add support for Rails 6.1 (by @​y-yagi)

bug fix

  • Fix exception when using predicate methods on enumerized value transformed into invalid value. (by @​guigs)
  • Fix issue with RSpec#with_predicates matcher when custom values are used as attribute. (by @​nashby)
Commits
  • a7e710a Bump version.
  • ee841a8 Merge pull request #365 from y-yagi/support-rails-610
  • 2539851 Signature of decorate_attribute_type was changed in Rails 6.1
  • 42d3ed3 Only check enumerize related attributes
  • 1d1a207 Test against Rails 6.1
  • ae48212 Merge pull request #366 from y-yagi/fix-broken-ci
  • d8a50fb Use PostgreSQL 13 in Travis CI
  • 73aba8a Merge pull request #362 from brainspec/upsert-all-tests
  • 0b88ef7 Update PG gem.
  • 11b6358 Update Travis's dist to have newer SQlite version.
  • Additional commits viewable in compare view

Merge request reports