From 3d0d4c3c2df97c9cc5cf05593711951b332b5515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:23:49 +0000 Subject: [PATCH] build(deps): bump typesense from 4.1.0 to 5.0.0 Bumps [typesense](https://github.com/typesense/typesense-ruby) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/typesense/typesense-ruby/releases) - [Commits](https://github.com/typesense/typesense-ruby/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: typesense dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c08b4e1..2b5286b 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'turbo-rails' gem 'csv' gem 'roo' gem 'roo-xls' -gem 'typesense', '~> 4.1' +gem 'typesense', '~> 5.0' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: %i[windows jruby] diff --git a/Gemfile.lock b/Gemfile.lock index d327392..ed039f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -580,7 +580,7 @@ GEM turbo-rails (2.0.23) actionpack (>= 7.1.0) railties (>= 7.1.0) - typesense (4.1.0) + typesense (5.0.0) base64 (~> 0.2.0) faraday (~> 2.8) json (~> 2.9) @@ -682,7 +682,7 @@ DEPENDENCIES thruster trace_location turbo-rails - typesense (~> 4.1) + typesense (~> 5.0) tzinfo-data web-console webmock