lib/hoboken/templates/config.ru.tt in hoboken-0.0.1 vs lib/hoboken/templates/config.ru.tt in hoboken-0.9.0

- old
+ new

@@ -1,5 +1,7 @@ -require "bundler/setup" -require "dotenv" +# frozen_string_literal: true + +require 'bundler/setup' +require 'dotenv' Dotenv.load -require File.expand_path("../app", __FILE__) +require File.expand_path('app', __dir__) run Sinatra::Application