rubocop-powerhome 0.6.1 → 0.7.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.
- checksums.yaml +4 -4
- data/Appraisals +8 -8
- data/CHANGELOG.md +7 -0
- data/Gemfile +0 -6
- data/Gemfile.lock +182 -137
- data/gemfiles/rails_7_1.gemfile +0 -5
- data/gemfiles/rails_7_1.gemfile.lock +73 -68
- data/gemfiles/rails_7_2.gemfile +0 -5
- data/gemfiles/rails_7_2.gemfile.lock +73 -68
- data/gemfiles/{rails_6_0.gemfile → rails_8_0.gemfile} +1 -3
- data/gemfiles/rails_8_0.gemfile.lock +323 -0
- data/gemfiles/rails_8_1.gemfile +9 -0
- data/gemfiles/rails_8_1.gemfile.lock +325 -0
- data/lib/rubocop/powerhome/version.rb +1 -1
- data/rubocop-powerhome.gemspec +1 -1
- metadata +9 -11
- data/gemfiles/rails_6_0.gemfile.lock +0 -254
- data/gemfiles/rails_6_1.gemfile +0 -14
- data/gemfiles/rails_6_1.gemfile.lock +0 -276
- data/gemfiles/rails_7_0.gemfile +0 -14
- data/gemfiles/rails_7_0.gemfile.lock +0 -273
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e9a7308914ed259cbe0df2a1b0d202d06cf80d346a04b69f585d31b99d8cdab
|
|
4
|
+
data.tar.gz: 6d9791d856fd7ffd6088154b8794123d9938d0a091c3f0dc9a5fe41b3c57738e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a5314ef5eabcda2b35f1975548ddfb3eaf8d4e2289485bd9da53f96a08c1b423924af8a789a3dee3c927ec5638b770f79a32f80aa9cccf0371f7a9c3d045898
|
|
7
|
+
data.tar.gz: 316c82492285eb0142cebd1bf76b40e955fd4f8190b50126926fd49efcce8b9dace3ee3e9343056a3c99e068234ecb19edde5b9f5606b28b66ed08fa7b467ce7
|
data/Appraisals
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
appraise "rails-6-1" do
|
|
4
|
-
gem "rails", "6.1.7.7"
|
|
5
|
-
end
|
|
6
|
-
|
|
7
|
-
appraise "rails-7-0" do
|
|
8
|
-
gem "rails", "7.0.8.1"
|
|
9
|
-
end
|
|
10
|
-
|
|
11
3
|
appraise "rails-7-1" do
|
|
12
4
|
gem "rails", "7.1.5.2"
|
|
13
5
|
end
|
|
@@ -15,3 +7,11 @@ end
|
|
|
15
7
|
appraise "rails-7-2" do
|
|
16
8
|
gem "rails", "7.2.2.2"
|
|
17
9
|
end
|
|
10
|
+
|
|
11
|
+
appraise "rails-8-0" do
|
|
12
|
+
gem "rails", "8.0.5"
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
appraise "rails-8-1" do
|
|
16
|
+
gem "rails", "8.1.3"
|
|
17
|
+
end
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
+
## [0.7.0] - 2026-07-28
|
|
4
|
+
|
|
5
|
+
[HFH-4410 - Bump powertools for Rails 8.1.3 V2](https://github.com/powerhome/power-tools/pull/426)
|
|
6
|
+
|
|
7
|
+
- Upgrade Rails to 8.1.3 for Nitro and Runway compatability
|
|
8
|
+
- Drop support for Ruby < 3.3 and Rails < 7.1 [#396](https://github.com/powerhome/power-tools/pull/396)
|
|
9
|
+
|
|
3
10
|
## [0.6.1] - 2026-02-26
|
|
4
11
|
|
|
5
12
|
- Adds Graphql/DefaultNullTrue cop
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rubocop-powerhome (0.
|
|
4
|
+
rubocop-powerhome (0.7.0)
|
|
5
5
|
rubocop (= 1.82.1)
|
|
6
6
|
rubocop-performance
|
|
7
7
|
rubocop-rails
|
|
@@ -11,93 +11,112 @@ PATH
|
|
|
11
11
|
GEM
|
|
12
12
|
remote: https://rubygems.org/
|
|
13
13
|
specs:
|
|
14
|
-
actioncable (7.
|
|
15
|
-
actionpack (= 7.
|
|
16
|
-
activesupport (= 7.
|
|
14
|
+
actioncable (7.2.3.1)
|
|
15
|
+
actionpack (= 7.2.3.1)
|
|
16
|
+
activesupport (= 7.2.3.1)
|
|
17
17
|
nio4r (~> 2.0)
|
|
18
18
|
websocket-driver (>= 0.6.1)
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
rack (~> 2.0, >= 2.2.4)
|
|
19
|
+
zeitwerk (~> 2.6)
|
|
20
|
+
actionmailbox (7.2.3.1)
|
|
21
|
+
actionpack (= 7.2.3.1)
|
|
22
|
+
activejob (= 7.2.3.1)
|
|
23
|
+
activerecord (= 7.2.3.1)
|
|
24
|
+
activestorage (= 7.2.3.1)
|
|
25
|
+
activesupport (= 7.2.3.1)
|
|
26
|
+
mail (>= 2.8.0)
|
|
27
|
+
actionmailer (7.2.3.1)
|
|
28
|
+
actionpack (= 7.2.3.1)
|
|
29
|
+
actionview (= 7.2.3.1)
|
|
30
|
+
activejob (= 7.2.3.1)
|
|
31
|
+
activesupport (= 7.2.3.1)
|
|
32
|
+
mail (>= 2.8.0)
|
|
33
|
+
rails-dom-testing (~> 2.2)
|
|
34
|
+
actionpack (7.2.3.1)
|
|
35
|
+
actionview (= 7.2.3.1)
|
|
36
|
+
activesupport (= 7.2.3.1)
|
|
37
|
+
cgi
|
|
38
|
+
nokogiri (>= 1.8.5)
|
|
39
|
+
racc
|
|
40
|
+
rack (>= 2.2.4, < 3.3)
|
|
41
|
+
rack-session (>= 1.0.1)
|
|
43
42
|
rack-test (>= 0.6.3)
|
|
44
|
-
rails-dom-testing (~> 2.
|
|
45
|
-
rails-html-sanitizer (~> 1.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
43
|
+
rails-dom-testing (~> 2.2)
|
|
44
|
+
rails-html-sanitizer (~> 1.6)
|
|
45
|
+
useragent (~> 0.16)
|
|
46
|
+
actiontext (7.2.3.1)
|
|
47
|
+
actionpack (= 7.2.3.1)
|
|
48
|
+
activerecord (= 7.2.3.1)
|
|
49
|
+
activestorage (= 7.2.3.1)
|
|
50
|
+
activesupport (= 7.2.3.1)
|
|
51
51
|
globalid (>= 0.6.0)
|
|
52
52
|
nokogiri (>= 1.8.5)
|
|
53
|
-
actionview (7.
|
|
54
|
-
activesupport (= 7.
|
|
53
|
+
actionview (7.2.3.1)
|
|
54
|
+
activesupport (= 7.2.3.1)
|
|
55
55
|
builder (~> 3.1)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
rails-
|
|
59
|
-
|
|
60
|
-
|
|
56
|
+
cgi
|
|
57
|
+
erubi (~> 1.11)
|
|
58
|
+
rails-dom-testing (~> 2.2)
|
|
59
|
+
rails-html-sanitizer (~> 1.6)
|
|
60
|
+
activejob (7.2.3.1)
|
|
61
|
+
activesupport (= 7.2.3.1)
|
|
61
62
|
globalid (>= 0.3.6)
|
|
62
|
-
activemodel (7.
|
|
63
|
-
activesupport (= 7.
|
|
64
|
-
activerecord (7.
|
|
65
|
-
activemodel (= 7.
|
|
66
|
-
activesupport (= 7.
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
63
|
+
activemodel (7.2.3.1)
|
|
64
|
+
activesupport (= 7.2.3.1)
|
|
65
|
+
activerecord (7.2.3.1)
|
|
66
|
+
activemodel (= 7.2.3.1)
|
|
67
|
+
activesupport (= 7.2.3.1)
|
|
68
|
+
timeout (>= 0.4.0)
|
|
69
|
+
activestorage (7.2.3.1)
|
|
70
|
+
actionpack (= 7.2.3.1)
|
|
71
|
+
activejob (= 7.2.3.1)
|
|
72
|
+
activerecord (= 7.2.3.1)
|
|
73
|
+
activesupport (= 7.2.3.1)
|
|
72
74
|
marcel (~> 1.0)
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
75
|
+
activesupport (7.2.3.1)
|
|
76
|
+
base64
|
|
77
|
+
benchmark (>= 0.3)
|
|
78
|
+
bigdecimal
|
|
79
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
80
|
+
connection_pool (>= 2.2.5)
|
|
81
|
+
drb
|
|
76
82
|
i18n (>= 1.6, < 2)
|
|
77
|
-
|
|
78
|
-
|
|
83
|
+
logger (>= 1.4.2)
|
|
84
|
+
minitest (>= 5.1, < 6)
|
|
85
|
+
securerandom (>= 0.3)
|
|
86
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
79
87
|
appraisal (2.5.0)
|
|
80
88
|
bundler
|
|
81
89
|
rake
|
|
82
90
|
thor (>= 0.14.0)
|
|
83
|
-
ast (2.4.
|
|
84
|
-
base64 (0.
|
|
91
|
+
ast (2.4.3)
|
|
92
|
+
base64 (0.3.0)
|
|
93
|
+
benchmark (0.5.0)
|
|
94
|
+
bigdecimal (4.1.1)
|
|
85
95
|
builder (3.3.0)
|
|
86
96
|
byebug (11.1.3)
|
|
97
|
+
cgi (0.5.1)
|
|
87
98
|
coderay (1.1.3)
|
|
88
|
-
concurrent-ruby (1.3.
|
|
99
|
+
concurrent-ruby (1.3.6)
|
|
100
|
+
connection_pool (3.0.2)
|
|
89
101
|
crass (1.0.6)
|
|
90
|
-
csv (3.3.
|
|
91
|
-
date (3.
|
|
92
|
-
diff-lcs (1.
|
|
93
|
-
|
|
102
|
+
csv (3.3.5)
|
|
103
|
+
date (3.5.1)
|
|
104
|
+
diff-lcs (1.6.2)
|
|
105
|
+
drb (2.2.3)
|
|
106
|
+
erb (6.0.2)
|
|
94
107
|
erubi (1.13.1)
|
|
95
|
-
globalid (1.
|
|
108
|
+
globalid (1.3.0)
|
|
96
109
|
activesupport (>= 6.1)
|
|
97
|
-
i18n (1.14.
|
|
110
|
+
i18n (1.14.8)
|
|
98
111
|
concurrent-ruby (~> 1.0)
|
|
99
|
-
|
|
100
|
-
|
|
112
|
+
io-console (0.8.2)
|
|
113
|
+
irb (1.17.0)
|
|
114
|
+
pp (>= 0.6.0)
|
|
115
|
+
prism (>= 1.3.0)
|
|
116
|
+
rdoc (>= 4.0.0)
|
|
117
|
+
reline (>= 0.4.2)
|
|
118
|
+
json (2.19.3)
|
|
119
|
+
language_server-protocol (3.17.0.5)
|
|
101
120
|
license_finder (7.2.1)
|
|
102
121
|
bundler
|
|
103
122
|
csv (~> 3.2)
|
|
@@ -107,96 +126,118 @@ GEM
|
|
|
107
126
|
with_env (= 1.1.0)
|
|
108
127
|
xml-simple (~> 1.1.9)
|
|
109
128
|
lint_roller (1.1.0)
|
|
110
|
-
|
|
129
|
+
logger (1.7.0)
|
|
130
|
+
loofah (2.25.1)
|
|
111
131
|
crass (~> 1.0.2)
|
|
112
132
|
nokogiri (>= 1.12.0)
|
|
113
|
-
mail (2.
|
|
133
|
+
mail (2.9.0)
|
|
134
|
+
logger
|
|
114
135
|
mini_mime (>= 0.1.1)
|
|
115
136
|
net-imap
|
|
116
137
|
net-pop
|
|
117
138
|
net-smtp
|
|
118
|
-
marcel (1.0
|
|
139
|
+
marcel (1.1.0)
|
|
119
140
|
method_source (1.1.0)
|
|
120
141
|
mini_mime (1.1.5)
|
|
121
142
|
mini_portile2 (2.8.9)
|
|
122
|
-
minitest (5.
|
|
123
|
-
net-imap (0.
|
|
143
|
+
minitest (5.27.0)
|
|
144
|
+
net-imap (0.6.3)
|
|
124
145
|
date
|
|
125
146
|
net-protocol
|
|
126
147
|
net-pop (0.1.2)
|
|
127
148
|
net-protocol
|
|
128
149
|
net-protocol (0.2.2)
|
|
129
150
|
timeout
|
|
130
|
-
net-smtp (0.5.
|
|
151
|
+
net-smtp (0.5.1)
|
|
131
152
|
net-protocol
|
|
132
|
-
nio4r (2.7.
|
|
133
|
-
nokogiri (1.
|
|
153
|
+
nio4r (2.7.5)
|
|
154
|
+
nokogiri (1.19.2)
|
|
134
155
|
mini_portile2 (~> 2.8.2)
|
|
135
156
|
racc (~> 1.4)
|
|
136
|
-
nokogiri (1.
|
|
157
|
+
nokogiri (1.19.2-arm64-darwin)
|
|
137
158
|
racc (~> 1.4)
|
|
138
|
-
nokogiri (1.
|
|
159
|
+
nokogiri (1.19.2-x86_64-linux-gnu)
|
|
139
160
|
racc (~> 1.4)
|
|
140
|
-
parallel (1.
|
|
141
|
-
parser (3.3.
|
|
161
|
+
parallel (1.28.0)
|
|
162
|
+
parser (3.3.11.1)
|
|
142
163
|
ast (~> 2.4.1)
|
|
143
164
|
racc
|
|
144
|
-
|
|
165
|
+
pp (0.6.3)
|
|
166
|
+
prettyprint
|
|
167
|
+
prettyprint (0.2.0)
|
|
168
|
+
prism (1.9.0)
|
|
145
169
|
pry (0.14.2)
|
|
146
170
|
coderay (~> 1.1)
|
|
147
171
|
method_source (~> 1.0)
|
|
148
172
|
pry-byebug (3.10.1)
|
|
149
173
|
byebug (~> 11.0)
|
|
150
174
|
pry (>= 0.13, < 0.15)
|
|
175
|
+
psych (5.3.1)
|
|
176
|
+
date
|
|
177
|
+
stringio
|
|
151
178
|
racc (1.8.1)
|
|
152
|
-
rack (
|
|
179
|
+
rack (3.2.6)
|
|
180
|
+
rack-session (2.1.2)
|
|
181
|
+
base64 (>= 0.1.0)
|
|
182
|
+
rack (>= 3.0.0)
|
|
153
183
|
rack-test (2.2.0)
|
|
154
184
|
rack (>= 1.3)
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
185
|
+
rackup (2.3.1)
|
|
186
|
+
rack (>= 3)
|
|
187
|
+
rails (7.2.3.1)
|
|
188
|
+
actioncable (= 7.2.3.1)
|
|
189
|
+
actionmailbox (= 7.2.3.1)
|
|
190
|
+
actionmailer (= 7.2.3.1)
|
|
191
|
+
actionpack (= 7.2.3.1)
|
|
192
|
+
actiontext (= 7.2.3.1)
|
|
193
|
+
actionview (= 7.2.3.1)
|
|
194
|
+
activejob (= 7.2.3.1)
|
|
195
|
+
activemodel (= 7.2.3.1)
|
|
196
|
+
activerecord (= 7.2.3.1)
|
|
197
|
+
activestorage (= 7.2.3.1)
|
|
198
|
+
activesupport (= 7.2.3.1)
|
|
167
199
|
bundler (>= 1.15.0)
|
|
168
|
-
railties (= 7.
|
|
169
|
-
rails-dom-testing (2.
|
|
200
|
+
railties (= 7.2.3.1)
|
|
201
|
+
rails-dom-testing (2.3.0)
|
|
170
202
|
activesupport (>= 5.0.0)
|
|
171
203
|
minitest
|
|
172
204
|
nokogiri (>= 1.6)
|
|
173
|
-
rails-html-sanitizer (1.
|
|
174
|
-
loofah (~> 2.
|
|
205
|
+
rails-html-sanitizer (1.7.0)
|
|
206
|
+
loofah (~> 2.25)
|
|
175
207
|
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)
|
|
176
|
-
railties (7.
|
|
177
|
-
actionpack (= 7.
|
|
178
|
-
activesupport (= 7.
|
|
179
|
-
|
|
208
|
+
railties (7.2.3.1)
|
|
209
|
+
actionpack (= 7.2.3.1)
|
|
210
|
+
activesupport (= 7.2.3.1)
|
|
211
|
+
cgi
|
|
212
|
+
irb (~> 1.13)
|
|
213
|
+
rackup (>= 1.0.0)
|
|
180
214
|
rake (>= 12.2)
|
|
181
|
-
thor (~> 1.0)
|
|
182
|
-
|
|
215
|
+
thor (~> 1.0, >= 1.2.2)
|
|
216
|
+
tsort (>= 0.2)
|
|
217
|
+
zeitwerk (~> 2.6)
|
|
183
218
|
rainbow (3.1.1)
|
|
184
|
-
rake (13.
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
219
|
+
rake (13.3.1)
|
|
220
|
+
rdoc (7.2.0)
|
|
221
|
+
erb
|
|
222
|
+
psych (>= 4.0.0)
|
|
223
|
+
tsort
|
|
224
|
+
regexp_parser (2.12.0)
|
|
225
|
+
reline (0.6.3)
|
|
226
|
+
io-console (~> 0.5)
|
|
227
|
+
rexml (3.4.4)
|
|
228
|
+
rspec (3.13.2)
|
|
188
229
|
rspec-core (~> 3.13.0)
|
|
189
230
|
rspec-expectations (~> 3.13.0)
|
|
190
231
|
rspec-mocks (~> 3.13.0)
|
|
191
|
-
rspec-core (3.13.
|
|
232
|
+
rspec-core (3.13.6)
|
|
192
233
|
rspec-support (~> 3.13.0)
|
|
193
|
-
rspec-expectations (3.13.
|
|
234
|
+
rspec-expectations (3.13.5)
|
|
194
235
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
195
236
|
rspec-support (~> 3.13.0)
|
|
196
|
-
rspec-mocks (3.13.
|
|
237
|
+
rspec-mocks (3.13.8)
|
|
197
238
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
198
239
|
rspec-support (~> 3.13.0)
|
|
199
|
-
rspec-support (3.13.
|
|
240
|
+
rspec-support (3.13.7)
|
|
200
241
|
rubocop (1.82.1)
|
|
201
242
|
json (~> 2.3)
|
|
202
243
|
language_server-protocol (~> 3.17.0.2)
|
|
@@ -208,38 +249,47 @@ GEM
|
|
|
208
249
|
rubocop-ast (>= 1.48.0, < 2.0)
|
|
209
250
|
ruby-progressbar (~> 1.7)
|
|
210
251
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
211
|
-
rubocop-ast (1.
|
|
252
|
+
rubocop-ast (1.49.1)
|
|
212
253
|
parser (>= 3.3.7.2)
|
|
213
|
-
prism (~> 1.
|
|
214
|
-
rubocop-performance (1.
|
|
215
|
-
|
|
216
|
-
rubocop
|
|
217
|
-
|
|
254
|
+
prism (~> 1.7)
|
|
255
|
+
rubocop-performance (1.26.1)
|
|
256
|
+
lint_roller (~> 1.1)
|
|
257
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
258
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
259
|
+
rubocop-rails (2.34.3)
|
|
218
260
|
activesupport (>= 4.2.0)
|
|
261
|
+
lint_roller (~> 1.1)
|
|
219
262
|
rack (>= 1.1)
|
|
220
|
-
rubocop (>= 1.
|
|
221
|
-
rubocop-ast (>= 1.
|
|
222
|
-
rubocop-rake (0.
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
263
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
264
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
265
|
+
rubocop-rake (0.7.1)
|
|
266
|
+
lint_roller (~> 1.1)
|
|
267
|
+
rubocop (>= 1.72.1)
|
|
268
|
+
rubocop-rspec (3.9.0)
|
|
269
|
+
lint_roller (~> 1.1)
|
|
270
|
+
rubocop (~> 1.81)
|
|
226
271
|
ruby-progressbar (1.13.0)
|
|
227
272
|
rubyzip (2.4.1)
|
|
228
|
-
securerandom (0.
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
273
|
+
securerandom (0.4.1)
|
|
274
|
+
stringio (3.2.0)
|
|
275
|
+
thor (1.5.0)
|
|
276
|
+
timeout (0.6.1)
|
|
277
|
+
tomlrb (2.0.4)
|
|
278
|
+
tsort (0.2.0)
|
|
232
279
|
tzinfo (2.0.6)
|
|
233
280
|
concurrent-ruby (~> 1.0)
|
|
234
|
-
unicode-display_width (2.
|
|
235
|
-
|
|
281
|
+
unicode-display_width (3.2.0)
|
|
282
|
+
unicode-emoji (~> 4.1)
|
|
283
|
+
unicode-emoji (4.2.0)
|
|
284
|
+
useragent (0.16.11)
|
|
285
|
+
websocket-driver (0.8.0)
|
|
236
286
|
base64
|
|
237
287
|
websocket-extensions (>= 0.1.0)
|
|
238
288
|
websocket-extensions (0.1.5)
|
|
239
289
|
with_env (1.1.0)
|
|
240
290
|
xml-simple (1.1.9)
|
|
241
291
|
rexml
|
|
242
|
-
zeitwerk (2.
|
|
292
|
+
zeitwerk (2.7.5)
|
|
243
293
|
|
|
244
294
|
PLATFORMS
|
|
245
295
|
arm64-darwin-22
|
|
@@ -248,18 +298,13 @@ PLATFORMS
|
|
|
248
298
|
|
|
249
299
|
DEPENDENCIES
|
|
250
300
|
appraisal (~> 2.5.0)
|
|
251
|
-
erb (< 6)
|
|
252
301
|
license_finder (~> 7.0)
|
|
253
|
-
net-imap (< 0.5.0)
|
|
254
|
-
nokogiri (< 1.18.10)
|
|
255
302
|
pry (>= 0.14.2)
|
|
256
303
|
pry-byebug (= 3.10.1)
|
|
257
|
-
rails (>=
|
|
304
|
+
rails (>= 7.1, < 8.2)
|
|
258
305
|
rake (~> 13.0)
|
|
259
306
|
rspec (~> 3.0)
|
|
260
307
|
rubocop-powerhome!
|
|
261
|
-
securerandom (< 0.4.0)
|
|
262
|
-
zeitwerk (< 2.7.0)
|
|
263
308
|
|
|
264
309
|
BUNDLED WITH
|
|
265
310
|
2.5.23
|
data/gemfiles/rails_7_1.gemfile
CHANGED