From 64f4f750c5fc5e7e0c0d239e9a3243f0932be6a4 Mon Sep 17 00:00:00 2001 From: Rui Zhu <60585487+Rui-Zhu1@users.noreply.github.com> Date: Thu, 22 Jun 2023 16:12:07 -0400 Subject: [PATCH] bump: SnFilterable to 1.1.1 (#31) --- Gemfile.lock | 20 ++++++++++---------- lib/sn_filterable/version.rb | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3d7be02..3db2056 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sn_filterable (1.1.0) + sn_filterable (1.1.1) heroicon (~> 1) kaminari (~> 1) pg (~> 1) @@ -86,7 +86,7 @@ GEM railties (>= 5.0.0) faker (3.0.0) i18n (>= 1.8.11, < 2) - globalid (1.0.0) + globalid (1.1.0) activesupport (>= 5.0) heroicon (1.0.0) rails (>= 5.2) @@ -108,7 +108,7 @@ GEM loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) - mail (2.8.0) + mail (2.8.1) mini_mime (>= 0.1.1) net-imap net-pop @@ -118,7 +118,7 @@ GEM mini_mime (1.1.2) mini_portile2 (2.8.0) minitest (5.16.3) - net-imap (0.3.4) + net-imap (0.3.6) date net-protocol net-pop (0.1.2) @@ -127,14 +127,14 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) parallel (1.22.1) parser (3.1.3.0) ast (~> 2.4.1) - pg (1.4.5) + pg (1.5.3) pg_search (2.3.6) activerecord (>= 5.2) activesupport (>= 5.2) @@ -222,18 +222,18 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - tailwindcss-rails (2.0.21) + tailwindcss-rails (2.0.29) railties (>= 6.0.0) thor (1.2.1) - timeout (0.3.1) - turbo-rails (1.3.2) + timeout (0.3.2) + turbo-rails (1.4.0) actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) tzinfo (2.0.5) concurrent-ruby (~> 1.0) unicode-display_width (2.3.0) - view_component (2.80.0) + view_component (2.82.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) diff --git a/lib/sn_filterable/version.rb b/lib/sn_filterable/version.rb index d4b88a3..f69afe6 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.1.0" + VERSION = "1.1.1" end