rbexy 2.0.0.rc2 → 2.0.0.rc4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d6d0a821b2cf642ba9a18e8d655b8fe48260656b64eb6fb22cc1b59cb673348
4
- data.tar.gz: 5cc35ad67b89372bcfccf451badfe416c87e05b7533d5cc228c31f1c4aaf9fc3
3
+ metadata.gz: b3da8ac01ae3a56e74a7544bd0f2ddcbeb0e5f644536e680d23d45d97c5684e5
4
+ data.tar.gz: 5fba4e0a212271ef2addca3627e5c813634ef10d50d79f6033f920f8627b917b
5
5
  SHA512:
6
- metadata.gz: 824e3d57cccee812126e4ae671a3dde2a00b05d99413e90fb50f4f7d255c3cbd8825a8908ffb3fe004ec27a659886fa070ab120c893fff6e55317a1eaac8a284
7
- data.tar.gz: e721e48006e70696d48cf8396ddd94827666eff27103d366af269a76ed987ec37f76f7e881fb51135f44a7fb4f4cea3d2d800051fde2fd7cde73d7e835ca385a
6
+ metadata.gz: adfc2045a5026740efa9698a5860e136e144737842e8684358989998cc3986a45be6c2d8364b1b4ea9651fe68861ac5c3d060e5b4f9fed5579802f3a5c892092
7
+ data.tar.gz: f7bdc57ad69ba14b679ff8b0a7fbbe175a3cf99b076203496f930c068b0254f62e7c66e09976923cca01184ed8616ac39886698a7e3a7418ad80e9a0d56bdde7
@@ -5,7 +5,7 @@ jobs:
5
5
  strategy:
6
6
  fail-fast: false
7
7
  matrix:
8
- gemfile: [rails_6_1, rails_7_0, rails_master]
8
+ gemfile: [rails_6_1, rails_7_0, rails_7_1, rails_master]
9
9
  # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
10
10
  ruby: [2.7, '3.0', 3.1]
11
11
  runs-on: ubuntu-latest
data/Appraisals CHANGED
@@ -7,6 +7,10 @@ appraise "rails-7-0" do
7
7
  gem "rails", "~> 7.0.0"
8
8
  end
9
9
 
10
+ appraise "rails-7-1" do
11
+ gem "rails", "~> 7.1.0"
12
+ end
13
+
10
14
  appraise "rails-master" do
11
15
  gem "rails", git: "https://github.com/rails/rails.git", branch: :main
12
16
  end
