Skip to content

Commit 04f9451

Browse files
committed
Use 7.0 defaults
1 parent 3aabe1d commit 04f9451

File tree

5 files changed

+297
-152
lines changed

5 files changed

+297
-152
lines changed

bin/setup

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require "fileutils"
55
APP_ROOT = File.expand_path("..", __dir__)
66

77
def system!(*args)
8-
system(*args) || abort("\n== Command #{args} failed ==")
8+
system(*args, exception: true)
99
end
1010

1111
FileUtils.chdir APP_ROOT do

config/application.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Disclosure
2121
class Application < Rails::Application
2222
# Initialize configuration defaults for originally generated Rails version.
23-
config.load_defaults 7.1
23+
config.load_defaults 7.0
2424

2525
# Configuration for the application, engines, and railties goes here.
2626
#

config/initializers/new_framework_defaults_7_0.rb

-141
This file was deleted.

0 commit comments

Comments
 (0)