ran rails app:update

This commit is contained in:
rebuilt 2021-10-14 22:50:18 +02:00
parent 770ebc580e
commit 44fd077023
21 changed files with 297 additions and 158 deletions

View file

@ -1,9 +1,4 @@
#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
require_relative '../config/boot'
require 'rake'
Rake.application.run