app: update code to Rails 6.1
This commit is contained in:
parent
de9fab701a
commit
5990439ab7
25 changed files with 310 additions and 87 deletions
5
bin/rake
5
bin/rake
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
require_relative '../config/boot'
|
||||
require 'rake'
|
||||
load File.expand_path("spring", __dir__)
|
||||
require_relative "../config/boot"
|
||||
require "rake"
|
||||
Rake.application.run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue