Skip to content

Commit 64f4f75

Browse files
authored
bump: SnFilterable to 1.1.1 (#31)
1 parent 019979c commit 64f4f75

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
sn_filterable (1.1.0)
4+
sn_filterable (1.1.1)
55
heroicon (~> 1)
66
kaminari (~> 1)
77
pg (~> 1)
@@ -86,7 +86,7 @@ GEM
8686
railties (>= 5.0.0)
8787
faker (3.0.0)
8888
i18n (>= 1.8.11, < 2)
89-
globalid (1.0.0)
89+
globalid (1.1.0)
9090
activesupport (>= 5.0)
9191
heroicon (1.0.0)
9292
rails (>= 5.2)
@@ -108,7 +108,7 @@ GEM
108108
loofah (2.19.1)
109109
crass (~> 1.0.2)
110110
nokogiri (>= 1.5.9)
111-
mail (2.8.0)
111+
mail (2.8.1)
112112
mini_mime (>= 0.1.1)
113113
net-imap
114114
net-pop
@@ -118,7 +118,7 @@ GEM
118118
mini_mime (1.1.2)
119119
mini_portile2 (2.8.0)
120120
minitest (5.16.3)
121-
net-imap (0.3.4)
121+
net-imap (0.3.6)
122122
date
123123
net-protocol
124124
net-pop (0.1.2)
@@ -127,14 +127,14 @@ GEM
127127
timeout
128128
net-smtp (0.3.3)
129129
net-protocol
130-
nio4r (2.5.8)
130+
nio4r (2.5.9)
131131
nokogiri (1.13.10)
132132
mini_portile2 (~> 2.8.0)
133133
racc (~> 1.4)
134134
parallel (1.22.1)
135135
parser (3.1.3.0)
136136
ast (~> 2.4.1)
137-
pg (1.4.5)
137+
pg (1.5.3)
138138
pg_search (2.3.6)
139139
activerecord (>= 5.2)
140140
activesupport (>= 5.2)
@@ -222,18 +222,18 @@ GEM
222222
actionpack (>= 5.2)
223223
activesupport (>= 5.2)
224224
sprockets (>= 3.0.0)
225-
tailwindcss-rails (2.0.21)
225+
tailwindcss-rails (2.0.29)
226226
railties (>= 6.0.0)
227227
thor (1.2.1)
228-
timeout (0.3.1)
229-
turbo-rails (1.3.2)
228+
timeout (0.3.2)
229+
turbo-rails (1.4.0)
230230
actionpack (>= 6.0.0)
231231
activejob (>= 6.0.0)
232232
railties (>= 6.0.0)
233233
tzinfo (2.0.5)
234234
concurrent-ruby (~> 1.0)
235235
unicode-display_width (2.3.0)
236-
view_component (2.80.0)
236+
view_component (2.82.0)
237237
activesupport (>= 5.2.0, < 8.0)
238238
concurrent-ruby (~> 1.0)
239239
method_source (~> 1.0)

lib/sn_filterable/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SnFilterable
4-
VERSION = "1.1.0"
4+
VERSION = "1.1.1"
55
end

0 commit comments

Comments
 (0)