bin/rails
Missing frozen string literal comment.#!/usr/bin/env rubyPrefer single-quoted strings when you don't need string interpolation or special symbols.load File.expand_path("spring", __dir__)APP_PATH = File.expand_path('../config/application', __dir__)Prefer single-quoted strings when you don't need string interpolation or special symbols.require_relative "../config/boot"Prefer single-quoted strings when you don't need string interpolation or special symbols.require "rails/commands"