]> cat aescling's git repositories - mastodon.git/blob - config.ru
Bump webmock from 3.12.1 to 3.12.2 (#15964)
[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.110251 seconds and 4 git commands to generate.