Sha256: 0d0b761890d46e9dfad13d5ae6e5e781b7d86cf4eabe3489dfb3a055e5935fe7
Contents?: true
Size: 202 Bytes
Versions: 3
Compression:
Stored size: 202 Bytes
Contents
# frozen_string_literal: true run "bundle add activeadmin" run "bundle add bcrypt" Bundler.with_unbundled_env { run "bundle" } rails_command "generate active_admin:install" rails_command "db:migrate"
Version data entries
3 entries across 3 versions & 1 rubygems