diff --git a/Gemfile b/Gemfile index 79266c0..6cc0c6b 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" gemspec group :development do - gem "byebug", "~> 12.0" + gem "byebug", "~> 13.0" gem "rake", "~> 13.4" gem "rspec", "~> 3.13" gem "rubocop", "~> 1.88" diff --git a/Gemfile.lock b/Gemfile.lock index 64277d4..389b6a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,9 +7,11 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.3) - byebug (12.0.0) + byebug (13.0.0) + reline (>= 0.6.0) diff-lcs (1.6.2) docile (1.4.1) + io-console (0.8.2) json (2.20.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) @@ -22,6 +24,8 @@ GEM rainbow (3.1.1) rake (13.4.2) regexp_parser (2.12.0) + reline (0.6.3) + io-console (~> 0.5) rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -76,7 +80,7 @@ PLATFORMS DEPENDENCIES awrence! - byebug (~> 12.0) + byebug (~> 13.0) rake (~> 13.4) rspec (~> 3.13) rubocop (~> 1.88)