devise-secure_password 2.2.0 → 2.2.1

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: 6b497afcb9228f9d31d65d09e83e1b59f0ad3a0babb2d52fb12daf44d9ea0691
4
- data.tar.gz: f404ea921f3638b33a9f5df2ec0970d8b8729922dce7038997bca8308a1e9a46
3
+ metadata.gz: 58dab3370a3ccbd724c68353dbc49248e2bac6c87a3a9ec1180fa7cdd594ce91
4
+ data.tar.gz: a2996f11a03a5493d521bb4f9e7fa7ab48bef801992378d60192c261278b1ffd
5
5
  SHA512:
6
- metadata.gz: 688fc04a757c27c38a4ad6c2ac720e207eef54fc8fc07e1ca9671010a074174fe2b93f578d8fbd00d7658c798d2506fdacb84e52b8b0a77b6697951aee1c55b9
7
- data.tar.gz: 496f831d18bca6195c7bb76870f8495bc9f6441a3dae2ca0947e71a3394ca25569c31cc9b558f39fdf3352c41944451185e2997e54c1d8f7829425d0a53ea5e3
6
+ metadata.gz: bfce0efa6b1aa113b17fe5fb3bcd10881e8346ac56ff871371f7f28660fac0280d82b80e17efd4d6a72bfe855d5ce5790f661a76c2e060cfd70fea32e3fbc1ea
7
+ data.tar.gz: b30df20ee1c5846a46fdb686ab1ca6e43b919d26b8d482d669907d07e5cb931094f726b13e71ce8348fa77567a9a8d5f718d949706d60d6648238a630f19b668
data/Changelog.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog: devise-secure_password
2
2
 
3
+ ## 2.2.1 / 2025-08-26
4
+ * Move *Reuse and *Changes error from base to password (@tejanium)
5
+ * Review and updates at README
6
+
3
7
  ## 2.2.0 / 2025-08-19
4
8
  * Adds support to Rails 8.0 and ruby 3.4
5
9
  * Drop support Rails 6.1 and ruby 3.1
data/Gemfile.lock CHANGED
@@ -1,95 +1,93 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- devise-secure_password (2.1.0)
4
+ devise-secure_password (2.2.0)
5
5
  devise (>= 4.0.0, < 5.0.0)
