From 36a777d77ceb5f460f0a1831501bb02fa573e98b Mon Sep 17 00:00:00 2001 From: Michael Roudnitski Date: Thu, 8 Feb 2024 09:27:28 -0500 Subject: [PATCH] feat: upgrade to rails-turbo 2 (turbo 8) (#37) --- Gemfile.lock | 6 +++--- lib/sn_filterable/version.rb | 2 +- sn_filterable.gemspec | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 04545e5..19b881f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ PATH remote: . specs: - sn_filterable (1.2.0) + sn_filterable (2.0.0) heroicon (~> 1) kaminari (~> 1) pg (~> 1) pg_search (~> 2) tailwindcss-rails (~> 2) - turbo-rails (~> 1) + turbo-rails (~> 2) view_component (~> 2) GEM @@ -270,7 +270,7 @@ GEM railties (>= 6.0.0) thor (1.3.0) timeout (0.4.1) - turbo-rails (1.5.0) + turbo-rails (2.0.0) actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) diff --git a/lib/sn_filterable/version.rb b/lib/sn_filterable/version.rb index c997043..cc9a1a2 100644 --- a/lib/sn_filterable/version.rb +++ b/lib/sn_filterable/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SnFilterable - VERSION = "1.2.0" + VERSION = "2.0.0" end diff --git a/sn_filterable.gemspec b/sn_filterable.gemspec index c0c9c7b..d8ddcc0 100644 --- a/sn_filterable.gemspec +++ b/sn_filterable.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |spec| spec.add_dependency "pg", "~> 1" spec.add_dependency "pg_search", "~> 2" spec.add_dependency "tailwindcss-rails", "~> 2" - spec.add_dependency "turbo-rails", "~> 1" + spec.add_dependency "turbo-rails", "~> 2" spec.add_dependency "view_component", "~> 2" spec.add_development_dependency "factory_bot_rails", "~> 6"