]> git.openstreetmap.org Git - rails.git/blob - config.ru
Bump js-yaml from 4.1.0 to 4.1.1
[rails.git] / config.ru
1 # frozen_string_literal: true
2
3 # This file is used by Rack-based servers to start the application.
4
5 require_relative "config/environment"
6
7 run Rails.application
8 Rails.application.load_server