diff --git a/Gemfile b/Gemfile index c2fc9a26880..35e768adcf7 100644 --- a/Gemfile +++ b/Gemfile @@ -65,6 +65,7 @@ gem "wkhtmltopdf-binary", "~> 0.12.6" group :development, :test do gem "bullet", "~> 7.1.6" + gem "debug", "~> 1.9.2" gem "factory_bot_rails", "~> 6.4.3" gem "faker", "~> 3.2.3" gem "i18n-tasks", "~> 0.9.37" diff --git a/Gemfile.lock b/Gemfile.lock index 0154c5f0acf..3b149366c9d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,6 +170,9 @@ GEM daemons (1.4.1) dalli (3.2.8) date (3.3.4) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) delayed_job (4.1.11) activesupport (>= 3.0, < 8.0) delayed_job_active_record (4.1.8) @@ -283,6 +286,10 @@ GEM railties (>= 3.1, < 7.0) invisible_captcha (2.3.0) rails (>= 5.2) + io-console (0.7.2) + irb (1.12.0) + rdoc + reline (>= 0.4.2) json (2.7.1) jwt (2.7.1) kaminari (1.2.2) @@ -439,6 +446,8 @@ GEM pronto-stylelint (0.10.3) pronto (>= 0.10, < 0.12) rugged (>= 0.24, < 2.0) + psych (5.1.2) + stringio public_suffix (4.0.7) puma (5.6.8) nio4r (~> 2.0) @@ -487,10 +496,14 @@ GEM rainbow (3.1.1) rake (13.1.0) rbtree3 (0.7.1) + rdoc (6.6.3.1) + psych (>= 4.0.0) recipient_interceptor (0.3.1) mail redcarpet (3.6.0) regexp_parser (2.9.0) + reline (0.5.1) + io-console (~> 0.5) request_store (1.6.0) rack (>= 1.4) responders (3.1.1) @@ -616,6 +629,7 @@ GEM net-scp (>= 1.1.2) net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) + stringio (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) terrapin (0.6.0) @@ -699,6 +713,7 @@ DEPENDENCIES cocoon (~> 1.2.15) daemons (~> 1.4.1) dalli (~> 3.2.8) + debug (~> 1.9.2) delayed_job_active_record (~> 4.1.8) devise (~> 4.9.3) devise-security (~> 0.18.0)