graphql-searchkick 0.4.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,131 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- graphql-searchkick (0.1.0)
5
- graphql (> 1.8)
6
- searchkick (> 3.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- activemodel (6.0.2.1)
12
- activesupport (= 6.0.2.1)
13
- activerecord (6.0.2.1)
14
- activemodel (= 6.0.2.1)
15
- activesupport (= 6.0.2.1)
16
- activesupport (6.0.2.1)
17
- concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (>= 0.7, < 2)
19
- minitest (~> 5.1)
20
- tzinfo (~> 1.1)
21
- zeitwerk (~> 2.2)
22
- appraisal (2.2.0)
23
- bundler
24
- rake
25
- thor (>= 0.14.0)
26
- codeclimate-test-reporter (1.0.9)
27
- simplecov (<= 0.13)
28
- coderay (1.1.2)
29
- concurrent-ruby (1.1.6)
30
- diff-lcs (1.3)
31
- docile (1.1.5)
32
- elasticsearch (5.0.5)
33
- elasticsearch-api (= 5.0.5)
34
- elasticsearch-transport (= 5.0.5)
35
- elasticsearch-api (5.0.5)
36
- multi_json
37
- elasticsearch-transport (5.0.5)
38
- faraday
39
- multi_json
40
- faraday (1.0.0)
41
- multipart-post (>= 1.2, < 3)
42
- ffi (1.12.2)
43
- formatador (0.2.5)
44
- graphql (1.10.5)
45
- guard (2.16.2)
46
- formatador (>= 0.2.4)
47
- listen (>= 2.7, < 4.0)
48
- lumberjack (>= 1.0.12, < 2.0)
49
- nenv (~> 0.1)
50
- notiffany (~> 0.0)
51
- pry (>= 0.9.12)
52
- shellany (~> 0.0)
53
- thor (>= 0.18.1)
54
- guard-compat (1.2.1)
55
- guard-rspec (4.7.3)
56
- guard (~> 2.1)
57
- guard-compat (~> 1.1)
58
- rspec (>= 2.99.0, < 4.0)
59
- hashie (3.6.0)
60
- i18n (1.8.2)
61
- concurrent-ruby (~> 1.0)
62
- json (2.3.0)
63
- listen (3.1.5)
64
- rb-fsevent (~> 0.9, >= 0.9.4)
65
- rb-inotify (~> 0.9, >= 0.9.7)
66
- ruby_dep (~> 1.2)
67
- lumberjack (1.2.4)
68
- method_source (1.0.0)
69
- minitest (5.14.0)
70
- multi_json (1.14.1)
71
- multipart-post (2.1.1)
72
- nenv (0.3.0)
73
- notiffany (0.1.3)
74
- nenv (~> 0.1)
75
- shellany (~> 0.0)
76
- pry (0.13.1)
77
- coderay (~> 1.1)
78
- method_source (~> 1.0)
79
- rake (12.3.3)
80
- rb-fsevent (0.10.4)
81
- rb-inotify (0.10.1)
82
- ffi (~> 1.0)
83
- rspec (3.8.0)
84
- rspec-core (~> 3.8.0)
85
- rspec-expectations (~> 3.8.0)
86
- rspec-mocks (~> 3.8.0)
87
- rspec-core (3.8.0)
88
- rspec-support (~> 3.8.0)
89
- rspec-expectations (3.8.3)
90
- diff-lcs (>= 1.2.0, < 2.0)
91
- rspec-support (~> 3.8.0)
92
- rspec-mocks (3.8.0)
93
- diff-lcs (>= 1.2.0, < 2.0)
94
- rspec-support (~> 3.8.0)
95
- rspec-support (3.8.0)
96
- ruby_dep (1.5.0)
97
- searchkick (3.0.3)
98
- activemodel (>= 4.2)
99
- elasticsearch (>= 5)
100
- hashie
101
- shellany (0.0.1)
102
- simplecov (0.13.0)
103
- docile (~> 1.1.0)
104
- json (>= 1.8, < 3)
105
- simplecov-html (~> 0.10.0)
106
- simplecov-html (0.10.2)
107
- sqlite3 (1.4.2)
108
- thor (1.0.1)
109
- thread_safe (0.3.6)
110
- tzinfo (1.2.6)
111
- thread_safe (~> 0.1)
112
- zeitwerk (2.3.0)
113
-
114
- PLATFORMS
115
- ruby
116
-
117
- DEPENDENCIES
118
- activerecord (~> 6.0)
119
- appraisal
120
- codeclimate-test-reporter
121
- elasticsearch (< 6.0)
122
- graphql-searchkick!
123
- guard
124
- guard-rspec
125
- rake (~> 12.0)
126
- rspec (~> 3.0)
127
- searchkick (~> 3.0)
128
- sqlite3
129
-
130
- BUNDLED WITH
131
- 2.1.4