data/Gemfile.lock CHANGED
@@ -1,87 +1,107 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rbexy (2.0.0.rc2)
5
- actionview (>= 6, < 7.1)
6
- activesupport (>= 6, < 7.1)
4
+ rbexy (2.0.0.rc4)
5
+ actionview (>= 6, < 7.2)
6
+ activesupport (>= 6, < 7.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (6.1.3)
12
- actionpack (= 6.1.3)
13
- activesupport (= 6.1.3)
11
+ actioncable (7.1.1)
12
+ actionpack (= 7.1.1)
13
+ activesupport (= 7.1.1)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
- actionmailbox (6.1.3)
17
- actionpack (= 6.1.3)
18
- activejob (= 6.1.3)
19
- activerecord (= 6.1.3)
20
- activestorage (= 6.1.3)
21
- activesupport (= 6.1.3)
16
+ zeitwerk (~> 2.6)
17
+ actionmailbox (7.1.1)
18
+ actionpack (= 7.1.1)
19
+ activejob (= 7.1.1)
20
+ activerecord (= 7.1.1)
21
+ activestorage (= 7.1.1)
22
+ activesupport (= 7.1.1)
22
23
  mail (>= 2.7.1)
23
- actionmailer (6.1.3)
24
- actionpack (= 6.1.3)
25
- actionview (= 6.1.3)
26
- activejob (= 6.1.3)
27
- activesupport (= 6.1.3)
24
+ net-imap
25
+ net-pop
26
+ net-smtp
27
+ actionmailer (7.1.1)
28
+ actionpack (= 7.1.1)
29
+ actionview (= 7.1.1)
30
+ activejob (= 7.1.1)
31
+ activesupport (= 7.1.1)
28
32
  mail (~> 2.5, >= 2.5.4)
29
- rails-dom-testing (~> 2.0)
30
- actionpack (6.1.3)
31
- actionview (= 6.1.3)
32
- activesupport (= 6.1.3)
33
- rack (~> 2.0, >= 2.0.9)
33
+ net-imap
34
+ net-pop
35
+ net-smtp
36
+ rails-dom-testing (~> 2.2)
37
+ actionpack (7.1.1)
38
+ actionview (= 7.1.1)
39
+ activesupport (= 7.1.1)
40
+ nokogiri (>= 1.8.5)
41
+ rack (>= 2.2.4)
42
+ rack-session (>= 1.0.1)
34
43
  rack-test (>= 0.6.3)
35
- rails-dom-testing (~> 2.0)
36
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.1.3)
38
- actionpack (= 6.1.3)
39
- activerecord (= 6.1.3)
40
- activestorage (= 6.1.3)
41
- activesupport (= 6.1.3)
44
+ rails-dom-testing (~> 2.2)
45
+ rails-html-sanitizer (~> 1.6)
46
+ actiontext (7.1.1)
47
+ actionpack (= 7.1.1)
48
+ activerecord (= 7.1.1)
49
+ activestorage (= 7.1.1)
50
+ activesupport (= 7.1.1)
51
+ globalid (>= 0.6.0)
42
52
  nokogiri (>= 1.8.5)
43
- actionview (6.1.3)
44
- activesupport (= 6.1.3)
53
+ actionview (7.1.1)
54
+ activesupport (= 7.1.1)
45
55
  builder (~> 3.1)
46
- erubi (~> 1.4)
47
- rails-dom-testing (~> 2.0)
48
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.1.3)
50
- activesupport (= 6.1.3)
56
+ erubi (~> 1.11)
57
+ rails-dom-testing (~> 2.2)
58
+ rails-html-sanitizer (~> 1.6)
59
+ activejob (7.1.1)
60
+ activesupport (= 7.1.1)
51
61
  globalid (>= 0.3.6)
52
- activemodel (6.1.3)
53
- activesupport (= 6.1.3)
54
- activerecord (6.1.3)
55
- activemodel (= 6.1.3)
56
- activesupport (= 6.1.3)
57
- activestorage (6.1.3)
58
- actionpack (= 6.1.3)
59
- activejob (= 6.1.3)
60
- activerecord (= 6.1.3)
61
- activesupport (= 6.1.3)
62
- marcel (~> 0.3.1)
63
- mimemagic (~> 0.3.2)
64
- activesupport (6.1.3)
62
+ activemodel (7.1.1)
63
+ activesupport (= 7.1.1)
64
+ activerecord (7.1.1)
65
+ activemodel (= 7.1.1)
66
+ activesupport (= 7.1.1)
67
+ timeout (>= 0.4.0)
68
+ activestorage (7.1.1)
69
+ actionpack (= 7.1.1)
70
+ activejob (= 7.1.1)
71
+ activerecord (= 7.1.1)
72
+ activesupport (= 7.1.1)
73
+ marcel (~> 1.0)
74
+ activesupport (7.1.1)
75
+ base64
76
+ bigdecimal
65
77
  concurrent-ruby (~> 1.0, >= 1.0.2)
78
+ connection_pool (>= 2.2.5)
79
+ drb
66
80
  i18n (>= 1.6, < 2)
67
81
  minitest (>= 5.1)
82
+ mutex_m
68
83
  tzinfo (~> 2.0)
69
- zeitwerk (~> 2.3)
70
84
  appraisal (2.4.1)
71
85
  bundler
72
86
  rake
73
87
  thor (>= 0.14.0)