6
- railties (>= 5.0.0, < 8.0.0)
6
+ railties (>= 5.0.0, < 9.0.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (7.1.3.2)
12
- actionpack (= 7.1.3.2)
13
- activesupport (= 7.1.3.2)
11
+ actioncable (8.0.2.1)
12
+ actionpack (= 8.0.2.1)
13
+ activesupport (= 8.0.2.1)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
16
  zeitwerk (~> 2.6)
17
- actionmailbox (7.1.3.2)
18
- actionpack (= 7.1.3.2)
19
- activejob (= 7.1.3.2)
20
- activerecord (= 7.1.3.2)
21
- activestorage (= 7.1.3.2)
22
- activesupport (= 7.1.3.2)
23
- mail (>= 2.7.1)
24
- net-imap
25
- net-pop
26
- net-smtp
27
- actionmailer (7.1.3.2)
28
- actionpack (= 7.1.3.2)
29
- actionview (= 7.1.3.2)
30
- activejob (= 7.1.3.2)
31
- activesupport (= 7.1.3.2)
32
- mail (~> 2.5, >= 2.5.4)
33
- net-imap
34
- net-pop
35
- net-smtp
17
+ actionmailbox (8.0.2.1)
18
+ actionpack (= 8.0.2.1)
19
+ activejob (= 8.0.2.1)
20
+ activerecord (= 8.0.2.1)
21
+ activestorage (= 8.0.2.1)
22
+ activesupport (= 8.0.2.1)
23
+ mail (>= 2.8.0)
24
+ actionmailer (8.0.2.1)
25
+ actionpack (= 8.0.2.1)
26
+ actionview (= 8.0.2.1)
27
+ activejob (= 8.0.2.1)
28
+ activesupport (= 8.0.2.1)
29
+ mail (>= 2.8.0)
36
30
  rails-dom-testing (~> 2.2)
37
- actionpack (7.1.3.2)
38
- actionview (= 7.1.3.2)
39
- activesupport (= 7.1.3.2)
31
+ actionpack (8.0.2.1)
32
+ actionview (= 8.0.2.1)
33
+ activesupport (= 8.0.2.1)
40
34
  nokogiri (>= 1.8.5)
41
- racc
42
35
  rack (>= 2.2.4)
43
36
  rack-session (>= 1.0.1)
44
37
  rack-test (>= 0.6.3)
45
38
  rails-dom-testing (~> 2.2)
46
39
  rails-html-sanitizer (~> 1.6)
47
- actiontext (7.1.3.2)
48
- actionpack (= 7.1.3.2)
49
- activerecord (= 7.1.3.2)
50
- activestorage (= 7.1.3.2)
51
- activesupport (= 7.1.3.2)
40
+ useragent (~> 0.16)
41
+ actiontext (8.0.2.1)
42
+ actionpack (= 8.0.2.1)
43
+ activerecord (= 8.0.2.1)
44
+ activestorage (= 8.0.2.1)
45
+ activesupport (= 8.0.2.1)
52
46
  globalid (>= 0.6.0)
53
47
  nokogiri (>= 1.8.5)
54
- actionview (7.1.3.2)
55
- activesupport (= 7.1.3.2)
48
+ actionview (8.0.2.1)
49
+ activesupport (= 8.0.2.1)
56
50
  builder (~> 3.1)
57
51
  erubi (~> 1.11)
58
52
  rails-dom-testing (~> 2.2)
59
53
  rails-html-sanitizer (~> 1.6)
60
- activejob (7.1.3.2)
61
- activesupport (= 7.1.3.2)
54
+ activejob (8.0.2.1)
55
+ activesupport (= 8.0.2.1)
62
56
  globalid (>= 0.3.6)
63
- activemodel (7.1.3.2)
64
- activesupport (= 7.1.3.2)
65
- activerecord (7.1.3.2)
66
- activemodel (= 7.1.3.2)
67
- activesupport (= 7.1.3.2)
57
+ activemodel (8.0.2.1)
58
+ activesupport (= 8.0.2.1)
59
+ activerecord (8.0.2.1)
60
+ activemodel (= 8.0.2.1)
61
+ activesupport (= 8.0.2.1)
68
62
  timeout (>= 0.4.0)
69
- activestorage (7.1.3.2)
70
- actionpack (= 7.1.3.2)
71
- activejob (= 7.1.3.2)
72
- activerecord (= 7.1.3.2)
73
- activesupport (= 7.1.3.2)
63
+ activestorage (8.0.2.1)
64
+ actionpack (= 8.0.2.1)
65
+ activejob (= 8.0.2.1)
66
+ activerecord (= 8.0.2.1)
67
+ activesupport (= 8.0.2.1)
74
68
  marcel (~> 1.0)
75
- activesupport (7.1.3.2)
69
+ activesupport (8.0.2.1)
76
70
  base64
71
+ benchmark (>= 0.3)
77
72
  bigdecimal
78
- concurrent-ruby (~> 1.0, >= 1.0.2)
73
+ concurrent-ruby (~> 1.0, >= 1.3.1)
79
74
  connection_pool (>= 2.2.5)
80
75
  drb
81
76
  i18n (>= 1.6, < 2)
77
+ logger (>= 1.4.2)
82
78
  minitest (>= 5.1)
83
- mutex_m
84
- tzinfo (~> 2.0)
85
- addressable (2.8.6)
86
- public_suffix (>= 2.0.2, < 6.0)
79
+ securerandom (>= 0.3)
80
+ tzinfo (~> 2.0, >= 2.0.5)
81
+ uri (>= 0.13.1)
82
+ addressable (2.8.7)
83
+ public_suffix (>= 2.0.2, < 7.0)
87
84
  ansi (1.5.0)
88
- ast (2.4.2)
89
- base64 (0.2.0)
85
+ ast (2.4.3)
86
+ base64 (0.3.0)
90
87
  bcrypt (3.1.20)
91
- bigdecimal (3.1.7)
92
- builder (3.2.4)
88
+ benchmark (0.4.1)
89
+ bigdecimal (3.2.2)
90
+ builder (3.3.0)
93
91
  capybara (3.40.0)
94
92
  addressable
95
93
  matrix
@@ -102,48 +100,54 @@ GEM
102
100
  capybara-screenshot (1.0.26)
103
101
  capybara (>= 1.0, < 4)
104
102
  launchy
105
- childprocess (5.0.0)
103
+ childprocess (5.1.0)
104
+ logger (~> 1.5)
106
105
  codecov (0.6.0)
107
106
  simplecov (>= 0.15, < 0.22)
108
- concurrent-ruby (1.2.3)
109
- connection_pool (2.4.1)
107
+ concurrent-ruby (1.3.5)
108
+ connection_pool (2.5.3)
110
109
  crass (1.0.6)
111
- database_cleaner (2.0.2)
110
+ database_cleaner (2.1.0)
112
111
  database_cleaner-active_record (>= 2, < 3)
113
- database_cleaner-active_record (2.1.0)
112
+ database_cleaner-active_record (2.2.2)
114
113
  activerecord (>= 5.a)
115
- database_cleaner-core (~> 2.0.0)
114
+ database_cleaner-core (~> 2.0)
116
115
  database_cleaner-core (2.0.1)
117
- date (3.3.4)
118
- devise (4.9.3)
116
+ date (3.4.1)
117
+ devise (4.9.4)
119
118
  bcrypt (~> 3.0)
120
119
  orm_adapter (~> 0.1)
121
120
  railties (>= 4.1.0)
122
121
  responders
123
122
  warden (~> 1.2.3)
124
- diff-lcs (1.5.1)
125
- docile (1.4.0)
126
- drb (2.2.1)
127
- erubi (1.12.0)
128
- flay (2.13.2)
123
+ diff-lcs (1.6.2)
124
+ docile (1.4.1)
125
+ drb (2.2.3)
126
+ erb (5.0.2)
127
+ erubi (1.13.1)
128
+ flay (2.13.3)
129
129
  erubi (~> 1.10)
130
130
  path_expander (~> 1.0)
131
131
  ruby_parser (~> 3.0)
132
132
  sexp_processor (~> 4.0)
133
133
  globalid (1.2.1)
134
134
  activesupport (>= 6.1)
135
- i18n (1.14.4)
135
+ i18n (1.14.7)
136
136
  concurrent-ruby (~> 1.0)
137
- io-console (0.7.2)
138
- irb (1.12.0)
139
- rdoc
137
+ io-console (0.8.1)
138
+ irb (1.15.2)
139
+ pp (>= 0.6.0)
140
+ rdoc (>= 4.0.0)
140
141
  reline (>= 0.4.2)
141
- json (2.7.1)
142
- language_server-protocol (3.17.0.3)
143
- launchy (3.0.0)
142
+ json (2.13.2)
143
+ language_server-protocol (3.17.0.5)
144
+ launchy (3.1.1)
144
145
  addressable (~> 2.8)
145
146
  childprocess (~> 5.0)
146
- loofah (2.22.0)
147
+ logger (~> 1.6)
148
+ lint_roller (1.1.0)
149
+ logger (1.7.0)
150
+ loofah (2.24.1)
147
151
  crass (~> 1.0.2)
148
152
  nokogiri (>= 1.12.0)
149
153
  mail (2.8.1)
@@ -152,180 +156,213 @@ GEM
152
156
  net-pop
153
157
  net-smtp
154
158
  marcel (1.0.4)
155
- matrix (0.4.2)
159
+ matrix (0.4.3)
156
160
  mini_mime (1.1.5)
157
- mini_portile2 (2.8.5)
158
- minitest (5.22.3)
159
- mutex_m (0.2.0)
160
- net-imap (0.4.10)
161
+ minitest (5.25.5)
162
+ net-imap (0.5.9)
161
163
  date
162
164
  net-protocol
163
165
  net-pop (0.1.2)
164
166
  net-protocol
165
167
  net-protocol (0.2.2)
166
168
  timeout
167
- net-smtp (0.4.0.1)
169
+ net-smtp (0.5.1)
168
170
  net-protocol
169
- nio4r (2.7.1)
170
- nokogiri (1.16.3)
171
- mini_portile2 (~> 2.8.2)
171
+ nio4r (2.7.4)
172
+ nokogiri (1.18.9-aarch64-linux-gnu)
173
+ racc (~> 1.4)
174
+ nokogiri (1.18.9-aarch64-linux-musl)
175
+ racc (~> 1.4)
176
+ nokogiri (1.18.9-arm-linux-gnu)
177
+ racc (~> 1.4)
178
+ nokogiri (1.18.9-arm-linux-musl)
179
+ racc (~> 1.4)
180
+ nokogiri (1.18.9-arm64-darwin)
181
+ racc (~> 1.4)
182
+ nokogiri (1.18.9-x86_64-darwin)
183
+ racc (~> 1.4)
184
+ nokogiri (1.18.9-x86_64-linux-gnu)
185
+ racc (~> 1.4)
186
+ nokogiri (1.18.9-x86_64-linux-musl)
172
187
  racc (~> 1.4)
173
188
  orm_adapter (0.5.0)
174
- parallel (1.24.0)
175
- parser (3.3.0.5)
189
+ parallel (1.27.0)
190
+ parser (3.3.9.0)
176
191
  ast (~> 2.4.1)
177
192
  racc
178
- path_expander (1.1.1)
179
- psych (5.1.2)
193
+ path_expander (1.1.3)
194
+ pp (0.6.2)
195
+ prettyprint
196
+ prettyprint (0.2.0)
197
+ prism (1.4.0)
198
+ psych (5.2.6)
199
+ date
180
200
  stringio
181
- public_suffix (5.0.4)
182
- racc (1.7.3)
183
- rack (3.0.10)
184
- rack-session (2.0.0)
201
+ public_suffix (6.0.2)
202
+ racc (1.8.1)
203
+ rack (3.2.0)
204
+ rack-session (2.1.1)
205
+ base64 (>= 0.1.0)
185
206
  rack (>= 3.0.0)
186
- rack-test (2.1.0)
207
+ rack-test (2.2.0)
187
208
  rack (>= 1.3)
188
- rackup (2.1.0)
209
+ rackup (2.2.1)
189
210
  rack (>= 3)
190
- webrick (~> 1.8)
191
- rails (7.1.3.2)
192
- actioncable (= 7.1.3.2)
193
- actionmailbox (= 7.1.3.2)
194
- actionmailer (= 7.1.3.2)
195
- actionpack (= 7.1.3.2)
196
- actiontext (= 7.1.3.2)
197
- actionview (= 7.1.3.2)
198
- activejob (= 7.1.3.2)
199
- activemodel (= 7.1.3.2)
200
- activerecord (= 7.1.3.2)
201
- activestorage (= 7.1.3.2)
202
- activesupport (= 7.1.3.2)
211
+ rails (8.0.2.1)
212
+ actioncable (= 8.0.2.1)
213
+ actionmailbox (= 8.0.2.1)
214
+ actionmailer (= 8.0.2.1)
215
+ actionpack (= 8.0.2.1)
216
+ actiontext (= 8.0.2.1)
217
+ actionview (= 8.0.2.1)
218
+ activejob (= 8.0.2.1)
219
+ activemodel (= 8.0.2.1)
220
+ activerecord (= 8.0.2.1)
221
+ activestorage (= 8.0.2.1)
222
+ activesupport (= 8.0.2.1)
203
223
  bundler (>= 1.15.0)
204
- railties (= 7.1.3.2)
205
- rails-dom-testing (2.2.0)
224
+ railties (= 8.0.2.1)
225
+ rails-dom-testing (2.3.0)
206
226
  activesupport (>= 5.0.0)
207
227
  minitest
208
228
  nokogiri (>= 1.6)
209
- rails-html-sanitizer (1.6.0)
229
+ rails-html-sanitizer (1.6.2)
210
230
  loofah (~> 2.21)
211
- nokogiri (~> 1.14)
212
- railties (7.1.3.2)
213
- actionpack (= 7.1.3.2)
214
- activesupport (= 7.1.3.2)
215
- irb
231
+ 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)
232
+ railties (8.0.2.1)
233
+ actionpack (= 8.0.2.1)
234
+ activesupport (= 8.0.2.1)
235
+ irb (~> 1.13)
216
236
  rackup (>= 1.0.0)
