File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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.2 .0 )
4
+ sn_filterable (2.0 .0 )
5
5
heroicon (~> 1 )
6
6
kaminari (~> 1 )
7
7
pg (~> 1 )
8
8
pg_search (~> 2 )
9
9
tailwindcss-rails (~> 2 )
10
- turbo-rails (~> 1 )
10
+ turbo-rails (~> 2 )
11
11
view_component (~> 2 )
12
12
13
13
GEM
270
270
railties (>= 6.0.0 )
271
271
thor (1.3.0 )
272
272
timeout (0.4.1 )
273
- turbo-rails (1.5 .0 )
273
+ turbo-rails (2.0 .0 )
274
274
actionpack (>= 6.0.0 )
275
275
activejob (>= 6.0.0 )
276
276
railties (>= 6.0.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.2 .0"
4
+ VERSION = "2.0 .0"
5
5
end
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
32
32
spec . add_dependency "pg" , "~> 1"
33
33
spec . add_dependency "pg_search" , "~> 2"
34
34
spec . add_dependency "tailwindcss-rails" , "~> 2"
35
- spec . add_dependency "turbo-rails" , "~> 1 "
35
+ spec . add_dependency "turbo-rails" , "~> 2 "
36
36
spec . add_dependency "view_component" , "~> 2"
37
37
38
38
spec . add_development_dependency "factory_bot_rails" , "~> 6"
You can’t perform that action at this time.
0 commit comments