rspec-json_api 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile.lock CHANGED
@@ -1,262 +1,182 @@
1
- PATH
2
- remote: .
3
- specs:
4
- rspec-json_api (1.4.0)
5
- activesupport (>= 6.1.4.1)
6
- diffy (>= 3.4.2)
7
- rails (>= 6.1.4.1)
8
- rspec-rails (>= 5.0.2)
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- action_text-trix (2.1.16)
14
- railties
15
- actioncable (8.1.2)
16
- actionpack (= 8.1.2)
17
- activesupport (= 8.1.2)
18
- nio4r (~> 2.0)
19
- websocket-driver (>= 0.6.1)
20
- zeitwerk (~> 2.6)
21
- actionmailbox (8.1.2)
22
- actionpack (= 8.1.2)
23
- activejob (= 8.1.2)
24
- activerecord (= 8.1.2)
25
- activestorage (= 8.1.2)
26
- activesupport (= 8.1.2)
27
- mail (>= 2.8.0)
28
- actionmailer (8.1.2)
29
- actionpack (= 8.1.2)
30
- actionview (= 8.1.2)
31
- activejob (= 8.1.2)
32
- activesupport (= 8.1.2)
33
- mail (>= 2.8.0)
34
- rails-dom-testing (~> 2.2)
35
- actionpack (8.1.2)
36
- actionview (= 8.1.2)
37
- activesupport (= 8.1.2)
38
- nokogiri (>= 1.8.5)
39
- rack (>= 2.2.4)
40
- rack-session (>= 1.0.1)
41
- rack-test (>= 0.6.3)
42
- rails-dom-testing (~> 2.2)
43
- rails-html-sanitizer (~> 1.6)
44
- useragent (~> 0.16)
45
- actiontext (8.1.2)
46
- action_text-trix (~> 2.1.15)
47
- actionpack (= 8.1.2)
48
- activerecord (= 8.1.2)
49
- activestorage (= 8.1.2)
50
- activesupport (= 8.1.2)
51
- globalid (>= 0.6.0)
52
- nokogiri (>= 1.8.5)
53
- actionview (8.1.2)
54
- activesupport (= 8.1.2)
55
- builder (~> 3.1)
56
- erubi (~> 1.11)
57
- rails-dom-testing (~> 2.2)
58
- rails-html-sanitizer (~> 1.6)
59
- activejob (8.1.2)
60
- activesupport (= 8.1.2)
61
- globalid (>= 0.3.6)
62
- activemodel (8.1.2)
63
- activesupport (= 8.1.2)
64
- activerecord (8.1.2)
65
- activemodel (= 8.1.2)
66
- activesupport (= 8.1.2)
67
- timeout (>= 0.4.0)
68
- activestorage (8.1.2)
69
- actionpack (= 8.1.2)
70
- activejob (= 8.1.2)
71
- activerecord (= 8.1.2)
72
- activesupport (= 8.1.2)
73
- marcel (~> 1.0)
74
- activesupport (8.1.2)
75
- base64
76
- bigdecimal
77
- concurrent-ruby (~> 1.0, >= 1.3.1)
78
- connection_pool (>= 2.2.5)
79
- drb
80
- i18n (>= 1.6, < 2)
81
- json
82
- logger (>= 1.4.2)
83
- minitest (>= 5.1)
84
- securerandom (>= 0.3)
85
- tzinfo (~> 2.0, >= 2.0.5)
86
- uri (>= 0.13.1)
87
- ast (2.4.3)
88
- base64 (0.3.0)
89
- bigdecimal (4.0.1)
90
- builder (3.3.0)
91
- concurrent-ruby (1.3.6)
92
- connection_pool (3.0.2)
93
- crass (1.0.6)
94
- date (3.5.1)
95
- diff-lcs (1.6.2)
96
- diffy (3.4.4)
97
- drb (2.2.3)
98
- erb (6.0.1)
99
- erubi (1.13.1)
100
- globalid (1.3.0)
101
- activesupport (>= 6.1)
102
- i18n (1.14.8)
103
- concurrent-ruby (~> 1.0)
104
- io-console (0.8.2)
105
- irb (1.16.0)
106
- pp (>= 0.6.0)
107
- rdoc (>= 4.0.0)
108
- reline (>= 0.4.2)
109
- json (2.18.0)
110
- language_server-protocol (3.17.0.5)
111
- lint_roller (1.1.0)
112
- logger (1.7.0)
113
- loofah (2.25.0)
114
- crass (~> 1.0.2)
115
- nokogiri (>= 1.12.0)
116
- mail (2.9.0)
117
- logger
118
- mini_mime (>= 0.1.1)
119
- net-imap
120
- net-pop
121
- net-smtp
122
- marcel (1.1.0)
123
- mini_mime (1.1.5)
124
- minitest (6.0.1)
125
- prism (~> 1.5)
126
- net-imap (0.6.2)
127
- date
128
- net-protocol
129
- net-pop (0.1.2)
130
- net-protocol
131
- net-protocol (0.2.2)
132
- timeout
133
- net-smtp (0.5.1)
134
- net-protocol
135
- nio4r (2.7.5)
136
- nokogiri (1.19.0-arm64-darwin)
137
- racc (~> 1.4)
138
- nokogiri (1.19.0-x86_64-darwin)
139
- racc (~> 1.4)
140
- parallel (1.27.0)
141
- parser (3.3.10.1)
142
- ast (~> 2.4.1)
143
- racc
144
- pp (0.6.3)
145
- prettyprint
146
- prettyprint (0.2.0)
147
- prism (1.8.0)
148
- psych (5.3.1)
149
- date
150
- stringio
151
- racc (1.8.1)
152
- rack (3.2.4)
153
- rack-session (2.1.1)
154
- base64 (>= 0.1.0)
155
- rack (>= 3.0.0)
156
- rack-test (2.2.0)
157
- rack (>= 1.3)
158
- rackup (2.3.1)
159
- rack (>= 3)
160
- rails (8.1.2)
161
- actioncable (= 8.1.2)
162
- actionmailbox (= 8.1.2)
163
- actionmailer (= 8.1.2)
164
- actionpack (= 8.1.2)
165
- actiontext (= 8.1.2)
166
- actionview (= 8.1.2)
167
- activejob (= 8.1.2)
168
- activemodel (= 8.1.2)
169
- activerecord (= 8.1.2)
170
- activestorage (= 8.1.2)
171
- activesupport (= 8.1.2)
172
- bundler (>= 1.15.0)
173
- railties (= 8.1.2)
174
- rails-dom-testing (2.3.0)
175
- activesupport (>= 5.0.0)
176
- minitest
177
- nokogiri (>= 1.6)
178
- rails-html-sanitizer (1.6.2)
179
- loofah (~> 2.21)
180
- nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
181
- railties (8.1.2)
182
- actionpack (= 8.1.2)
183
- activesupport (= 8.1.2)
184
- irb (~> 1.13)
185
- rackup (>= 1.0.0)
186
- rake (>= 12.2)
187
- thor (~> 1.0, >= 1.2.2)
188
- tsort (>= 0.2)
189
- zeitwerk (~> 2.6)
190
- rainbow (3.1.1)
191
- rake (13.3.1)
192
- rdoc (7.1.0)
193
- erb
194
- psych (>= 4.0.0)
195
- tsort
196
- regexp_parser (2.11.3)
197
- reline (0.6.3)
198
- io-console (~> 0.5)
199
- rspec-core (3.13.6)
200
- rspec-support (~> 3.13.0)
201
- rspec-expectations (3.13.5)
202
- diff-lcs (>= 1.2.0, < 2.0)
203
- rspec-support (~> 3.13.0)
204
- rspec-mocks (3.13.7)
205
- diff-lcs (>= 1.2.0, < 2.0)
206
- rspec-support (~> 3.13.0)
207
- rspec-rails (8.0.2)
208
- actionpack (>= 7.2)
209
- activesupport (>= 7.2)
210
- railties (>= 7.2)
211
- rspec-core (~> 3.13)
212
- rspec-expectations (~> 3.13)
213
- rspec-mocks (~> 3.13)
214
- rspec-support (~> 3.13)
215
- rspec-support (3.13.6)
216
- rubocop (1.82.1)
217
- json (~> 2.3)
218
- language_server-protocol (~> 3.17.0.2)
219
- lint_roller (~> 1.1.0)
220
- parallel (~> 1.10)
221
- parser (>= 3.3.0.2)
222
- rainbow (>= 2.2.2, < 4.0)
223
- regexp_parser (>= 2.9.3, < 3.0)
224
- rubocop-ast (>= 1.48.0, < 2.0)
225
- ruby-progressbar (~> 1.7)
226
- unicode-display_width (>= 2.4.0, < 4.0)
227
- rubocop-ast (1.49.0)
228
- parser (>= 3.3.7.2)
229
- prism (~> 1.7)
230
- ruby-progressbar (1.13.0)
231
- securerandom (0.4.1)
232
- stringio (3.2.0)
233
- thor (1.5.0)
234
- timeout (0.6.0)
235
- tsort (0.2.0)
236
- tzinfo (2.0.6)
237
- concurrent-ruby (~> 1.0)
238
- unicode-display_width (3.2.0)
239
- unicode-emoji (~> 4.1)
240
- unicode-emoji (4.2.0)
241
- uri (1.1.1)
242
- useragent (0.16.11)
243
- websocket-driver (0.8.0)
244
- base64
245
- websocket-extensions (>= 0.1.0)
246
- websocket-extensions (0.1.5)
247
- zeitwerk (2.7.4)
248
-
249
- PLATFORMS
250
- arm64-darwin-22
251
- x86_64-darwin-20
252
-
253
- DEPENDENCIES
254
- activesupport (>= 6.1.4.1)
255
- diffy (~> 3.4)
256
- rake (~> 13.2)
257
- rspec-json_api!
258
- rspec-rails (>= 5.0.2)
259
- rubocop (~> 1.65)
260
-
261
- BUNDLED WITH
262
- 4.0.4
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ rspec-json_api (1.5.0)
5
+ activesupport (>= 6.1.4.1)
6
+ diffy (>= 3.4.2)
7
+ railties (>= 6.1.4.1)
8
+ rspec-rails (>= 5.0.2)
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ actionpack (8.1.2)
14
+ actionview (= 8.1.2)
15
+ activesupport (= 8.1.2)
16
+ nokogiri (>= 1.8.5)
17
+ rack (>= 2.2.4)
18
+ rack-session (>= 1.0.1)
19
+ rack-test (>= 0.6.3)
20
+ rails-dom-testing (~> 2.2)
21
+ rails-html-sanitizer (~> 1.6)
22
+ useragent (~> 0.16)
23
+ actionview (8.1.2)
24
+ activesupport (= 8.1.2)
25
+ builder (~> 3.1)
26
+ erubi (~> 1.11)
27
+ rails-dom-testing (~> 2.2)
28
+ rails-html-sanitizer (~> 1.6)
29
+ activesupport (8.1.2)
30
+ base64
31
+ bigdecimal
32
+ concurrent-ruby (~> 1.0, >= 1.3.1)
33
+ connection_pool (>= 2.2.5)
34
+ drb
35
+ i18n (>= 1.6, < 2)
36
+ json
37
+ logger (>= 1.4.2)
38
+ minitest (>= 5.1)
39
+ securerandom (>= 0.3)
40
+ tzinfo (~> 2.0, >= 2.0.5)
41
+ uri (>= 0.13.1)
42
+ ast (2.4.3)
43
+ base64 (0.3.0)
44
+ bigdecimal (4.0.1)
45
+ builder (3.3.0)
46
+ concurrent-ruby (1.3.6)
47
+ connection_pool (3.0.2)
48
+ crass (1.0.6)
49
+ date (3.5.1)
50
+ diff-lcs (1.6.2)
51
+ diffy (3.4.4)
52
+ drb (2.2.3)
53
+ erb (6.0.1)
54
+ erubi (1.13.1)
55
+ i18n (1.14.8)
56
+ concurrent-ruby (~> 1.0)
57
+ io-console (0.8.2)
58
+ irb (1.16.0)
59
+ pp (>= 0.6.0)
60
+ rdoc (>= 4.0.0)
61
+ reline (>= 0.4.2)
62
+ json (2.18.0)
63
+ language_server-protocol (3.17.0.5)
64
+ lint_roller (1.1.0)
65
+ logger (1.7.0)
66
+ loofah (2.25.0)
67
+ crass (~> 1.0.2)
68
+ nokogiri (>= 1.12.0)
69
+ minitest (6.0.1)
70
+ prism (~> 1.5)
71
+ nokogiri (1.19.0-arm64-darwin)
72
+ racc (~> 1.4)
73
+ nokogiri (1.19.0-x86_64-darwin)
74
+ racc (~> 1.4)
75
+ nokogiri (1.19.0-x86_64-linux-gnu)
76
+ racc (~> 1.4)
77
+ parallel (1.27.0)
78
+ parser (3.3.10.1)
79
+ ast (~> 2.4.1)
80
+ racc
81
+ pp (0.6.3)
82
+ prettyprint
83
+ prettyprint (0.2.0)
84
+ prism (1.8.0)
85
+ psych (5.3.1)
86
+ date
87
+ stringio
88
+ racc (1.8.1)
89
+ rack (3.2.4)
90
+ rack-session (2.1.1)
91
+ base64 (>= 0.1.0)
92
+ rack (>= 3.0.0)
93
+ rack-test (2.2.0)
94
+ rack (>= 1.3)
95
+ rackup (2.3.1)
96
+ rack (>= 3)
97
+ rails-dom-testing (2.3.0)
98
+ activesupport (>= 5.0.0)
99
+ minitest
100
+ nokogiri (>= 1.6)
101
+ rails-html-sanitizer (1.6.2)
102
+ loofah (~> 2.21)
103
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
104
+ railties (8.1.2)
105
+ actionpack (= 8.1.2)
106
+ activesupport (= 8.1.2)
107
+ irb (~> 1.13)
108
+ rackup (>= 1.0.0)
109
+ rake (>= 12.2)
110
+ thor (~> 1.0, >= 1.2.2)
111
+ tsort (>= 0.2)
112
+ zeitwerk (~> 2.6)
113
+ rainbow (3.1.1)
114
+ rake (13.3.1)
115
+ rdoc (7.1.0)
116
+ erb
117
+ psych (>= 4.0.0)
118
+ tsort
119
+ regexp_parser (2.11.3)
120
+ reline (0.6.3)
121
+ io-console (~> 0.5)
122
+ rspec-core (3.13.6)
123
+ rspec-support (~> 3.13.0)
124
+ rspec-expectations (3.13.5)
125
+ diff-lcs (>= 1.2.0, < 2.0)
126
+ rspec-support (~> 3.13.0)
127
+ rspec-mocks (3.13.7)
128
+ diff-lcs (>= 1.2.0, < 2.0)
129
+ rspec-support (~> 3.13.0)
130
+ rspec-rails (8.0.2)
131
+ actionpack (>= 7.2)
132
+ activesupport (>= 7.2)
133
+ railties (>= 7.2)
134
+ rspec-core (~> 3.13)
135
+ rspec-expectations (~> 3.13)
136
+ rspec-mocks (~> 3.13)
137
+ rspec-support (~> 3.13)
138
+ rspec-support (3.13.6)
139
+ rubocop (1.82.1)
140
+ json (~> 2.3)
141
+ language_server-protocol (~> 3.17.0.2)
142
+ lint_roller (~> 1.1.0)
143
+ parallel (~> 1.10)
144
+ parser (>= 3.3.0.2)
145
+ rainbow (>= 2.2.2, < 4.0)
146
+ regexp_parser (>= 2.9.3, < 3.0)
147
+ rubocop-ast (>= 1.48.0, < 2.0)
148
+ ruby-progressbar (~> 1.7)
149
+ unicode-display_width (>= 2.4.0, < 4.0)
150
+ rubocop-ast (1.49.0)
151
+ parser (>= 3.3.7.2)
152
+ prism (~> 1.7)
153
+ ruby-progressbar (1.13.0)
154
+ securerandom (0.4.1)
155
+ stringio (3.2.0)
156
+ thor (1.5.0)
157
+ tsort (0.2.0)
158
+ tzinfo (2.0.6)
159
+ concurrent-ruby (~> 1.0)
160
+ unicode-display_width (3.2.0)
161
+ unicode-emoji (~> 4.1)
162
+ unicode-emoji (4.2.0)
163
+ uri (1.1.1)
164
+ useragent (0.16.11)
165
+ zeitwerk (2.7.4)
166
+
167
+ PLATFORMS
168
+ arm64-darwin-22
169
+ arm64-darwin-25
170
+ x86_64-darwin-20
171
+ x86_64-linux
172
+
173
+ DEPENDENCIES
174
+ activesupport (>= 6.1.4.1)
175
+ diffy (~> 3.4)
176
+ rake (~> 13.2)
177
+ rspec-json_api!
178
+ rspec-rails (>= 5.0.2)
179
+ rubocop (~> 1.65)
180
+
181
+ BUNDLED WITH
182
+ 4.0.4