rbexy 2.0.0.rc1 → 2.0.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3aebd8398ee8d11c90711ca7dff4e000e8e84a108481f38cc0bc2ea47e4c80b
4
- data.tar.gz: 74f5f7786f6d181d31e887e15d61854a5076cf7813757c5e008d55652299934f
3
+ metadata.gz: 4648ee133c1d84886ffbd48b25a04657d04439c30ac2ee26f809ced9deef53e8
4
+ data.tar.gz: d9e27347b3418f1ccb7b5f96c744190c795298bb1877205e6065c050788479e2
5
5
  SHA512:
6
- metadata.gz: 4668cfb5d7575db8459eff22b328582b2758ec2cf89aa32b815679d62627fffb4c2d4f0566bf970e7802cda31d5ba0b9bc7c563ee29980a884a5f0abf64659f0
7
- data.tar.gz: b9bc3ca3709432f52551124051e2d75d67ca294bda75b3675df5cd67b9bb6049a0b802a97fc4d4ad43ce6e2240393961e8d3edb1491e0bee624def15ae62140b
6
+ metadata.gz: c8340f1dda3d1f09271c08c99286cb5b764436bfa3f8d68b8f0e9295130890f4068b0137c1fcf45891247fed3ca4e398523dbcdc3e20bbb7bbf1eac40d211954
7
+ data.tar.gz: aefec1f0934bb8712190704d63d4e8e39d9b677890d3f87c781a2b9415f7ded0a099d3e6c37acd549736fec8f98738f58736201ad7346b75c3ebc871409337a1
@@ -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
@@ -1,12 +1,16 @@
1
- appraise 'rails-6-1' do
2
- gem 'rails', '~> 6.1.4'
3
- gem 'net-smtp', require: false
1
+ appraise "rails-6-1" do
2
+ gem "rails", "~> 6.1.4"
3
+ gem "net-smtp", require: false
4
4
  end
5
5
 
6
- appraise 'rails-7-0' do
7
- gem 'rails', '~> 7.0.0'
6
+ appraise "rails-7-0" do
7
+ gem "rails", "~> 7.0.0"
8
8
  end
9
9
 
10
- appraise 'rails-master' do
11
- gem 'rails', git: 'https://github.com/rails/rails.git', branch: :main
10
+ appraise "rails-7-1" do
11
+ gem "rails", "~> 7.1.0"
12
+ end
13
+
14
+ appraise "rails-master" do
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.rc1)
5
- actionview (>= 6, < 7.1)
6
- activesupport (>= 6, < 7.1)
4
+ rbexy (2.0.0.rc2)
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,80 +164,100 @@ GEM
131
164
  pry-byebug (3.9.0)
132
165
  byebug (~> 11.0)
133
166
  pry (~> 0.13.0)
134
- racc (1.6.0)
135
- rack (2.2.3)
136
- rack-test (1.1.0)
137
- rack (>= 1.0, < 3)
138
- rails (6.1.3)
139
- actioncable (= 6.1.3)
140
- actionmailbox (= 6.1.3)
141
- actionmailer (= 6.1.3)
142
- actionpack (= 6.1.3)
143
- actiontext (= 6.1.3)
144
- actionview (= 6.1.3)
145
- activejob (= 6.1.3)
146
- activemodel (= 6.1.3)
147
- activerecord (= 6.1.3)
148
- activestorage (= 6.1.3)
149
- activesupport (= 6.1.3)
167
+ psych (5.1.1.1)
168
+ stringio
169
+ puma (5.6.2)
170
+ nio4r (~> 2.0)
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)
150
192
  bundler (>= 1.15.0)
151
- railties (= 6.1.3)
152
- sprockets-rails (>= 2.0.0)
153
- rails-dom-testing (2.0.3)
154
- activesupport (>= 4.2.0)
193
+ railties (= 7.1.1)
194
+ rails-dom-testing (2.2.0)
195
+ activesupport (>= 5.0.0)
196
+ minitest
155
197
  nokogiri (>= 1.6)
