From 53dfff40f27c49b73de65d2af675039a8e9400cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:47:56 +0000 Subject: [PATCH] Bump irb from 1.14.3 to 1.15.1 Bumps [irb](https://github.com/ruby/irb) from 1.14.3 to 1.15.1. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.14.3...v1.15.1) --- updated-dependencies: - dependency-name: irb dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5d1e81a3e..55a98c00a 100644 --- a/Gemfile +++ b/Gemfile @@ -66,7 +66,7 @@ group :test do gem 'rdoc', '~> 6.11' gem 'browserstack-local', '~> 1.4' - gem 'irb', '~> 1.14' + gem 'irb', '~> 1.15' gem 'pry-byebug', '~> 3.10', '>= 3.10.1' gem 'rest-client', '~> 2.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index ea2852f9e..24fd5793a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,8 @@ GEM concurrent-ruby (~> 1.0) io-console (0.8.0) io-like (0.3.1) - irb (1.14.3) + irb (1.15.1) + pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.9.1) @@ -119,13 +120,16 @@ GEM ast (~> 2.4.1) racc power_assert (2.0.5) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - psych (5.2.2) + psych (5.2.3) date stringio public_suffix (6.0.1) @@ -264,7 +268,7 @@ DEPENDENCIES eventmachine (~> 1.2, >= 1.2.7) execjs (~> 2.10) geckodriver-helper (~> 0.24.0) - irb (~> 1.14) + irb (~> 1.15) json maxmind-db (~> 1.2) mime-types (~> 3.6)