graphql-searchkick 0.4.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -0
- data/Appraisals +8 -13
- data/docker-compose.yml +1 -1
- data/gemfiles/{graphql_1.10.gemfile → graphql_1.11.gemfile} +1 -1
- data/gemfiles/graphql_1.11.gemfile.lock +149 -0
- data/gemfiles/{graphql_1.9.gemfile → graphql_1.12.gemfile} +1 -1
- data/gemfiles/graphql_1.12.gemfile.lock +149 -0
- data/gemfiles/searchkick_4.0.gemfile.lock +82 -62
- data/gemfiles/{searchkick_3.0.gemfile → searchkick_5.0.gemfile} +1 -2
- data/gemfiles/searchkick_5.0.gemfile.lock +149 -0
- data/graphql-searchkick.gemspec +4 -3
- data/lib/graphql/searchkick/lazy_search.rb +1 -1
- data/lib/graphql/searchkick/version.rb +1 -1
- metadata +35 -16
- data/gemfiles/graphql_1.10.gemfile.lock +0 -130
- data/gemfiles/graphql_1.8.gemfile.lock +0 -130
- data/gemfiles/graphql_1.9.gemfile.lock +0 -130
- data/gemfiles/searchkick_3.0.gemfile.lock +0 -131
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc5be3064d7f46c7a28acf3d35110232027294cfff86695d8a9e6ccc1b6f5e8b
|
4
|
+
data.tar.gz: cd7721bf0fdd16887218cb26774057ede3e5b09975d3c93038b436911de4774a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eae887c8d2c8d7cd25ba0a7b97ced84e335c425d266b04a6ede981b58a7a353cf0848bb83b6ec12588e74606911e29222c4c8cd74e627f258efabd19cea1c9d0
|
7
|
+
data.tar.gz: 0f60fa4e9ebe52dde232e38b7fbd4b32014cf577e4794acf699476994b9d1706a97fec4de5196f21070d65d787a4306b4a8c2dae4830c779fe45e332e478e1c8
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
2.6.10
|
data/Appraisals
CHANGED
@@ -1,20 +1,15 @@
|
|
1
|
-
appraise "graphql-1.
|
2
|
-
gem 'graphql', '~> 1.
|
1
|
+
appraise "graphql-1.11" do
|
2
|
+
gem 'graphql', '~> 1.11'
|
3
3
|
end
|
4
4
|
|
5
|
-
appraise "graphql-1.
|
6
|
-
gem 'graphql', '~> 1.
|
7
|
-
end
|
8
|
-
|
9
|
-
appraise "graphql-1.10" do
|
10
|
-
gem 'graphql', '~> 1.10'
|
11
|
-
end
|
12
|
-
|
13
|
-
appraise "searchkick-3.0" do
|
14
|
-
gem 'elasticsearch', '< 6.0'
|
15
|
-
gem 'searchkick', '~> 3.0'
|
5
|
+
appraise "graphql-1.12" do
|
6
|
+
gem 'graphql', '~> 1.12'
|
16
7
|
end
|
17
8
|
|
18
9
|
appraise "searchkick-4.0" do
|
19
10
|
gem 'searchkick', '~> 4.0'
|
20
11
|
end
|
12
|
+
|
13
|
+
appraise "searchkick-5.0" do
|
14
|
+
gem 'searchkick', '~> 5.0'
|
15
|
+
end
|
data/docker-compose.yml
CHANGED
@@ -0,0 +1,149 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
graphql-searchkick (1.0.0)
|
5
|
+
graphql (> 1.11)
|
6
|
+
searchkick (> 4.0)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
activemodel (6.1.6)
|
12
|
+
activesupport (= 6.1.6)
|
13
|
+
activerecord (6.1.6)
|
14
|
+
activemodel (= 6.1.6)
|
15
|
+
activesupport (= 6.1.6)
|
16
|
+
activesupport (6.1.6)
|
17
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
|
+
i18n (>= 1.6, < 2)
|
19
|
+
minitest (>= 5.1)
|
20
|
+
tzinfo (~> 2.0)
|
21
|
+
zeitwerk (~> 2.3)
|
22
|
+
appraisal (2.4.1)
|
23
|
+
bundler
|
24
|
+
rake
|
25
|
+
thor (>= 0.14.0)
|
26
|
+
codeclimate-test-reporter (1.0.9)
|
27
|
+
simplecov (<= 0.13)
|
28
|
+
coderay (1.1.3)
|
29
|
+
concurrent-ruby (1.1.10)
|
30
|
+
diff-lcs (1.5.0)
|
31
|
+
docile (1.1.5)
|
32
|
+
elasticsearch (7.13.3)
|
33
|
+
elasticsearch-api (= 7.13.3)
|
34
|
+
elasticsearch-transport (= 7.13.3)
|
35
|
+
elasticsearch-api (7.13.3)
|
36
|
+
multi_json
|
37
|
+
elasticsearch-transport (7.13.3)
|
38
|
+
faraday (~> 1)
|
39
|
+
multi_json
|
40
|
+
faraday (1.10.0)
|
41
|
+
faraday-em_http (~> 1.0)
|
42
|
+
faraday-em_synchrony (~> 1.0)
|
43
|
+
faraday-excon (~> 1.1)
|
44
|
+
faraday-httpclient (~> 1.0)
|
45
|
+
faraday-multipart (~> 1.0)
|
46
|
+
faraday-net_http (~> 1.0)
|
47
|
+
faraday-net_http_persistent (~> 1.0)
|
48
|
+
faraday-patron (~> 1.0)
|
49
|
+
faraday-rack (~> 1.0)
|
50
|
+
faraday-retry (~> 1.0)
|
51
|
+
ruby2_keywords (>= 0.0.4)
|
52
|
+
faraday-em_http (1.0.0)
|
53
|
+
faraday-em_synchrony (1.0.0)
|
54
|
+
faraday-excon (1.1.0)
|
55
|
+
faraday-httpclient (1.0.1)
|
56
|
+
faraday-multipart (1.0.3)
|
57
|
+
multipart-post (>= 1.2, < 3)
|
58
|
+
faraday-net_http (1.0.1)
|
59
|
+
faraday-net_http_persistent (1.2.0)
|
60
|
+
faraday-patron (1.0.0)
|
61
|
+
faraday-rack (1.0.0)
|
62
|
+
faraday-retry (1.0.3)
|
63
|
+
ffi (1.15.5)
|
64
|
+
formatador (1.1.0)
|
65
|
+
graphql (1.12.5)
|
66
|
+
guard (2.18.0)
|
67
|
+
formatador (>= 0.2.4)
|
68
|
+
listen (>= 2.7, < 4.0)
|
69
|
+
lumberjack (>= 1.0.12, < 2.0)
|
70
|
+
nenv (~> 0.1)
|
71
|
+
notiffany (~> 0.0)
|
72
|
+
pry (>= 0.13.0)
|
73
|
+
shellany (~> 0.0)
|
74
|
+
thor (>= 0.18.1)
|
75
|
+
guard-compat (1.2.1)
|
76
|
+
guard-rspec (4.7.3)
|
77
|
+
guard (~> 2.1)
|
78
|
+
guard-compat (~> 1.1)
|
79
|
+
rspec (>= 2.99.0, < 4.0)
|
80
|
+
hashie (5.0.0)
|
81
|
+
i18n (1.10.0)
|
82
|
+
concurrent-ruby (~> 1.0)
|
83
|
+
json (2.6.2)
|
84
|
+
listen (3.7.1)
|
85
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
86
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
87
|
+
lumberjack (1.2.8)
|
88
|
+
method_source (1.0.0)
|
89
|
+
minitest (5.15.0)
|
90
|
+
multi_json (1.15.0)
|
91
|
+
multipart-post (2.1.1)
|
92
|
+
nenv (0.3.0)
|
93
|
+
notiffany (0.1.3)
|
94
|
+
nenv (~> 0.1)
|
95
|
+
shellany (~> 0.0)
|
96
|
+
pry (0.14.1)
|
97
|
+
coderay (~> 1.1)
|
98
|
+
method_source (~> 1.0)
|
99
|
+
rake (12.3.3)
|
100
|
+
rb-fsevent (0.11.1)
|
101
|
+
rb-inotify (0.10.1)
|
102
|
+
ffi (~> 1.0)
|
103
|
+
rspec (3.11.0)
|
104
|
+
rspec-core (~> 3.11.0)
|
105
|
+
rspec-expectations (~> 3.11.0)
|
106
|
+
rspec-mocks (~> 3.11.0)
|
107
|
+
rspec-core (3.11.0)
|
108
|
+
rspec-support (~> 3.11.0)
|
109
|
+
rspec-expectations (3.11.0)
|
110
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
111
|
+
rspec-support (~> 3.11.0)
|
112
|
+
rspec-mocks (3.11.1)
|
113
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
114
|
+
rspec-support (~> 3.11.0)
|
115
|
+
rspec-support (3.11.0)
|
116
|
+
ruby2_keywords (0.0.5)
|
117
|
+
searchkick (5.0.3)
|
118
|
+
activemodel (>= 5.2)
|
119
|
+
hashie
|
120
|
+
shellany (0.0.1)
|
121
|
+
simplecov (0.13.0)
|
122
|
+
docile (~> 1.1.0)
|
123
|
+
json (>= 1.8, < 3)
|
124
|
+
simplecov-html (~> 0.10.0)
|
125
|
+
simplecov-html (0.10.2)
|
126
|
+
sqlite3 (1.4.2)
|
127
|
+
thor (1.2.1)
|
128
|
+
tzinfo (2.0.4)
|
129
|
+
concurrent-ruby (~> 1.0)
|
130
|
+
zeitwerk (2.5.4)
|
131
|
+
|
132
|
+
PLATFORMS
|
133
|
+
x86_64-darwin-21
|
134
|
+
|
135
|
+
DEPENDENCIES
|
136
|
+
activerecord (~> 6.0)
|
137
|
+
appraisal
|
138
|
+
codeclimate-test-reporter
|
139
|
+
elasticsearch (> 6, < 7.14.0)
|
140
|
+
graphql (~> 1.11)
|
141
|
+
graphql-searchkick!
|
142
|
+
guard
|
143
|
+
guard-rspec
|
144
|
+
rake (~> 12.0)
|
145
|
+
rspec (~> 3.0)
|
146
|
+
sqlite3
|
147
|
+
|
148
|
+
BUNDLED WITH
|
149
|
+
2.3.13
|
@@ -0,0 +1,149 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
graphql-searchkick (1.0.0)
|
5
|
+
graphql (> 1.11)
|
6
|
+
searchkick (> 4.0)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
activemodel (6.1.6)
|
12
|
+
activesupport (= 6.1.6)
|
13
|
+
activerecord (6.1.6)
|
14
|
+
activemodel (= 6.1.6)
|
15
|
+
activesupport (= 6.1.6)
|
16
|
+
activesupport (6.1.6)
|
17
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
|
+
i18n (>= 1.6, < 2)
|
19
|
+
minitest (>= 5.1)
|
20
|
+
tzinfo (~> 2.0)
|
21
|
+
zeitwerk (~> 2.3)
|
22
|
+
appraisal (2.4.1)
|
23
|
+
bundler
|
24
|
+
rake
|
25
|
+
thor (>= 0.14.0)
|
26
|
+
codeclimate-test-reporter (1.0.9)
|
27
|
+
simplecov (<= 0.13)
|
28
|
+
coderay (1.1.3)
|
29
|
+
concurrent-ruby (1.1.10)
|
30
|
+
diff-lcs (1.5.0)
|
31
|
+
docile (1.1.5)
|
32
|
+
elasticsearch (7.13.3)
|
33
|
+
elasticsearch-api (= 7.13.3)
|
34
|
+
elasticsearch-transport (= 7.13.3)
|
35
|
+
elasticsearch-api (7.13.3)
|
36
|
+
multi_json
|
37
|
+
elasticsearch-transport (7.13.3)
|
38
|
+
faraday (~> 1)
|
39
|
+
multi_json
|
40
|
+
faraday (1.10.0)
|
41
|
+
faraday-em_http (~> 1.0)
|
42
|
+
faraday-em_synchrony (~> 1.0)
|
43
|
+
faraday-excon (~> 1.1)
|
44
|
+
faraday-httpclient (~> 1.0)
|
45
|
+
faraday-multipart (~> 1.0)
|
46
|
+
faraday-net_http (~> 1.0)
|
47
|
+
faraday-net_http_persistent (~> 1.0)
|
48
|
+
faraday-patron (~> 1.0)
|
49
|
+
faraday-rack (~> 1.0)
|
50
|
+
faraday-retry (~> 1.0)
|
51
|
+
ruby2_keywords (>= 0.0.4)
|
52
|
+
faraday-em_http (1.0.0)
|
53
|
+
faraday-em_synchrony (1.0.0)
|
54
|
+
faraday-excon (1.1.0)
|
55
|
+
faraday-httpclient (1.0.1)
|
56
|
+
faraday-multipart (1.0.3)
|
57
|
+
multipart-post (>= 1.2, < 3)
|
58
|
+
faraday-net_http (1.0.1)
|
59
|
+
faraday-net_http_persistent (1.2.0)
|
60
|
+
faraday-patron (1.0.0)
|
61
|
+
faraday-rack (1.0.0)
|
62
|
+
faraday-retry (1.0.3)
|
63
|
+
ffi (1.15.5)
|
64
|
+
formatador (1.1.0)
|
65
|
+
graphql (1.12.5)
|
66
|
+
guard (2.18.0)
|
67
|
+
formatador (>= 0.2.4)
|
68
|
+
listen (>= 2.7, < 4.0)
|
69
|
+
lumberjack (>= 1.0.12, < 2.0)
|
70
|
+
nenv (~> 0.1)
|
71
|
+
notiffany (~> 0.0)
|
72
|
+
pry (>= 0.13.0)
|
73
|
+
shellany (~> 0.0)
|
74
|
+
thor (>= 0.18.1)
|
75
|
+
guard-compat (1.2.1)
|
76
|
+
guard-rspec (4.7.3)
|
77
|
+
guard (~> 2.1)
|
78
|
+
guard-compat (~> 1.1)
|
79
|
+
rspec (>= 2.99.0, < 4.0)
|
80
|
+
hashie (5.0.0)
|
81
|
+
i18n (1.10.0)
|
82
|
+
concurrent-ruby (~> 1.0)
|
83
|
+
json (2.6.2)
|
84
|
+
listen (3.7.1)
|
85
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
86
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
87
|
+
lumberjack (1.2.8)
|
88
|
+
method_source (1.0.0)
|
89
|
+
minitest (5.15.0)
|
90
|
+
multi_json (1.15.0)
|
91
|
+
multipart-post (2.1.1)
|
92
|
+
nenv (0.3.0)
|
93
|
+
notiffany (0.1.3)
|
94
|
+
nenv (~> 0.1)
|
95
|
+
shellany (~> 0.0)
|
96
|
+
pry (0.14.1)
|
97
|
+
coderay (~> 1.1)
|
98
|
+
method_source (~> 1.0)
|
99
|
+
rake (12.3.3)
|
100
|
+
rb-fsevent (0.11.1)
|
101
|
+
rb-inotify (0.10.1)
|
102
|
+
ffi (~> 1.0)
|
103
|
+
rspec (3.11.0)
|
104
|
+
rspec-core (~> 3.11.0)
|
105
|
+
rspec-expectations (~> 3.11.0)
|
106
|
+
rspec-mocks (~> 3.11.0)
|
107
|
+
rspec-core (3.11.0)
|
108
|
+
rspec-support (~> 3.11.0)
|
109
|
+
rspec-expectations (3.11.0)
|
110
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
111
|
+
rspec-support (~> 3.11.0)
|
112
|
+
rspec-mocks (3.11.1)
|
113
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
114
|
+
rspec-support (~> 3.11.0)
|
115
|
+
rspec-support (3.11.0)
|
116
|
+
ruby2_keywords (0.0.5)
|
117
|
+
searchkick (5.0.3)
|
118
|
+
activemodel (>= 5.2)
|
119
|
+
hashie
|
120
|
+
shellany (0.0.1)
|
121
|
+
simplecov (0.13.0)
|
122
|
+
docile (~> 1.1.0)
|
123
|
+
json (>= 1.8, < 3)
|
124
|
+
simplecov-html (~> 0.10.0)
|
125
|
+
simplecov-html (0.10.2)
|
126
|
+
sqlite3 (1.4.2)
|
127
|
+
thor (1.2.1)
|
128
|
+
tzinfo (2.0.4)
|
129
|
+
concurrent-ruby (~> 1.0)
|
130
|
+
zeitwerk (2.5.4)
|
131
|
+
|
132
|
+
PLATFORMS
|
133
|
+
x86_64-darwin-21
|
134
|
+
|
135
|
+
DEPENDENCIES
|
136
|
+
activerecord (~> 6.0)
|
137
|
+
appraisal
|
138
|
+
codeclimate-test-reporter
|
139
|
+
elasticsearch (> 6, < 7.14.0)
|
140
|
+
graphql (~> 1.12)
|
141
|
+
graphql-searchkick!
|
142
|
+
guard
|
143
|
+
guard-rspec
|
144
|
+
rake (~> 12.0)
|
145
|
+
rspec (~> 3.0)
|
146
|
+
sqlite3
|
147
|
+
|
148
|
+
BUNDLED WITH
|
149
|
+
2.3.13
|
@@ -1,54 +1,75 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
graphql-searchkick (
|
5
|
-
graphql (> 1.
|
6
|
-
searchkick (>
|
4
|
+
graphql-searchkick (1.0.0)
|
5
|
+
graphql (> 1.11)
|
6
|
+
searchkick (> 4.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activemodel (6.
|
12
|
-
activesupport (= 6.
|
13
|
-
activerecord (6.
|
14
|
-
activemodel (= 6.
|
15
|
-
activesupport (= 6.
|
16
|
-
activesupport (6.
|
11
|
+
activemodel (6.1.6)
|
12
|
+
activesupport (= 6.1.6)
|
13
|
+
activerecord (6.1.6)
|
14
|
+
activemodel (= 6.1.6)
|
15
|
+
activesupport (= 6.1.6)
|
16
|
+
activesupport (6.1.6)
|
17
17
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
|
-
i18n (>=
|
19
|
-
minitest (
|
20
|
-
tzinfo (~>
|
21
|
-
zeitwerk (~> 2.
|
22
|
-
appraisal (2.
|
18
|
+
i18n (>= 1.6, < 2)
|
19
|
+
minitest (>= 5.1)
|
20
|
+
tzinfo (~> 2.0)
|
21
|
+
zeitwerk (~> 2.3)
|
22
|
+
appraisal (2.4.1)
|
23
23
|
bundler
|
24
24
|
rake
|
25
25
|
thor (>= 0.14.0)
|
26
26
|
codeclimate-test-reporter (1.0.9)
|
27
27
|
simplecov (<= 0.13)
|
28
|
-
coderay (1.1.
|
29
|
-
concurrent-ruby (1.1.
|
30
|
-
diff-lcs (1.
|
28
|
+
coderay (1.1.3)
|
29
|
+
concurrent-ruby (1.1.10)
|
30
|
+
diff-lcs (1.5.0)
|
31
31
|
docile (1.1.5)
|
32
|
-
elasticsearch (7.
|
33
|
-
elasticsearch-api (= 7.
|
34
|
-
elasticsearch-transport (= 7.
|
35
|
-
elasticsearch-api (7.
|
32
|
+
elasticsearch (7.13.3)
|
33
|
+
elasticsearch-api (= 7.13.3)
|
34
|
+
elasticsearch-transport (= 7.13.3)
|
35
|
+
elasticsearch-api (7.13.3)
|
36
36
|
multi_json
|
37
|
-
elasticsearch-transport (7.
|
38
|
-
faraday (
|
37
|
+
elasticsearch-transport (7.13.3)
|
38
|
+
faraday (~> 1)
|
39
39
|
multi_json
|
40
|
-
faraday (
|
40
|
+
faraday (1.10.0)
|
41
|
+
faraday-em_http (~> 1.0)
|
42
|
+
faraday-em_synchrony (~> 1.0)
|
43
|
+
faraday-excon (~> 1.1)
|
44
|
+
faraday-httpclient (~> 1.0)
|
45
|
+
faraday-multipart (~> 1.0)
|
46
|
+
faraday-net_http (~> 1.0)
|
47
|
+
faraday-net_http_persistent (~> 1.0)
|
48
|
+
faraday-patron (~> 1.0)
|
49
|
+
faraday-rack (~> 1.0)
|
50
|
+
faraday-retry (~> 1.0)
|
51
|
+
ruby2_keywords (>= 0.0.4)
|
52
|
+
faraday-em_http (1.0.0)
|
53
|
+
faraday-em_synchrony (1.0.0)
|
54
|
+
faraday-excon (1.1.0)
|
55
|
+
faraday-httpclient (1.0.1)
|
56
|
+
faraday-multipart (1.0.3)
|
41
57
|
multipart-post (>= 1.2, < 3)
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
58
|
+
faraday-net_http (1.0.1)
|
59
|
+
faraday-net_http_persistent (1.2.0)
|
60
|
+
faraday-patron (1.0.0)
|
61
|
+
faraday-rack (1.0.0)
|
62
|
+
faraday-retry (1.0.3)
|
63
|
+
ffi (1.15.5)
|
64
|
+
formatador (1.1.0)
|
65
|
+
graphql (2.0.7)
|
66
|
+
guard (2.18.0)
|
46
67
|
formatador (>= 0.2.4)
|
47
68
|
listen (>= 2.7, < 4.0)
|
48
69
|
lumberjack (>= 1.0.12, < 2.0)
|
49
70
|
nenv (~> 0.1)
|
50
71
|
notiffany (~> 0.0)
|
51
|
-
pry (>= 0.
|
72
|
+
pry (>= 0.13.0)
|
52
73
|
shellany (~> 0.0)
|
53
74
|
thor (>= 0.18.1)
|
54
75
|
guard-compat (1.2.1)
|
@@ -56,47 +77,46 @@ GEM
|
|
56
77
|
guard (~> 2.1)
|
57
78
|
guard-compat (~> 1.1)
|
58
79
|
rspec (>= 2.99.0, < 4.0)
|
59
|
-
hashie (
|
60
|
-
i18n (1.
|
80
|
+
hashie (5.0.0)
|
81
|
+
i18n (1.10.0)
|
61
82
|
concurrent-ruby (~> 1.0)
|
62
|
-
json (2.
|
63
|
-
listen (3.1
|
64
|
-
rb-fsevent (~> 0.
|
65
|
-
rb-inotify (~> 0.9, >= 0.9.
|
66
|
-
|
67
|
-
lumberjack (1.2.4)
|
83
|
+
json (2.6.2)
|
84
|
+
listen (3.7.1)
|
85
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
86
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
87
|
+
lumberjack (1.2.8)
|
68
88
|
method_source (1.0.0)
|
69
|
-
minitest (5.
|
70
|
-
multi_json (1.
|
89
|
+
minitest (5.15.0)
|
90
|
+
multi_json (1.15.0)
|
71
91
|
multipart-post (2.1.1)
|
72
92
|
nenv (0.3.0)
|
73
93
|
notiffany (0.1.3)
|
74
94
|
nenv (~> 0.1)
|
75
95
|
shellany (~> 0.0)
|
76
|
-
pry (0.
|
96
|
+
pry (0.14.1)
|
77
97
|
coderay (~> 1.1)
|
78
98
|
method_source (~> 1.0)
|
79
99
|
rake (12.3.3)
|
80
|
-
rb-fsevent (0.
|
100
|
+
rb-fsevent (0.11.1)
|
81
101
|
rb-inotify (0.10.1)
|
82
102
|
ffi (~> 1.0)
|
83
|
-
rspec (3.
|
84
|
-
rspec-core (~> 3.
|
85
|
-
rspec-expectations (~> 3.
|
86
|
-
rspec-mocks (~> 3.
|
87
|
-
rspec-core (3.
|
88
|
-
rspec-support (~> 3.
|
89
|
-
rspec-expectations (3.
|
103
|
+
rspec (3.11.0)
|
104
|
+
rspec-core (~> 3.11.0)
|
105
|
+
rspec-expectations (~> 3.11.0)
|
106
|
+
rspec-mocks (~> 3.11.0)
|
107
|
+
rspec-core (3.11.0)
|
108
|
+
rspec-support (~> 3.11.0)
|
109
|
+
rspec-expectations (3.11.0)
|
90
110
|
diff-lcs (>= 1.2.0, < 2.0)
|
91
|
-
rspec-support (~> 3.
|
92
|
-
rspec-mocks (3.
|
111
|
+
rspec-support (~> 3.11.0)
|
112
|
+
rspec-mocks (3.11.1)
|
93
113
|
diff-lcs (>= 1.2.0, < 2.0)
|
94
|
-
rspec-support (~> 3.
|
95
|
-
rspec-support (3.
|
96
|
-
|
97
|
-
searchkick (4.3
|
114
|
+
rspec-support (~> 3.11.0)
|
115
|
+
rspec-support (3.11.0)
|
116
|
+
ruby2_keywords (0.0.5)
|
117
|
+
searchkick (4.6.3)
|
98
118
|
activemodel (>= 5)
|
99
|
-
elasticsearch (>= 6)
|
119
|
+
elasticsearch (>= 6, < 7.14)
|
100
120
|
hashie
|
101
121
|
shellany (0.0.1)
|
102
122
|
simplecov (0.13.0)
|
@@ -105,19 +125,19 @@ GEM
|
|
105
125
|
simplecov-html (~> 0.10.0)
|
106
126
|
simplecov-html (0.10.2)
|
107
127
|
sqlite3 (1.4.2)
|
108
|
-
thor (1.
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
zeitwerk (2.3.0)
|
128
|
+
thor (1.2.1)
|
129
|
+
tzinfo (2.0.4)
|
130
|
+
concurrent-ruby (~> 1.0)
|
131
|
+
zeitwerk (2.5.4)
|
113
132
|
|
114
133
|
PLATFORMS
|
115
|
-
|
134
|
+
x86_64-darwin-21
|
116
135
|
|
117
136
|
DEPENDENCIES
|
118
137
|
activerecord (~> 6.0)
|
119
138
|
appraisal
|
120
139
|
codeclimate-test-reporter
|
140
|
+
elasticsearch (> 6, < 7.14.0)
|
121
141
|
graphql-searchkick!
|
122
142
|
guard
|
123
143
|
guard-rspec
|
@@ -127,4 +147,4 @@ DEPENDENCIES
|
|
127
147
|
sqlite3
|
128
148
|
|
129
149
|
BUNDLED WITH
|
130
|
-
2.
|
150
|
+
2.3.13
|