88
+ base64 (0.1.1)
89
+ bigdecimal (3.1.4)
74
90
  builder (3.2.4)
75
91
  byebug (11.1.3)
76
92
  coderay (1.1.3)
77
- concurrent-ruby (1.1.8)
93
+ concurrent-ruby (1.2.2)
94
+ connection_pool (2.4.1)
78
95
  crass (1.0.6)
79
- diff-lcs (1.4.4)
80
- erubi (1.10.0)
96
+ date (3.3.3)
97
+ diff-lcs (1.5.0)
98
+ drb (2.1.1)
99
+ ruby2_keywords
100
+ erubi (1.12.0)
81
101
  ffi (1.15.0)
82
102
  formatador (0.2.5)
83
- globalid (0.4.2)
84
- activesupport (>= 4.2.0)
103
+ globalid (1.2.1)
104
+ activesupport (>= 6.1)
85
105
  guard (2.16.2)
86
106
  formatador (>= 0.2.4)
87
107
  listen (>= 2.7, < 4.0)
@@ -96,31 +116,44 @@ GEM
96
116
  guard (~> 2.1)
97
117
  guard-compat (~> 1.1)
98
118
  rspec (>= 2.99.0, < 4.0)
99
- i18n (1.8.9)
119
+ i18n (1.14.1)
100
120
  concurrent-ruby (~> 1.0)
121
+ io-console (0.6.0)
122
+ irb (1.8.3)
123
+ rdoc
124
+ reline (>= 0.3.8)
101
125
  listen (3.4.1)
102
126
  rb-fsevent (~> 0.10, >= 0.10.3)
103
127
  rb-inotify (~> 0.9, >= 0.9.10)
104
- loofah (2.9.0)
128
+ loofah (2.21.4)
105
129
  crass (~> 1.0.2)
106
- nokogiri (>= 1.5.9)
130
+ nokogiri (>= 1.12.0)
107
131
  lumberjack (1.2.8)
108
- mail (2.7.1)
132
+ mail (2.8.1)
109
133
  mini_mime (>= 0.1.1)
110
- marcel (0.3.3)
111
- mimemagic (~> 0.3.2)
134
+ net-imap
135
+ net-pop
136
+ net-smtp
137
+ marcel (1.0.2)
112
138
  memory_profiler (0.9.14)
113
139
  method_source (1.0.0)
114
- mimemagic (0.3.10)
115
- nokogiri (~> 1)
116
- rake
117
- mini_mime (1.0.2)
118
- mini_portile2 (2.8.0)
119
- minitest (5.14.4)
140
+ mini_mime (1.1.5)
141
+ mini_portile2 (2.8.4)
142
+ minitest (5.20.0)
143
+ mutex_m (0.1.2)
120
144
  nenv (0.3.0)
121
- nio4r (2.5.7)
122
- nokogiri (1.13.3)
123
- mini_portile2 (~> 2.8.0)
145
+ net-imap (0.4.1)
146
+ date
147
+ net-protocol
148
+ net-pop (0.1.2)
149
+ net-protocol
150
+ net-protocol (0.2.1)
151
+ timeout
152
+ net-smtp (0.4.0)
153
+ net-protocol
154
+ nio4r (2.5.9)
155
+ nokogiri (1.15.4)
156
+ mini_portile2 (~> 2.8.2)
124
157
  racc (~> 1.4)
125
158
  notiffany (0.1.3)
126
159
  nenv (~> 0.1)
@@ -131,82 +164,100 @@ GEM
131
164
  pry-byebug (3.9.0)
132
165
  byebug (~> 11.0)
133
166
  pry (~> 0.13.0)
167
+ psych (5.1.1.1)
168
+ stringio
134
169
  puma (5.6.2)
135
170
  nio4r (~> 2.0)