156
- rails-html-sanitizer (1.3.0)
157
- loofah (~> 2.3)
158
- railties (6.1.3)
159
- actionpack (= 6.1.3)
160
- activesupport (= 6.1.3)
161
- method_source
162
- rake (>= 0.8.7)
163
- thor (~> 1.0)
164
- 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)
165
210
  rb-fsevent (0.10.4)
166
211
  rb-inotify (0.10.1)
167
212
  ffi (~> 1.0)
168
- rspec (3.9.0)
169
- rspec-core (~> 3.9.0)
170
- rspec-expectations (~> 3.9.0)
171
- rspec-mocks (~> 3.9.0)
172
- rspec-core (3.9.2)
173
- rspec-support (~> 3.9.3)
174
- 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)
175
224
  diff-lcs (>= 1.2.0, < 2.0)
176
- rspec-support (~> 3.9.0)
225
+ rspec-support (~> 3.12.0)
177
226
  rspec-html-matchers (0.9.3)
178
227
  nokogiri (~> 1)
179
228
  rspec (>= 3.0.0.a, < 4)
180
- rspec-mocks (3.9.1)
229
+ rspec-mocks (3.12.6)
181
230
  diff-lcs (>= 1.2.0, < 2.0)
182
- rspec-support (~> 3.9.0)
183
- rspec-rails (4.0.1)
184
- actionpack (>= 4.2)
185
- activesupport (>= 4.2)
186
- railties (>= 4.2)
187
- rspec-core (~> 3.9)
188
- rspec-expectations (~> 3.9)
189
- rspec-mocks (~> 3.9)
190
- rspec-support (~> 3.9)
191
- 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)
192
242
  shellany (0.0.1)
193
- sprockets (4.0.2)
243
+ sprockets (4.2.1)
194
244
  concurrent-ruby (~> 1.0)
195
- rack (> 1, < 3)
196
- sprockets-rails (3.2.2)
197
- actionpack (>= 4.0)
198
- activesupport (>= 4.0)
245
+ rack (>= 2.2.4, < 4)
246
+ sprockets-rails (3.4.2)
247
+ actionpack (>= 5.2)
248
+ activesupport (>= 5.2)
199
249
  sprockets (>= 3.0.0)
200
250
  sqlite3 (1.4.2)
201
- thor (1.1.0)
202
- tzinfo (2.0.4)
251
+ stringio (3.0.8)
252
+ thor (1.3.0)
253
+ timeout (0.4.0)
254
+ tzinfo (2.0.6)
203
255
  concurrent-ruby (~> 1.0)
204
- websocket-driver (0.7.3)
256
+ webrick (1.8.1)
257
+ websocket-driver (0.7.6)
205
258
  websocket-extensions (>= 0.1.0)
206
259
  websocket-extensions (0.1.5)
207
- zeitwerk (2.4.2)
260
+ zeitwerk (2.6.12)
208
261
 
209
262
  PLATFORMS
210
263
  ruby
@@ -214,12 +267,13 @@ DEPENDENCIES
214
267
  guard-rspec (~> 4.7, >= 4.7.3)
215
268
  memory_profiler (~> 0.9.14)
216
269
  pry-byebug
217
- rails (>= 6, < 7.1)
270
+ puma
271
+ rails (>= 6, < 7.2)
218
272
  rake
219
273
  rbexy!
220
- rspec (~> 3.9)
274
+ rspec (~> 3.12)
221
275
  rspec-html-matchers (~> 0.9.3)
222
- rspec-rails (~> 4.0, >= 4.0.1)
276
+ rspec-rails (~> 6.0, >= 6.0.3)
223
277
  sprockets-rails (>= 2, < 4)
224
278
  sqlite3
225
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
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- rbexy (2.0.0.beta9)
5
- actionview (>= 6, < 7.1)
6
- activesupport (>= 6, < 7.1)
4
+ rbexy (2.0.0.rc2)
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)
@@ -134,10 +134,12 @@ GEM
134
134
  pry-byebug (3.9.0)
135
135
  byebug (~> 11.0)
136
136
  pry (~> 0.13.0)
