Sha256: feb89fb3c802b2fef4402245f850dbf91890f413919c4d1dd076d8644a920ed8
Contents?: true
Size: 250 Bytes
Versions: 9
Compression:
Stored size: 250 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true begin load File.expand_path('../spring', __FILE__) rescue LoadError end APP_PATH = File.expand_path('../../config/application', __FILE__) require_relative '../config/boot' require 'rails/commands'
Version data entries
9 entries across 9 versions & 1 rubygems