217
237
  rake (>= 12.2)
218
238
  thor (~> 1.0, >= 1.2.2)
219
239
  zeitwerk (~> 2.6)
220
240
  rainbow (3.1.1)
221
- rake (13.1.0)
222
- rdoc (6.6.3.1)
241
+ rake (13.3.0)
242
+ rdoc (6.14.2)
243
+ erb
223
244
  psych (>= 4.0.0)
224
- regexp_parser (2.9.0)
225
- reline (0.4.3)
245
+ regexp_parser (2.11.2)
246
+ reline (0.6.2)
226
247
  io-console (~> 0.5)
227
248
  responders (3.1.1)
228
249
  actionpack (>= 5.2)
229
250
  railties (>= 5.2)
230
- rexml (3.2.6)
231
- rspec (3.13.0)
251
+ rexml (3.4.1)
252
+ rspec (3.13.1)
232
253
  rspec-core (~> 3.13.0)
233
254
  rspec-expectations (~> 3.13.0)
234
255
  rspec-mocks (~> 3.13.0)
235
- rspec-core (3.13.0)
256
+ rspec-core (3.13.5)
236
257
  rspec-support (~> 3.13.0)
237
- rspec-expectations (3.13.0)
258
+ rspec-expectations (3.13.5)
238
259
  diff-lcs (>= 1.2.0, < 2.0)
