* Update ruby to the latest version
* Bump Rubocop to 1.36.0
* Fix "Style/RedundantBegin: Redundant begin block detected" rubocop offense
* Disable Naming/VariableNumber offense
* Fix "Style/RedundantParentheses: Don't use parentheses around a literal" rubocop offense
* Fix "Lint/RedundantCopDisableDirective: Unnecessary disabling of Style/FormatStringToken." rubocop offense
* Fix "Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call" rubocop offense
* Bump Ruby to 3.1.2
* Bump rubocop-rails to 2.16.1
* Bump rubocop-packaging to 0.5.2
* Fix warning: Using the last argument as keyword parameters is deprecated
* Add ruby 3.0 support
* Update listen to support ruby 3.0
* Prevent CI testing Ruby 3.0 with Rails 5.x
* Fix action/cache key
* Update nokogiri
* Use Ruby 3.0.1 for development
* Remove webdrivers gem
* Use Ruby 2.7 for gem development
* Add Ruby 2.7 to CI matrix
* Update other Ruby versions
* Fix Bundler caching
* Upgrade to newest version of RubyGems to prevent deadlock
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>