diff --git a/Gemfile.lock b/Gemfile.lock index 2fcc4f1..f519555 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - typesensual (0.2.0) + typesensual (0.3.0) activesupport (>= 6.1.5) paint (>= 2.0.0) typesense (>= 0.13.0) @@ -9,7 +9,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.6) + activesupport (7.0.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -26,7 +26,7 @@ GEM concurrent-ruby (~> 1.0) json (2.6.3) minitest (5.19.0) - oj (3.15.1) + oj (3.16.0) paint (2.3.0) parallel (1.23.0) parser (3.2.2.1) @@ -79,7 +79,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - typesense (0.14.1) + typesense (0.15.0) oj (~> 3.11) typhoeus (~> 1.4) typhoeus (1.4.0) diff --git a/lib/typesensual/version.rb b/lib/typesensual/version.rb index 7508aab..fdff3bc 100644 --- a/lib/typesensual/version.rb +++ b/lib/typesensual/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Typesensual - VERSION = '0.2.0' + VERSION = '0.3.0' end