136
- racc (1.6.0)
137
- rack (2.2.3)
138
- rack-test (1.1.0)
139
- rack (>= 1.0, < 3)
140
- rails (6.1.3)
141
- actioncable (= 6.1.3)
142
- actionmailbox (= 6.1.3)
143
- actionmailer (= 6.1.3)
144
- actionpack (= 6.1.3)
145
- actiontext (= 6.1.3)
146
- actionview (= 6.1.3)
147
- activejob (= 6.1.3)
148
- activemodel (= 6.1.3)
149
- activerecord (= 6.1.3)
150
- activestorage (= 6.1.3)
151
- activesupport (= 6.1.3)
171
+ racc (1.7.1)
172
+ rack (3.0.8)
173
+ rack-session (2.0.0)
174
+ rack (>= 3.0.0)
175
+ rack-test (2.1.0)
176
+ rack (>= 1.3)
177
+ rackup (2.1.0)
178
+ rack (>= 3)
179
+ webrick (~> 1.8)
180
+ rails (7.1.1)
181
+ actioncable (= 7.1.1)
182
+ actionmailbox (= 7.1.1)
183
+ actionmailer (= 7.1.1)
184
+ actionpack (= 7.1.1)
185
+ actiontext (= 7.1.1)
186
+ actionview (= 7.1.1)
187
+ activejob (= 7.1.1)
188
+ activemodel (= 7.1.1)
189
+ activerecord (= 7.1.1)
190
+ activestorage (= 7.1.1)
191
+ activesupport (= 7.1.1)
152
192
  bundler (>= 1.15.0)
153
- railties (= 6.1.3)
154
- sprockets-rails (>= 2.0.0)
155
- rails-dom-testing (2.0.3)
156
- activesupport (>= 4.2.0)
193
+ railties (= 7.1.1)
194
+ rails-dom-testing (2.2.0)
195
+ activesupport (>= 5.0.0)
196
+ minitest
157
197
  nokogiri (>= 1.6)
158
- rails-html-sanitizer (1.3.0)
159
- loofah (~> 2.3)
160
- railties (6.1.3)
161
- actionpack (= 6.1.3)
162
- activesupport (= 6.1.3)
163
- method_source
164
- rake (>= 0.8.7)
165
- thor (~> 1.0)
166
- rake (13.0.3)
198
+ rails-html-sanitizer (1.6.0)
199
+ loofah (~> 2.21)
200
+ nokogiri (~> 1.14)
201
+ railties (7.1.1)
202
+ actionpack (= 7.1.1)
203
+ activesupport (= 7.1.1)
204
+ irb
205
+ rackup (>= 1.0.0)
206
+ rake (>= 12.2)
207
+ thor (~> 1.0, >= 1.2.2)
208
+ zeitwerk (~> 2.6)
209
+ rake (13.0.6)
167
210
  rb-fsevent (0.10.4)
168
211
  rb-inotify (0.10.1)
169
212
  ffi (~> 1.0)
170
- rspec (3.9.0)
171
- rspec-core (~> 3.9.0)
172
- rspec-expectations (~> 3.9.0)
173
- rspec-mocks (~> 3.9.0)
174
- rspec-core (3.9.2)
175
- rspec-support (~> 3.9.3)
176
- rspec-expectations (3.9.2)
213
+ rdoc (6.5.0)
214
+ psych (>= 4.0.0)
215
+ reline (0.3.9)
216
+ io-console (~> 0.5)
217
+ rspec (3.12.0)
218
+ rspec-core (~> 3.12.0)
219
+ rspec-expectations (~> 3.12.0)
220
+ rspec-mocks (~> 3.12.0)
221
+ rspec-core (3.12.2)
222
+ rspec-support (~> 3.12.0)
223
+ rspec-expectations (3.12.3)
177
224
  diff-lcs (>= 1.2.0, < 2.0)
178
- rspec-support (~> 3.9.0)
225
+ rspec-support (~> 3.12.0)
179
226
  rspec-html-matchers (0.9.3)
180
227
  nokogiri (~> 1)
181
228
  rspec (>= 3.0.0.a, < 4)
