Skip to content

Commit

Permalink
bump: SnFilterable to 1.1.1 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Zhu1 authored Jun 22, 2023
1 parent 019979c commit 64f4f75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sn_filterable (1.1.0)
sn_filterable (1.1.1)
heroicon (~> 1)
kaminari (~> 1)
pg (~> 1)
Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/sn_filterable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SnFilterable
VERSION = "1.1.0"
VERSION = "1.1.1"
end

0 comments on commit 64f4f75

Please sign in to comment.