diff --git a/Gemfile b/Gemfile index bbde3c79..117a11cd 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ group :test do end group :development, :test do - gem 'debug', '~> 1.8' + gem 'debug', '~> 1.9' gem 'factory_bot_rails', '~> 6.4' gem 'faker', '~> 3.2' end diff --git a/Gemfile.lock b/Gemfile.lock index 1e10f2ed..4177ba77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,9 +98,9 @@ GEM connection_pool (2.4.1) crass (1.0.6) date (3.3.4) - debug (1.8.0) - irb (>= 1.5.0) - reline (>= 0.3.1) + debug (1.9.0) + irb (~> 1.10) + reline (>= 0.3.8) docile (1.4.0) drb (2.2.0) ruby2_keywords @@ -135,8 +135,8 @@ GEM image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - io-console (0.6.0) - irb (1.9.1) + io-console (0.7.1) + irb (1.10.1) rdoc reline (>= 0.3.8) json (2.6.3) @@ -226,10 +226,10 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.1.0) - rdoc (6.6.0) + rdoc (6.6.2) psych (>= 4.0.0) regexp_parser (2.8.2) - reline (0.4.0) + reline (0.4.1) io-console (~> 0.5) rexml (3.2.6) rubocop (1.57.2) @@ -264,7 +264,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.3) - stringio (3.0.9) + stringio (3.1.0) thor (1.3.0) timeout (0.4.1) tzinfo (2.0.6) @@ -287,7 +287,7 @@ DEPENDENCIES bcrypt (~> 3.1) bootsnap (~> 1.17.0) codecov (~> 0.6.0) - debug (~> 1.8) + debug (~> 1.9) factory_bot_rails (~> 6.4) faker (~> 3.2) good_job (~> 3.21)