239
260
  rspec-support (~> 3.13.0)
240
- rspec-mocks (3.13.0)
261
+ rspec-mocks (3.13.5)
241
262
  diff-lcs (>= 1.2.0, < 2.0)
242
263
  rspec-support (~> 3.13.0)
243
- rspec-rails (6.1.2)
244
- actionpack (>= 6.1)
245
- activesupport (>= 6.1)
246
- railties (>= 6.1)
264
+ rspec-rails (8.0.2)
265
+ actionpack (>= 7.2)
266
+ activesupport (>= 7.2)
267
+ railties (>= 7.2)
247
268
  rspec-core (~> 3.13)
248
269
  rspec-expectations (~> 3.13)
249
270
  rspec-mocks (~> 3.13)
250
271
  rspec-support (~> 3.13)
251
- rspec-support (3.13.1)
272
+ rspec-support (3.13.5)
252
273
  rspec_junit_formatter (0.6.0)
253
274
  rspec-core (>= 2, < 4, != 2.12.0)
254
- rubocop (1.62.1)
275
+ rubocop (1.79.2)
255
276
  json (~> 2.3)
256
- language_server-protocol (>= 3.17.0)
277
+ language_server-protocol (~> 3.17.0.2)
278
+ lint_roller (~> 1.1.0)
257
279
  parallel (~> 1.10)
