mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-17 23:14:14 +01:00
10 lines
165 B
Ruby
10 lines
165 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "rubygems"
|
|
require "bundler"
|
|
|
|
Bundler.require :default, :development
|
|
|
|
Combustion.initialize! :all
|
|
run Combustion::Application
|