182
- rspec-mocks (3.9.1)
229
+ rspec-mocks (3.12.6)
183
230
  diff-lcs (>= 1.2.0, < 2.0)
184
- rspec-support (~> 3.9.0)
185
- rspec-rails (4.0.1)
186
- actionpack (>= 4.2)
187
- activesupport (>= 4.2)
188
- railties (>= 4.2)
189
- rspec-core (~> 3.9)
190
- rspec-expectations (~> 3.9)
191
- rspec-mocks (~> 3.9)
192
- rspec-support (~> 3.9)
193
- rspec-support (3.9.3)
231
+ rspec-support (~> 3.12.0)
232
+ rspec-rails (6.0.3)
233
+ actionpack (>= 6.1)
234
+ activesupport (>= 6.1)
235
+ railties (>= 6.1)
236
+ rspec-core (~> 3.12)
237
+ rspec-expectations (~> 3.12)
238
+ rspec-mocks (~> 3.12)
239
+ rspec-support (~> 3.12)
240
+ rspec-support (3.12.1)
241
+ ruby2_keywords (0.0.5)
194
242
  shellany (0.0.1)
195
- sprockets (4.0.2)
243
+ sprockets (4.2.1)
196
244
  concurrent-ruby (~> 1.0)
197
- rack (> 1, < 3)
198
- sprockets-rails (3.2.2)
199
- actionpack (>= 4.0)
200
- activesupport (>= 4.0)
245
+ rack (>= 2.2.4, < 4)
246
+ sprockets-rails (3.4.2)
247
+ actionpack (>= 5.2)
248
+ activesupport (>= 5.2)
201
249
  sprockets (>= 3.0.0)
202
250
  sqlite3 (1.4.2)
203
- thor (1.1.0)
204
- tzinfo (2.0.4)
251
+ stringio (3.0.8)
252
+ thor (1.3.0)
253
+ timeout (0.4.0)
254
+ tzinfo (2.0.6)
205
255
  concurrent-ruby (~> 1.0)
206
- websocket-driver (0.7.3)
256
+ webrick (1.8.1)
257
+ websocket-driver (0.7.6)
207
258
  websocket-extensions (>= 0.1.0)
208
259
  websocket-extensions (0.1.5)
209
- zeitwerk (2.4.2)
260
+ zeitwerk (2.6.12)
210
261
 
211
262
  PLATFORMS
212
263
  ruby
@@ -217,12 +268,12 @@ DEPENDENCIES
217
268
  memory_profiler (~> 0.9.14)
218
269
  pry-byebug
219
270
  puma
220
- rails (>= 6, < 7.1)
271
+ rails (>= 6, < 7.2)
221
272
  rake
222
273
  rbexy!
223
- rspec (~> 3.9)
274
+ rspec (~> 3.12)
224
275
  rspec-html-matchers (~> 0.9.3)
225
- rspec-rails (~> 4.0, >= 4.0.1)
276
+ rspec-rails (~> 6.0, >= 6.0.3)
226
277
  sprockets-rails (>= 2, < 4)
227
278
  sqlite3
228
279
 
data/README.md CHANGED
@@ -408,7 +408,7 @@ If you want to run against the supported versions of Rails, use
408
408
  Appraisal:
409
409
 
410
410
  ```
411
- docker-compose run rbexy appraisal bin/test
411
+ docker-compose run rbexy bundle exec appraisal bin/test
412
412
  ```
413
413
 
414
414
  ## Debugging TemplatePath methods being called
@@ -421,7 +421,7 @@ To list all methods being called, enable `RBEXY_TEMPLATE_PATH_DEBUG` and
421
421
  run tests:
422
422
 
423
423
  ```
424
- docker-compose run -e RBEXY_TEMPLATE_PATH_DEBUG=1 rbexy appraisal bin/test
424
+ docker-compose run -e RBEXY_TEMPLATE_PATH_DEBUG=1 rbexy bundle exec appraisal bin/test
425
425
  ```
426
426
 
427
427
  ## Contributing
