rubocop corrections
This commit is contained in:
parent
c63c6bc448
commit
de29815686
72 changed files with 468 additions and 311 deletions
8
bin/rake
8
bin/rake
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env ruby
|
||||
load File.expand_path("spring", __dir__)
|
||||
require_relative "../config/boot"
|
||||
require "rake"
|
||||
# frozen_string_literal: true
|
||||
|
||||
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