]> git.openstreetmap.org Git - rails.git/blob - bin/rails
Changed Ubuntu 18.04 to 20.04 and Ruby 2.5 to 2.7
[rails.git] / bin / rails
1 #!/usr/bin/env ruby
2 APP_PATH = File.expand_path("../config/application", __dir__)
3 require_relative "../config/boot"
4 require "rails/commands"