10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
|
# frozen_string_literal: true
|
||
|
|
||
|
require "rubygems"
|
||
|
require "bundler"
|
||
|
|
||
|
Bundler.require :default, :development
|
||
|
|
||
|
Combustion.initialize! :all
|
||
|
run Combustion::Application
|