Skip to content
Snippets Groups Projects
Commit c35036c0 authored by Jeroen van Baarsen's avatar Jeroen van Baarsen
Browse files

Rails uses bin folder we forgot to create it when upgrading

parent 3e30b105
No related branches found
No related tags found
1 merge request!6334Rails uses bin folder we forgot to create it when upgrading
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')
#!/usr/bin/env ruby
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'
#!/usr/bin/env ruby
require_relative '../config/boot'
require 'rake'
Rake.application.run
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment