Skip to content

Commit a6706c7

Browse files
committed
APP_NAME in bin/setup is no-longer needed, which is required only on Rails 7.2:
cf. 543fd2f
1 parent b14285e commit a6706c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/setup

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
require "fileutils"
33

44
APP_ROOT = File.expand_path("..", __dir__)
5-
APP_NAME = "coderdojo-jp" # For Heroku Deployment
65

76
def system!(*args)
87
system(*args, exception: true)

0 commit comments

Comments
 (0)