data/docker-compose.yml CHANGED
@@ -25,3 +25,5 @@ services:
25
25
  - 3000:3000
26
26
  environment:
27
27
  - RAILS_LOG_STDOUT=1
28
+ tty: true
29
+ stdin_open: true
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- rbexy (2.0.0.rc2)
5
- actionview (>= 6, < 7.1)
6
- activesupport (>= 6, < 7.1)
4
+ rbexy (2.0.0.rc4)
5
+ actionview (>= 6, < 7.2)
6
+ activesupport (>= 6, < 7.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
@@ -74,11 +74,11 @@ GEM
74
74
  builder (3.2.4)
75
75
  byebug (11.1.3)
76
76
  coderay (1.1.3)
77
- concurrent-ruby (1.1.9)
77
+ concurrent-ruby (1.2.2)
78
78
  crass (1.0.6)
79
79
  diff-lcs (1.5.0)
80
80
  digest (3.1.0)
81
- erubi (1.10.0)
81
+ erubi (1.12.0)
82
82
  ffi (1.15.5)
83
83
  formatador (1.1.0)
84
84
  globalid (1.0.0)
@@ -97,15 +97,15 @@ GEM
97
97
  guard (~> 2.1)
98
98
  guard-compat (~> 1.1)
99
99
  rspec (>= 2.99.0, < 4.0)
100
- i18n (1.10.0)
100
+ i18n (1.14.1)
101
101
  concurrent-ruby (~> 1.0)
102
102
  io-wait (0.2.1)
103
103
  listen (3.7.1)
104
104
  rb-fsevent (~> 0.10, >= 0.10.3)
105
105
  rb-inotify (~> 0.9, >= 0.9.10)
106
- loofah (2.14.0)
106
+ loofah (2.21.4)
107
107
  crass (~> 1.0.2)
108
- nokogiri (>= 1.5.9)
108
+ nokogiri (>= 1.12.0)
109
109
  lumberjack (1.2.8)
110
110
  mail (2.7.1)
111
111
  mini_mime (>= 0.1.1)
@@ -113,7 +113,7 @@ GEM
113
113
  memory_profiler (0.9.14)
114
114
  method_source (1.0.0)
115
115
  mini_mime (1.1.2)
116
- minitest (5.15.0)
116
+ minitest (5.20.0)
117
117
  nenv (0.3.0)
118
118
  net-protocol (0.1.2)
119
119
  io-wait
@@ -123,7 +123,7 @@ GEM
123
123
  net-protocol
124
124
  timeout
125
125
  nio4r (2.5.8)
126
- nokogiri (1.13.3-x86_64-linux)
126
+ nokogiri (1.15.4-x86_64-linux)
127
127
  racc (~> 1.4)
128
128
  notiffany (0.1.3)
129
129
  nenv (~> 0.1)
@@ -136,10 +136,10 @@ GEM
136
136
  pry (~> 0.13.0)
137
137
  puma (5.6.2)
138
138
  nio4r (~> 2.0)
139
- racc (1.6.0)
140
- rack (2.2.3)
141
- rack-test (1.1.0)
142
- rack (>= 1.0, < 3)
139
+ racc (1.7.1)
140
+ rack (2.2.8)
141
+ rack-test (2.1.0)
142
+ rack (>= 1.3)
143
143
  rails (6.1.4.6)
144
144
  actioncable (= 6.1.4.6)
145
145
  actionmailbox (= 6.1.4.6)
@@ -155,11 +155,13 @@ GEM
155
155
  bundler (>= 1.15.0)
156
156
  railties (= 6.1.4.6)
157
157
  sprockets-rails (>= 2.0.0)
158
- rails-dom-testing (2.0.3)
159
- activesupport (>= 4.2.0)
158
+ rails-dom-testing (2.2.0)
159
+ activesupport (>= 5.0.0)
160
+ minitest
160
161
  nokogiri (>= 1.6)
161
- rails-html-sanitizer (1.4.2)
162
- loofah (~> 2.3)
162
+ rails-html-sanitizer (1.6.0)
163
+ loofah (~> 2.21)
164
+ nokogiri (~> 1.14)
163
165
  railties (6.1.4.6)
164
166
  actionpack (= 6.1.4.6)
165
167
  activesupport (= 6.1.4.6)
@@ -170,30 +172,30 @@ GEM
170
172
  rb-fsevent (0.11.1)
171
173
  rb-inotify (0.10.1)
172
174
  ffi (~> 1.0)
173
- rspec (3.11.0)
174
- rspec-core (~> 3.11.0)
175
- rspec-expectations (~> 3.11.0)
176
- rspec-mocks (~> 3.11.0)
177
- rspec-core (3.11.0)
178
- rspec-support (~> 3.11.0)
179
- rspec-expectations (3.11.0)
175
+ rspec (3.12.0)
176
+ rspec-core (~> 3.12.0)
177
+ rspec-expectations (~> 3.12.0)
178
+ rspec-mocks (~> 3.12.0)
179
+ rspec-core (3.12.2)
180
+ rspec-support (~> 3.12.0)
181
+ rspec-expectations (3.12.3)
180
182
  diff-lcs (>= 1.2.0, < 2.0)
181
- rspec-support (~> 3.11.0)
183
+ rspec-support (~> 3.12.0)
182
184
  rspec-html-matchers (0.9.4)
183
185
  nokogiri (~> 1)
184
186
  rspec (>= 3.0.0.a, < 4)
185
- rspec-mocks (3.11.0)
187
+ rspec-mocks (3.12.6)
186
188
  diff-lcs (>= 1.2.0, < 2.0)
187
- rspec-support (~> 3.11.0)
188
- rspec-rails (4.1.2)
189
- actionpack (>= 4.2)
190
- activesupport (>= 4.2)
191
- railties (>= 4.2)
192
- rspec-core (~> 3.10)
193
- rspec-expectations (~> 3.10)
194
- rspec-mocks (~> 3.10)
195
- rspec-support (~> 3.10)
196
- rspec-support (3.11.0)
189
+ rspec-support (~> 3.12.0)
190
+ rspec-rails (6.0.3)
191
+ actionpack (>= 6.1)
192
+ activesupport (>= 6.1)
193
+ railties (>= 6.1)
194
+ rspec-core (~> 3.12)
195
+ rspec-expectations (~> 3.12)
196
+ rspec-mocks (~> 3.12)
197
+ rspec-support (~> 3.12)
198
+ rspec-support (3.12.1)
197
199
  shellany (0.0.1)
198
200
  sprockets (4.0.3)
199
201
  concurrent-ruby (~> 1.0)
@@ -203,14 +205,14 @@ GEM
203
205
  activesupport (>= 5.2)
204
206
  sprockets (>= 3.0.0)
205
207
  sqlite3 (1.4.2)
206
- thor (1.2.1)
208
+ thor (1.3.0)
207
209
  timeout (0.2.0)
208
- tzinfo (2.0.4)
210
+ tzinfo (2.0.6)
209
211
  concurrent-ruby (~> 1.0)
210
212
  websocket-driver (0.7.5)
211
213
  websocket-extensions (>= 0.1.0)
212
214
  websocket-extensions (0.1.5)
213
- zeitwerk (2.5.4)
215
+ zeitwerk (2.6.12)
214
216
 
215
217
  PLATFORMS
216
218
  x86_64-linux
@@ -225,9 +227,9 @@ DEPENDENCIES
225
227
  rails (~> 6.1.4)
226
228
  rake
227
229
  rbexy!
228
- rspec (~> 3.9)
230
+ rspec (~> 3.12)
229
231
  rspec-html-matchers (~> 0.9.3)
230
- rspec-rails (~> 4.0, >= 4.0.1)
232
+ rspec-rails (~> 6.0, >= 6.0.3)
231
233
  sprockets-rails (>= 2, < 4)
232
234
  sqlite3
233
235