diff --git a/.github/workflows/rspec-tests.yml b/.github/workflows/rspec-tests.yml index 1c143a1..3120e49 100644 --- a/.github/workflows/rspec-tests.yml +++ b/.github/workflows/rspec-tests.yml @@ -22,7 +22,6 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2 bundler-cache: true - name: Setup Database env: diff --git a/.tool-versions b/.tool-versions index 5aa8e0c..ae5ecdb 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.3.6 +ruby 3.4.2 diff --git a/Gemfile.lock b/Gemfile.lock index 361f6cb..b2ee039 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sn_filterable (3.0.0) + sn_filterable (3.1.0) heroicon (~> 1) kaminari (~> 1) tailwindcss-rails (~> 3) diff --git a/app/components/sn_filterable/category_component.html.erb b/app/components/sn_filterable/category_component.html.erb index 17afe5a..fc24239 100644 --- a/app/components/sn_filterable/category_component.html.erb +++ b/app/components/sn_filterable/category_component.html.erb @@ -1,6 +1,7 @@ <%= content_tag :fieldset, class: "w-full text-xs lg:text-sm app-word-break dark:bg-gray-800", "x-data": { open: @open }.to_json do %> + -