258
280
  parser (>= 3.3.0.2)
259
281
  rainbow (>= 2.2.2, < 4.0)
260
- regexp_parser (>= 1.8, < 3.0)
261
- rexml (>= 3.2.5, < 4.0)
262
- rubocop-ast (>= 1.31.1, < 2.0)
282
+ regexp_parser (>= 2.9.3, < 3.0)
283
+ rubocop-ast (>= 1.46.0, < 2.0)
263
284
  ruby-progressbar (~> 1.7)
264
- unicode-display_width (>= 2.4.0, < 3.0)
265
- rubocop-ast (1.31.2)
266
- parser (>= 3.3.0.4)
267
- rubocop-capybara (2.20.0)
268
- rubocop (~> 1.41)
269
- rubocop-factory_bot (2.25.1)
270
- rubocop (~> 1.41)
271
- rubocop-rails (2.24.0)
285
+ unicode-display_width (>= 2.4.0, < 4.0)
286
+ rubocop-ast (1.46.0)
287
+ parser (>= 3.3.7.2)
288
+ prism (~> 1.4)
289
+ rubocop-rails (2.33.3)
272
290
  activesupport (>= 4.2.0)
291
+ lint_roller (~> 1.1)
273
292
  rack (>= 1.1)
274
- rubocop (>= 1.33.0, < 2.0)
275
- rubocop-ast (>= 1.31.1, < 2.0)
276
- rubocop-rspec (2.27.1)
277
- rubocop (~> 1.40)
278
- rubocop-capybara (~> 2.17)
279
- rubocop-factory_bot (~> 2.22)
293
+ rubocop (>= 1.75.0, < 2.0)
294
+ rubocop-ast (>= 1.44.0, < 2.0)
295
+ rubocop-rspec (3.6.0)
296
+ lint_roller (~> 1.1)
297
+ rubocop (~> 1.72, >= 1.72.1)
280
298
  ruby-progressbar (1.13.0)
281
- ruby2ruby (2.5.0)
299
+ ruby2ruby (2.5.2)
282
300
  ruby_parser (~> 3.1)
283
301
  sexp_processor (~> 4.6)
284
- ruby_parser (3.21.0)
302
+ ruby_parser (3.21.1)
285
303
  racc (~> 1.5)
286
304
  sexp_processor (~> 4.16)
