You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't set a required ruby version in the gemspec so taking the liberty to drop Ruby 3.0 from CI to lessen the burden of gemfile management. Several dependencies have since had new releases that have different Ruby version requirements (sqlite, zeitwerk, sass-embedded, net-imap, etc.) making it difficult to install a common demoninator that will run for all CI builds. Existing PRs have failed CI due to this.
0 commit comments