From a1f27860a834fc55950ee807e9a9570b29915171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 13:50:59 +0000 Subject: [PATCH] Bump irb from 1.12.0 to 1.13.0 Bumps [irb](https://github.com/ruby/irb) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: irb dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index cef229cbc7..2386f24995 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ group :test do gem 'rdoc', '~> 6.6' gem 'browserstack-local', '~> 1.4' - gem 'irb', '~> 1.12' + gem 'irb', '~> 1.13' gem 'pry-byebug', '~> 3.10', '>= 3.10.1' gem 'rest-client', '~> 2.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 99b9840368..4e85f6f57e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,8 +80,8 @@ GEM concurrent-ruby (~> 1.0) io-console (0.7.2) io-like (0.3.1) - irb (1.12.0) - rdoc + irb (1.13.0) + rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) language_server-protocol (3.17.0.3) @@ -143,7 +143,7 @@ GEM rdoc (6.6.3.1) psych (>= 4.0.0) regexp_parser (2.9.0) - reline (0.4.3) + reline (0.5.4) io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) @@ -196,8 +196,8 @@ GEM rack-protection (= 3.2.0) tilt (~> 2.0) slack-notifier (2.4.0) - sqlite3 (2.0.1-arm64-darwin) - sqlite3 (2.0.1-x86_64-linux-gnu) + sqlite3 (1.7.3-arm64-darwin) + sqlite3 (1.7.3-x86_64-linux) stringio (3.1.0) sync (0.5.0) term-ansicolor (1.8.0) @@ -261,7 +261,7 @@ DEPENDENCIES eventmachine (~> 1.2, >= 1.2.7) execjs (~> 2.9) geckodriver-helper (~> 0.24.0) - irb (~> 1.12) + irb (~> 1.13) json maxmind-db (~> 1.2) mime-types (~> 3.5) @@ -283,7 +283,7 @@ DEPENDENCIES selenium-webdriver (~> 4.20) sinatra (~> 3.2) slack-notifier (~> 2.4) - sqlite3 (~> 2.0) + sqlite3 (~> 1.4) term-ansicolor test-unit-full (~> 0.0.5) thin (~> 1.8)