Sha256: 4148fce118973bf6bced848b8c5cbb2e3f9ce86a9e9d0cd269f6a0739a6d7ab2
Contents?: true
Size: 394 Bytes
Versions: 20
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true say_git "Install launchy" install_gem "launchy", group: %i[development test] say_git "Configure puma to open browser on startup" copy_file "lib/puma/plugin/open.rb" append_to_file "config/puma.rb", <<~RUBY # Automatically open the browser when in development require_relative "../lib/puma/plugin/open" plugin :open RUBY prevent_autoload_lib "puma/plugin"
Version data entries
20 entries across 20 versions & 1 rubygems