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