diff --git a/Gemfile.lock b/Gemfile.lock index abef18a..6057d8f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) coderay (1.1.3) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) crack (1.0.0) bigdecimal rexml @@ -168,7 +168,7 @@ GEM bigdecimal rake (>= 13) hashdiff (1.1.1) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) jbuilder (2.13.0) actionview (>= 5.0.0) @@ -227,7 +227,7 @@ GEM jwt (>= 1.5, < 3) orm_adapter (0.5.0) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.7.0) ast (~> 2.4.1) racc pg (1.4.6) @@ -312,7 +312,7 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.26.1) rubocop (~> 1.61) - rubocop-rails (2.28.0) + rubocop-rails (2.29.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) @@ -354,7 +354,7 @@ GEM timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.3) + unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) warden (1.2.9) diff --git a/config/boot.rb b/config/boot.rb index b9e460c..2f0b05c 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -2,3 +2,5 @@ require 'bundler/setup' # Set up gems listed in the Gemfile. require 'bootsnap/setup' # Speed up boot time by caching expensive operations. + +require 'logger'