Skip to content

Commit

Permalink
Remove already loaded dependency
Browse files Browse the repository at this point in the history
Under Rails7StartKit/bin/rails7startkit, line the-teacher#3, we require fileutils
  • Loading branch information
luilver committed Oct 10, 2023
1 parent cc164e8 commit 14704ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/setup
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

require 'fileutils'
require_relative '../Rails7StartKit/bin/rails7startkit'

Rails7StartKit.setup!

0 comments on commit 14704ad

Please sign in to comment.