File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- sn_filterable (1.1.0 )
4
+ sn_filterable (1.1.1 )
5
5
heroicon (~> 1 )
6
6
kaminari (~> 1 )
7
7
pg (~> 1 )
86
86
railties (>= 5.0.0 )
87
87
faker (3.0.0 )
88
88
i18n (>= 1.8.11 , < 2 )
89
- globalid (1.0 .0 )
89
+ globalid (1.1 .0 )
90
90
activesupport (>= 5.0 )
91
91
heroicon (1.0.0 )
92
92
rails (>= 5.2 )
108
108
loofah (2.19.1 )
109
109
crass (~> 1.0.2 )
110
110
nokogiri (>= 1.5.9 )
111
- mail (2.8.0 )
111
+ mail (2.8.1 )
112
112
mini_mime (>= 0.1.1 )
113
113
net-imap
114
114
net-pop
118
118
mini_mime (1.1.2 )
119
119
mini_portile2 (2.8.0 )
120
120
minitest (5.16.3 )
121
- net-imap (0.3.4 )
121
+ net-imap (0.3.6 )
122
122
date
123
123
net-protocol
124
124
net-pop (0.1.2 )
@@ -127,14 +127,14 @@ GEM
127
127
timeout
128
128
net-smtp (0.3.3 )
129
129
net-protocol
130
- nio4r (2.5.8 )
130
+ nio4r (2.5.9 )
131
131
nokogiri (1.13.10 )
132
132
mini_portile2 (~> 2.8.0 )
133
133
racc (~> 1.4 )
134
134
parallel (1.22.1 )
135
135
parser (3.1.3.0 )
136
136
ast (~> 2.4.1 )
137
- pg (1.4.5 )
137
+ pg (1.5.3 )
138
138
pg_search (2.3.6 )
139
139
activerecord (>= 5.2 )
140
140
activesupport (>= 5.2 )
@@ -222,18 +222,18 @@ GEM
222
222
actionpack (>= 5.2 )
223
223
activesupport (>= 5.2 )
224
224
sprockets (>= 3.0.0 )
225
- tailwindcss-rails (2.0.21 )
225
+ tailwindcss-rails (2.0.29 )
226
226
railties (>= 6.0.0 )
227
227
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 )
230
230
actionpack (>= 6.0.0 )
231
231
activejob (>= 6.0.0 )
232
232
railties (>= 6.0.0 )
233
233
tzinfo (2.0.5 )
234
234
concurrent-ruby (~> 1.0 )
235
235
unicode-display_width (2.3.0 )
236
- view_component (2.80 .0 )
236
+ view_component (2.82 .0 )
237
237
activesupport (>= 5.2.0 , < 8.0 )
238
238
concurrent-ruby (~> 1.0 )
239
239
method_source (~> 1.0 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module SnFilterable
4
- VERSION = "1.1.0 "
4
+ VERSION = "1.1.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments