From ac3dc2df59ad0ff09b64f43fa550bcd77c5c7c79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:19:16 +0000 Subject: [PATCH] Bump irb from 1.14.0 to 1.14.1 Bumps [irb](https://github.com/ruby/irb) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: irb dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6f362ee5fb..6fdc637b31 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ group :test do gem 'rdoc', '~> 6.7' gem 'browserstack-local', '~> 1.4' - gem 'irb', '~> 1.13' + gem 'irb', '~> 1.14' gem 'pry-byebug', '~> 3.10', '>= 3.10.1' gem 'rest-client', '~> 2.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 99d664c13b..6d6d85238d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM concurrent-ruby (~> 1.0) io-console (0.7.2) io-like (0.3.1) - irb (1.14.0) + irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) @@ -280,7 +280,7 @@ DEPENDENCIES eventmachine (~> 1.2, >= 1.2.7) execjs (~> 2.9) geckodriver-helper (~> 0.24.0) - irb (~> 1.13) + irb (~> 1.14) json maxmind-db (~> 1.2) mime-types (~> 3.5)