Sky Wang

Results 3 issues of Sky Wang

When `config.use_webpacker` is true, ActiveAdmin will now generate the title_image tag using Webpacker's `image_pack_tag` instead of `image_tag` (which uses the asset pipeline). This change makes it possible to use Webpacker...

Ruby version (`3.2.1`) is specified in both Gemfile and .ruby-version, these two Ruby versions must be the same in theory. This PR just uses the same Ruby version (in `.ruby-version`)...