287
- rubyzip (2.3.2)
288
- selenium-webdriver (4.18.1)
305
+ rubyzip (3.0.1)
306
+ securerandom (0.4.1)
307
+ selenium-webdriver (4.35.0)
289
308
  base64 (~> 0.2)
309
+ logger (~> 1.4)
290
310
  rexml (~> 3.2, >= 3.2.5)
291
- rubyzip (>= 1.2.2, < 3.0)
311
+ rubyzip (>= 1.2.2, < 4.0)
292
312
  websocket (~> 1.0)
293
- sexp_processor (4.17.1)
294
- shoulda-matchers (6.2.0)
313
+ sexp_processor (4.17.3)
314
+ shoulda-matchers (6.5.0)
295
315
  activesupport (>= 5.2.0)
296
316
  simplecov (0.21.2)
297
317
  docile (~> 1.1)
298
318
  simplecov-html (~> 0.11)
299
319
  simplecov_json_formatter (~> 0.1)
300
- simplecov-console (0.9.1)
320
+ simplecov-console (0.9.4)
301
321
  ansi
302
322
  simplecov
303
323
  terminal-table
304
- simplecov-html (0.12.3)
324
+ simplecov-html (0.13.2)
305
325
  simplecov_json_formatter (0.1.4)
306
- sqlite3 (1.7.3)
307
- mini_portile2 (~> 2.8.0)
308
- stringio (3.1.0)
309
- terminal-table (3.0.2)
310
- unicode-display_width (>= 1.1.1, < 3)
311
- thor (1.3.1)
312
- timeout (0.4.1)
326
+ sqlite3 (2.7.3-aarch64-linux-gnu)
327
+ sqlite3 (2.7.3-aarch64-linux-musl)
328
+ sqlite3 (2.7.3-arm-linux-gnu)
329
+ sqlite3 (2.7.3-arm-linux-musl)
330
+ sqlite3 (2.7.3-arm64-darwin)
331
+ sqlite3 (2.7.3-x86_64-darwin)
332
+ sqlite3 (2.7.3-x86_64-linux-gnu)
333
+ sqlite3 (2.7.3-x86_64-linux-musl)
334
+ stringio (3.1.7)
335
+ terminal-table (4.0.0)
336
+ unicode-display_width (>= 1.1.1, < 4)
337
+ thor (1.4.0)
338
+ timeout (0.4.3)
313
339
  tzinfo (2.0.6)
314
340
  concurrent-ruby (~> 1.0)
315
- unicode-display_width (2.5.0)
341
+ unicode-display_width (3.1.5)
342
+ unicode-emoji (~> 4.0, >= 4.0.4)
343
+ unicode-emoji (4.0.4)
344
+ uri (1.0.3)
345
+ useragent (0.16.11)
316
346
  warden (1.2.9)
317
347
  rack (>= 2.0.9)
318
- webrick (1.8.1)
319
- websocket (1.2.10)
320
- websocket-driver (0.7.6)
348
+ websocket (1.2.11)
349
+ websocket-driver (0.8.0)
350
+ base64
321
351
  websocket-extensions (>= 0.1.0)
322
352
  websocket-extensions (0.1.5)
323
353
  xpath (3.2.0)
324
354
  nokogiri (~> 1.8)
325
- zeitwerk (2.6.13)
355
+ zeitwerk (2.7.3)
326
356
 
327
357
  PLATFORMS
328
- ruby
358
+ aarch64-linux-gnu
359
+ aarch64-linux-musl
360
+ arm-linux-gnu
361
+ arm-linux-musl
362
+ arm64-darwin
363
+ x86_64-darwin
364
+ x86_64-linux-gnu
365
+ x86_64-linux-musl
329
366
 
330
367
  DEPENDENCIES
331
368
  bundler (>= 2.2.14)
@@ -337,7 +374,7 @@ DEPENDENCIES
337
374
  devise-secure_password!
338
375
  flay (>= 2.10.0)
339
376
  launchy (>= 2.4.3)
340
- rails (>= 6.1.0)
377
+ rails (>= 7.0)
341
378
  rake (>= 12.3)
342
379
  rspec (>= 3.7)
343
380
  rspec-rails (>= 3.7)
@@ -353,4 +390,4 @@ DEPENDENCIES
353
390
  sqlite3 (>= 1.7.0)
354
391
 
355
392
  BUNDLED WITH
356
- 2.5.10
393
+ 2.5.22