137
- racc (1.6.0)
138
- rack (2.2.3)
139
- rack-test (1.1.0)
140
- rack (>= 1.0, < 3)
137
+ puma (5.6.2)
138
+ nio4r (~> 2.0)
139
+ racc (1.7.1)
140
+ rack (2.2.8)
141
+ rack-test (2.1.0)
142
+ rack (>= 1.3)
141
143
  rails (6.1.4.6)
142
144
  actioncable (= 6.1.4.6)
143
145
  actionmailbox (= 6.1.4.6)
@@ -153,11 +155,13 @@ GEM
153
155
  bundler (>= 1.15.0)
154
156
  railties (= 6.1.4.6)
155
157
  sprockets-rails (>= 2.0.0)
156
- rails-dom-testing (2.0.3)
157
- activesupport (>= 4.2.0)
158
+ rails-dom-testing (2.2.0)
159
+ activesupport (>= 5.0.0)
160
+ minitest
158
161
  nokogiri (>= 1.6)
159
- rails-html-sanitizer (1.4.2)
160
- loofah (~> 2.3)
162
+ rails-html-sanitizer (1.6.0)
163
+ loofah (~> 2.21)
164
+ nokogiri (~> 1.14)
161
165
  railties (6.1.4.6)
162
166
  actionpack (= 6.1.4.6)
163
167
  activesupport (= 6.1.4.6)
@@ -168,30 +172,30 @@ GEM
168
172
  rb-fsevent (0.11.1)
169
173
  rb-inotify (0.10.1)
170
174
  ffi (~> 1.0)
171
- rspec (3.11.0)
172
- rspec-core (~> 3.11.0)
173
- rspec-expectations (~> 3.11.0)
174
- rspec-mocks (~> 3.11.0)
175
- rspec-core (3.11.0)
176
- rspec-support (~> 3.11.0)
177
- 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)
178
182
  diff-lcs (>= 1.2.0, < 2.0)
179
- rspec-support (~> 3.11.0)
183
+ rspec-support (~> 3.12.0)
180
184
  rspec-html-matchers (0.9.4)
181
185
  nokogiri (~> 1)
182
186
  rspec (>= 3.0.0.a, < 4)
183
- rspec-mocks (3.11.0)
187
+ rspec-mocks (3.12.6)
184
188
  diff-lcs (>= 1.2.0, < 2.0)
185
- rspec-support (~> 3.11.0)
186
- rspec-rails (4.1.2)
187
- actionpack (>= 4.2)
188
- activesupport (>= 4.2)
189
- railties (>= 4.2)
190
- rspec-core (~> 3.10)
191
- rspec-expectations (~> 3.10)
192
- rspec-mocks (~> 3.10)
193
- rspec-support (~> 3.10)
194
- 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)
195
199
  shellany (0.0.1)
196
200
  sprockets (4.0.3)
197
201
  concurrent-ruby (~> 1.0)
@@ -201,14 +205,14 @@ GEM
201
205
  activesupport (>= 5.2)
202
206
  sprockets (>= 3.0.0)
203
207
  sqlite3 (1.4.2)
204
- thor (1.2.1)
208
+ thor (1.3.0)
205
209
  timeout (0.2.0)
206
- tzinfo (2.0.4)
210
+ tzinfo (2.0.6)
207
211
  concurrent-ruby (~> 1.0)
208
212
  websocket-driver (0.7.5)
209
213
  websocket-extensions (>= 0.1.0)
210
214
  websocket-extensions (0.1.5)
211
- zeitwerk (2.5.4)
215
+ zeitwerk (2.6.12)
212
216
 
213
217
  PLATFORMS
214
218
  x86_64-linux
@@ -219,12 +223,13 @@ DEPENDENCIES
219
223
  memory_profiler (~> 0.9.14)
220
224
  net-smtp
221
225
  pry-byebug
226
+ puma
222
227
  rails (~> 6.1.4)
223
228
  rake
224
229
  rbexy!
225
- rspec (~> 3.9)
230
+ rspec (~> 3.12)
226
231
  rspec-html-matchers (~> 0.9.3)
227
- rspec-rails (~> 4.0, >= 4.0.1)
232
+ rspec-rails (~> 6.0, >= 6.0.3)
228
233
  sprockets-rails (>= 2, < 4)
229
234
  sqlite3
230
235