Skip to content

Bump simple_form from 5.0.1 to 5.1.0

NipaNipa requested to merge dependabot/bundler/simple_form-5.1.0 into master

Bumps simple_form from 5.0.1 to 5.1.0.

Changelog

Sourced from simple_form's changelog.

5.1.0

  • Remove I18nCache module entirely. It was added complexity for very little gain in some translations, and caused extra trouble upgrading to Ruby 3. If you need that level of caching consider looking into I18n caching as a whole.
  • Add support for Ruby 3.0, drop support for Ruby < 2.5.
  • Add support for Rails 6.1, drop support for Rails < 5.2.
  • Move CI to GitHub Actions.

5.0.3

Bug fix

5.0.2

Enhancements

  • Remove instruction to use form-inline class. @​goalaleo
  • Added RichTextAreaInput for ActionText. itsterry
  • Skip valid_class check if no class defined. TALlama

Bug fix

Commits
  • 74f2c72 Release v5.1.0
  • cbcfe2e Add note about Ruby/Rails support versions in the Readme
  • 0595088 Add support for Ruby 3, drop support for Ruby < 2.5, remove I18nCache
  • 19e7394 Update to Rails 6.1, drop support to Rails < 5.2
  • e0df150 Rename gemfiles
  • f0b4123 Move from travis to GitHub Actions
  • 4f829d6 Merge pull request #1719 from jonesdeini/master
  • 4312bba Remove unused methods
  • 689f5e6 Drop support to Ruby < 2.4, update travis to run on latest versions
  • 0186ada Enable email notifications for now, remove slack config
  • Additional commits viewable in compare view

Merge request reports