Skip to content

Commit 8b08cac

Browse files
committed
Make dummy application boot with Rails < 7.1
1 parent ff16db1 commit 8b08cac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/dummy/config/application.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
require_relative "boot"
44

5+
# FIXME: Remove after support for Rails < 7.1 is dropped
6+
require "logger"
57
require "rails"
68
# Pick the frameworks you want:
79
require "active_model/railtie"

0 commit comments

Comments
 (0)