File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
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.0.0 )
4
+ sn_filterable (1.0.1 )
5
5
heroicon (~> 1 )
6
6
kaminari (~> 1 )
7
7
pg (~> 1 )
76
76
builder (3.2.4 )
77
77
concurrent-ruby (1.1.10 )
78
78
crass (1.0.6 )
79
- date (3.3.1 )
79
+ date (3.3.3 )
80
80
diff-lcs (1.5.0 )
81
81
erubi (1.11.0 )
82
82
factory_bot (6.2.1 )
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.2 )
121
+ net-imap (0.3.4 )
122
122
date
123
123
net-protocol
124
124
net-pop (0.1.2 )
@@ -215,14 +215,14 @@ GEM
215
215
rubocop-rspec (2.15.0 )
216
216
rubocop (~> 1.33 )
217
217
ruby-progressbar (1.11.0 )
218
- sprockets (4.1.1 )
218
+ sprockets (4.2.0 )
219
219
concurrent-ruby (~> 1.0 )
220
- rack (> 1 , < 3 )
220
+ rack (>= 2.2.4 , < 4 )
221
221
sprockets-rails (3.4.2 )
222
222
actionpack (>= 5.2 )
223
223
activesupport (>= 5.2 )
224
224
sprockets (>= 3.0.0 )
225
- tailwindcss-rails (2.0.21-x86_64-darwin )
225
+ tailwindcss-rails (2.0.21 )
226
226
railties (>= 6.0.0 )
227
227
thor (1.2.1 )
228
228
timeout (0.3.1 )
233
233
tzinfo (2.0.5 )
234
234
concurrent-ruby (~> 1.0 )
235
235
unicode-display_width (2.3.0 )
236
- view_component (2.79 .0 )
237
- activesupport (>= 5.0 .0 , < 8.0 )
236
+ view_component (2.80 .0 )
237
+ activesupport (>= 5.2 .0 , < 8.0 )
238
238
concurrent-ruby (~> 1.0 )
239
239
method_source (~> 1.0 )
240
240
websocket-driver (0.7.5 )
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.0.0 "
4
+ VERSION = "1.0.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments