]> cat aescling's git repositories - mastodon.git/blob - config.ru
Bump rubocop from 1.9.1 to 1.11.0 (#15820)
[mastodon.git] / config.ru
1 # frozen_string_literal: true
2 # This file is used by Rack-based servers to start the application.
3
4 require ::File.expand_path('../config/environment', __FILE__)
5 run Rails.application
This page took 0.128234 seconds and 4 git commands to generate.