From 56b410e1a0832498b5fff9c2b2eb2309dc7c67ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:57:03 +0000 Subject: [PATCH] Bump debug from 1.8.0 to 1.9.1 Bumps [debug](https://github.com/ruby/debug) from 1.8.0 to 1.9.1. - [Release notes](https://github.com/ruby/debug/releases) - [Commits](https://github.com/ruby/debug/compare/v1.8.0...v1.9.1) --- updated-dependencies: - dependency-name: debug dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 6fe9ac0d..1d544c8b 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ gem "turbo-rails", "~> 1.4" # Hotwire's SPA-like page accelerator [https://turbo group :development, :test do gem "capybara", "~> 3.39" gem "brakeman", "~> 6.1" - gem "debug", "~> 1.8", platforms: %i[mri mingw x64_mingw] # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem + gem "debug", "~> 1.9", platforms: %i[mri mingw x64_mingw] # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "rspec-rails", "~> 6.1" gem "standard", "~> 1.32" gem "tzinfo-data", "~> 1.2022", platforms: %i[mingw mswin x64_mingw jruby] # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 9589c422..b743e4fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,9 +115,9 @@ GEM unaccent (~> 0.3) crass (1.0.6) date (3.3.4) - debug (1.8.0) - irb (>= 1.5.0) - reline (>= 0.3.1) + debug (1.9.1) + irb (~> 1.10) + reline (>= 0.3.8) devise (4.9.3) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -154,8 +154,8 @@ GEM actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) - io-console (0.6.0) - irb (1.10.1) + io-console (0.7.1) + irb (1.11.0) rdoc reline (>= 0.3.8) jbuilder (2.11.5) @@ -214,7 +214,7 @@ GEM postmark-rails (0.22.1) actionmailer (>= 3.0.0) postmark (>= 1.21.3, < 2.0) - psych (5.1.1.1) + psych (5.1.2) stringio public_suffix (5.0.4) puma (6.4.0) @@ -270,7 +270,7 @@ GEM rainbow (3.1.1) rake (13.1.0) rbzip2 (0.3.0) - rdoc (6.6.1) + rdoc (6.6.2) psych (>= 4.0.0) regexp_parser (2.8.3) reline (0.4.1) @@ -402,7 +402,7 @@ DEPENDENCIES brakeman (~> 6.1) capybara (~> 3.39) countries (~> 5.7) - debug (~> 1.8) + debug (~> 1.9) devise (~> 4.9) devise-async (~> 1.0) dotenv-rails (~> 2.8)