Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Basic process of updating gem for Ruby/Rails compatibility:

  • Fork gem source to user repo
  • Setup CircleCi to follow fork
  • Clone locally
  • Adjust CircleCi config
  • Set Ruby version and bundle
  • Generate test app and run specs
  • Resolve problems (affected code; dependency issues)
  • Push to fork and observe CI
  • Create PR at gem source repo
  • Resolve remaining issues with Github checks

GitHub Issues

Adding Ruby 2.7.z and Rails 6.y.z releases to the CircleCI build configuration

...