Skip to content

Commit 70c2509

Browse files
committed
Added more logger
1 parent 98ecbfe commit 70c2509

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

spec/app/rails_5.2/config/boot.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
require 'bundler/setup' # Set up gems listed in the Gemfile.
44
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.
5+
require "logger"

spec/app/rails_6.0/config/boot.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
require 'bundler/setup' # Set up gems listed in the Gemfile.
44
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.
5+
require "logger"

spec/app/rails_6.1/config/boot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
require "bundler/setup" # Set up gems listed in the Gemfile.
44
require "bootsnap/setup" # Speed up boot time by caching expensive operations.
5-
require "logger" # Fix for Ruby 3.3 compatibility with ActiveSupport 6.1.7.10
5+
require "logger"

spec/app/rails_7.0/config/boot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
require "bundler/setup" # Set up gems listed in the Gemfile.
44
require "bootsnap/setup" # Speed up boot time by caching expensive operations.
5-
require "logger" # Fix for Ruby 3.3 compatibility with ActiveSupport 6.1.7.10
5+
require "logger"

0 commit comments

Comments
 (0)