precompiled_assets 0.2.1 → 1.0.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/.rspec +2 -0
- data/.rubocop.yml +4 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +12 -0
- data/Gemfile +1 -0
- data/Gemfile.6.1 +8 -0
- data/Gemfile.6.1.lock +182 -0
- data/Gemfile.7.0 +8 -0
- data/Gemfile.7.0.lock +214 -0
- data/Gemfile.7.1 +8 -0
- data/Gemfile.7.1.lock +335 -0
- data/Gemfile.7.2 +8 -0
- data/Gemfile.7.2.lock +327 -0
- data/Gemfile.8.0 +8 -0
- data/Gemfile.8.0.lock +326 -0
- data/Gemfile.8.1 +15 -0
- data/Gemfile.8.1.lock +381 -0
- data/Gemfile.lock +1 -0
- data/Gemfile.viewcomponent-4 +9 -0
- data/Gemfile.viewcomponent-4.lock +336 -0
- data/README.md +27 -3
- data/Rakefile +10 -3
- data/lib/precompiled_assets/railtie.rb +6 -3
- data/lib/precompiled_assets/version.rb +1 -1
- metadata +18 -6
- data/Gemfile +0 -8
- data/Gemfile.lock +0 -104
data/Gemfile.8.0.lock
ADDED
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
precompiled_assets (1.0.0)
|
|
5
|
+
railties (>= 6.0.0)
|
|
6
|
+
|
|
7
|
+
GEM
|
|
8
|
+
remote: https://rubygems.org/
|
|
9
|
+
specs:
|
|
10
|
+
actioncable (8.0.5)
|
|
11
|
+
actionpack (= 8.0.5)
|
|
12
|
+
activesupport (= 8.0.5)
|
|
13
|
+
nio4r (~> 2.0)
|
|
14
|
+
websocket-driver (>= 0.6.1)
|
|
15
|
+
zeitwerk (~> 2.6)
|
|
16
|
+
actionmailbox (8.0.5)
|
|
17
|
+
actionpack (= 8.0.5)
|
|
18
|
+
activejob (= 8.0.5)
|
|
19
|
+
activerecord (= 8.0.5)
|
|
20
|
+
activestorage (= 8.0.5)
|
|
21
|
+
activesupport (= 8.0.5)
|
|
22
|
+
mail (>= 2.8.0)
|
|
23
|
+
actionmailer (8.0.5)
|
|
24
|
+
actionpack (= 8.0.5)
|
|
25
|
+
actionview (= 8.0.5)
|
|
26
|
+
activejob (= 8.0.5)
|
|
27
|
+
activesupport (= 8.0.5)
|
|
28
|
+
mail (>= 2.8.0)
|
|
29
|
+
rails-dom-testing (~> 2.2)
|
|
30
|
+
actionpack (8.0.5)
|
|
31
|
+
actionview (= 8.0.5)
|
|
32
|
+
activesupport (= 8.0.5)
|
|
33
|
+
nokogiri (>= 1.8.5)
|
|
34
|
+
rack (>= 2.2.4)
|
|
35
|
+
rack-session (>= 1.0.1)
|
|
36
|
+
rack-test (>= 0.6.3)
|
|
37
|
+
rails-dom-testing (~> 2.2)
|
|
38
|
+
rails-html-sanitizer (~> 1.6)
|
|
39
|
+
useragent (~> 0.16)
|
|
40
|
+
actiontext (8.0.5)
|
|
41
|
+
actionpack (= 8.0.5)
|
|
42
|
+
activerecord (= 8.0.5)
|
|
43
|
+
activestorage (= 8.0.5)
|
|
44
|
+
activesupport (= 8.0.5)
|
|
45
|
+
globalid (>= 0.6.0)
|
|
46
|
+
nokogiri (>= 1.8.5)
|
|
47
|
+
actionview (8.0.5)
|
|
48
|
+
activesupport (= 8.0.5)
|
|
49
|
+
builder (~> 3.1)
|
|
50
|
+
erubi (~> 1.11)
|
|
51
|
+
rails-dom-testing (~> 2.2)
|
|
52
|
+
rails-html-sanitizer (~> 1.6)
|
|
53
|
+
activejob (8.0.5)
|
|
54
|
+
activesupport (= 8.0.5)
|
|
55
|
+
globalid (>= 0.3.6)
|
|
56
|
+
activemodel (8.0.5)
|
|
57
|
+
activesupport (= 8.0.5)
|
|
58
|
+
activerecord (8.0.5)
|
|
59
|
+
activemodel (= 8.0.5)
|
|
60
|
+
activesupport (= 8.0.5)
|
|
61
|
+
timeout (>= 0.4.0)
|
|
62
|
+
activestorage (8.0.5)
|
|
63
|
+
actionpack (= 8.0.5)
|
|
64
|
+
activejob (= 8.0.5)
|
|
65
|
+
activerecord (= 8.0.5)
|
|
66
|
+
activesupport (= 8.0.5)
|
|
67
|
+
marcel (~> 1.0)
|
|
68
|
+
activesupport (8.0.5)
|
|
69
|
+
base64
|
|
70
|
+
benchmark (>= 0.3)
|
|
71
|
+
bigdecimal
|
|
72
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
73
|
+
connection_pool (>= 2.2.5)
|
|
74
|
+
drb
|
|
75
|
+
i18n (>= 1.6, < 2)
|
|
76
|
+
logger (>= 1.4.2)
|
|
77
|
+
minitest (>= 5.1)
|
|
78
|
+
securerandom (>= 0.3)
|
|
79
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
80
|
+
uri (>= 0.13.1)
|
|
81
|
+
base64 (0.3.0)
|
|
82
|
+
benchmark (0.5.0)
|
|
83
|
+
bigdecimal (4.1.1)
|
|
84
|
+
builder (3.3.0)
|
|
85
|
+
concurrent-ruby (1.3.6)
|
|
86
|
+
connection_pool (3.0.2)
|
|
87
|
+
crass (1.0.6)
|
|
88
|
+
date (3.5.1)
|
|
89
|
+
diff-lcs (1.6.2)
|
|
90
|
+
drb (2.2.3)
|
|
91
|
+
erb (6.0.3)
|
|
92
|
+
erubi (1.13.1)
|
|
93
|
+
gemika (2.0.0)
|
|
94
|
+
globalid (1.3.0)
|
|
95
|
+
activesupport (>= 6.1)
|
|
96
|
+
i18n (1.14.8)
|
|
97
|
+
concurrent-ruby (~> 1.0)
|
|
98
|
+
io-console (0.8.2)
|
|
99
|
+
irb (1.17.0)
|
|
100
|
+
pp (>= 0.6.0)
|
|
101
|
+
prism (>= 1.3.0)
|
|
102
|
+
rdoc (>= 4.0.0)
|
|
103
|
+
reline (>= 0.4.2)
|
|
104
|
+
logger (1.7.0)
|
|
105
|
+
loofah (2.25.1)
|
|
106
|
+
crass (~> 1.0.2)
|
|
107
|
+
nokogiri (>= 1.12.0)
|
|
108
|
+
mail (2.9.0)
|
|
109
|
+
logger
|
|
110
|
+
mini_mime (>= 0.1.1)
|
|
111
|
+
net-imap
|
|
112
|
+
net-pop
|
|
113
|
+
net-smtp
|
|
114
|
+
marcel (1.1.0)
|
|
115
|
+
mini_mime (1.1.5)
|
|
116
|
+
minitest (6.0.4)
|
|
117
|
+
drb (~> 2.0)
|
|
118
|
+
prism (~> 1.5)
|
|
119
|
+
net-imap (0.6.3)
|
|
120
|
+
date
|
|
121
|
+
net-protocol
|
|
122
|
+
net-pop (0.1.2)
|
|
123
|
+
net-protocol
|
|
124
|
+
net-protocol (0.2.2)
|
|
125
|
+
timeout
|
|
126
|
+
net-smtp (0.5.1)
|
|
127
|
+
net-protocol
|
|
128
|
+
nio4r (2.7.5)
|
|
129
|
+
nokogiri (1.19.2-aarch64-linux-gnu)
|
|
130
|
+
racc (~> 1.4)
|
|
131
|
+
nokogiri (1.19.2-aarch64-linux-musl)
|
|
132
|
+
racc (~> 1.4)
|
|
133
|
+
nokogiri (1.19.2-arm-linux-gnu)
|
|
134
|
+
racc (~> 1.4)
|
|
135
|
+
nokogiri (1.19.2-arm-linux-musl)
|
|
136
|
+
racc (~> 1.4)
|
|
137
|
+
nokogiri (1.19.2-arm64-darwin)
|
|
138
|
+
racc (~> 1.4)
|
|
139
|
+
nokogiri (1.19.2-x86_64-darwin)
|
|
140
|
+
racc (~> 1.4)
|
|
141
|
+
nokogiri (1.19.2-x86_64-linux-gnu)
|
|
142
|
+
racc (~> 1.4)
|
|
143
|
+
nokogiri (1.19.2-x86_64-linux-musl)
|
|
144
|
+
racc (~> 1.4)
|
|
145
|
+
pp (0.6.3)
|
|
146
|
+
prettyprint
|
|
147
|
+
prettyprint (0.2.0)
|
|
148
|
+
prism (1.9.0)
|
|
149
|
+
psych (5.3.1)
|
|
150
|
+
date
|
|
151
|
+
stringio
|
|
152
|
+
racc (1.8.1)
|
|
153
|
+
rack (3.2.6)
|
|
154
|
+
rack-session (2.1.2)
|
|
155
|
+
base64 (>= 0.1.0)
|
|
156
|
+
rack (>= 3.0.0)
|
|
157
|
+
rack-test (2.2.0)
|
|
158
|
+
rack (>= 1.3)
|
|
159
|
+
rackup (2.3.1)
|
|
160
|
+
rack (>= 3)
|
|
161
|
+
rails (8.0.5)
|
|
162
|
+
actioncable (= 8.0.5)
|
|
163
|
+
actionmailbox (= 8.0.5)
|
|
164
|
+
actionmailer (= 8.0.5)
|
|
165
|
+
actionpack (= 8.0.5)
|
|
166
|
+
actiontext (= 8.0.5)
|
|
167
|
+
actionview (= 8.0.5)
|
|
168
|
+
activejob (= 8.0.5)
|
|
169
|
+
activemodel (= 8.0.5)
|
|
170
|
+
activerecord (= 8.0.5)
|
|
171
|
+
activestorage (= 8.0.5)
|
|
172
|
+
activesupport (= 8.0.5)
|
|
173
|
+
bundler (>= 1.15.0)
|
|
174
|
+
railties (= 8.0.5)
|
|
175
|
+
rails-dom-testing (2.3.0)
|
|
176
|
+
activesupport (>= 5.0.0)
|
|
177
|
+
minitest
|
|
178
|
+
nokogiri (>= 1.6)
|
|
179
|
+
rails-html-sanitizer (1.7.0)
|
|
180
|
+
loofah (~> 2.25)
|
|
181
|
+
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)
|
|
182
|
+
railties (8.0.5)
|
|
183
|
+
actionpack (= 8.0.5)
|
|
184
|
+
activesupport (= 8.0.5)
|
|
185
|
+
irb (~> 1.13)
|
|
186
|
+
rackup (>= 1.0.0)
|
|
187
|
+
rake (>= 12.2)
|
|
188
|
+
thor (~> 1.0, >= 1.2.2)
|
|
189
|
+
tsort (>= 0.2)
|
|
190
|
+
zeitwerk (~> 2.6)
|
|
191
|
+
rake (13.4.2)
|
|
192
|
+
rdoc (7.2.0)
|
|
193
|
+
erb
|
|
194
|
+
psych (>= 4.0.0)
|
|
195
|
+
tsort
|
|
196
|
+
reline (0.6.3)
|
|
197
|
+
io-console (~> 0.5)
|
|
198
|
+
rspec (3.13.2)
|
|
199
|
+
rspec-core (~> 3.13.0)
|
|
200
|
+
rspec-expectations (~> 3.13.0)
|
|
201
|
+
rspec-mocks (~> 3.13.0)
|
|
202
|
+
rspec-core (3.13.6)
|
|
203
|
+
rspec-support (~> 3.13.0)
|
|
204
|
+
rspec-expectations (3.13.5)
|
|
205
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
206
|
+
rspec-support (~> 3.13.0)
|
|
207
|
+
rspec-mocks (3.13.8)
|
|
208
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
209
|
+
rspec-support (~> 3.13.0)
|
|
210
|
+
rspec-support (3.13.7)
|
|
211
|
+
securerandom (0.4.1)
|
|
212
|
+
stringio (3.2.0)
|
|
213
|
+
thor (1.5.0)
|
|
214
|
+
timeout (0.6.1)
|
|
215
|
+
tsort (0.2.0)
|
|
216
|
+
tzinfo (2.0.6)
|
|
217
|
+
concurrent-ruby (~> 1.0)
|
|
218
|
+
uri (1.1.1)
|
|
219
|
+
useragent (0.16.11)
|
|
220
|
+
websocket-driver (0.8.0)
|
|
221
|
+
base64
|
|
222
|
+
websocket-extensions (>= 0.1.0)
|
|
223
|
+
websocket-extensions (0.1.5)
|
|
224
|
+
zeitwerk (2.7.5)
|
|
225
|
+
|
|
226
|
+
PLATFORMS
|
|
227
|
+
aarch64-linux-gnu
|
|
228
|
+
aarch64-linux-musl
|
|
229
|
+
arm-linux-gnu
|
|
230
|
+
arm-linux-musl
|
|
231
|
+
arm64-darwin
|
|
232
|
+
x86_64-darwin
|
|
233
|
+
x86_64-linux-gnu
|
|
234
|
+
x86_64-linux-musl
|
|
235
|
+
|
|
236
|
+
DEPENDENCIES
|
|
237
|
+
gemika (>= 0.8.1)
|
|
238
|
+
precompiled_assets!
|
|
239
|
+
rails (~> 8.0.0)
|
|
240
|
+
rake
|
|
241
|
+
rspec (~> 3.12)
|
|
242
|
+
|
|
243
|
+
CHECKSUMS
|
|
244
|
+
actioncable (8.0.5) sha256=01a1d1a48b63b1a643fae6b7b4eb2859af55f507b335fca9ab869a5c6742bb8b
|
|
245
|
+
actionmailbox (8.0.5) sha256=2651a87c0cc3dd1243a3afe64c052e71138f99006b3a5d3fa519198735500054
|
|
246
|
+
actionmailer (8.0.5) sha256=7918fac842cfe985ed21692f3d212c914a0c816e30e6fa68633177bb22f38561
|
|
247
|
+
actionpack (8.0.5) sha256=c9de868975dd124a0956499140bd5e63c367865deca01292df7c3195c8da4b35
|
|
248
|
+
actiontext (8.0.5) sha256=12f3ce3d6326230728316ba14eeac27b2100d6e7d9bfcb4b01fb27b187a812e1
|
|
249
|
+
actionview (8.0.5) sha256=6d0fa9e63df0cf2729b1f54d0988336c149eb2bbc6049f4c2834d7b62f351413
|
|
250
|
+
activejob (8.0.5) sha256=2dabe5c3bfe284aba4687c52b930564335435dde3a60b047821f9d3bd0d2ea10
|
|
251
|
+
activemodel (8.0.5) sha256=c796813d46dc1373f4c6c0ec91dfc520b53683ea773c3b3f9a12c4b3eb145bc2
|
|
252
|
+
activerecord (8.0.5) sha256=89b261b6cd910c9431cf2475f3f6e5e2f5ce589805043a33ef2b004376a129e6
|
|
253
|
+
activestorage (8.0.5) sha256=25898a3f8f8aced15ea6a8578cb56955acf3a96ad931e000b2e77e9c8db43df3
|
|
254
|
+
activesupport (8.0.5) sha256=37f213ff6a37cf3fadfa1a28c1a9678e2cb73b59bb9ebd0eeeca653cccadcb23
|
|
255
|
+
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
256
|
+
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
|
|
257
|
+
bigdecimal (4.1.1) sha256=1c09efab961da45203c8316b0cdaec0ff391dfadb952dd459584b63ebf8054ca
|
|
258
|
+
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
|
|
259
|
+
concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
|
|
260
|
+
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
|
|
261
|
+
crass (1.0.6) sha256=dc516022a56e7b3b156099abc81b6d2b08ea1ed12676ac7a5657617f012bd45d
|
|
262
|
+
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
263
|
+
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
264
|
+
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
265
|
+
erb (6.0.3) sha256=e43685a8a0a0ea6a924871b2162e8953ef73147ce46b75b36d1f6774fd286e91
|
|
266
|
+
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
267
|
+
gemika (2.0.0) sha256=251080678c4b5e5f356cb6c47296cd9ee7a7b752f75e4ccbdb1403e296655fe7
|
|
268
|
+
globalid (1.3.0) sha256=05c639ad6eb4594522a0b07983022f04aa7254626ab69445a0e493aa3786ff11
|
|
269
|
+
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
|
|
270
|
+
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
271
|
+
irb (1.17.0) sha256=168c4ddb93d8a361a045c41d92b2952c7a118fa73f23fe14e55609eb7a863aae
|
|
272
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
273
|
+
loofah (2.25.1) sha256=d436c73dbd0c1147b16c4a41db097942d217303e1f7728704b37e4df9f6d2e04
|
|
274
|
+
mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
|
|
275
|
+
marcel (1.1.0) sha256=fdcfcfa33cc52e93c4308d40e4090a5d4ea279e160a7f6af988260fa970e0bee
|
|
276
|
+
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
|
|
277
|
+
minitest (6.0.4) sha256=df1304664589d40f46089247fdc451f866b0ce0d7cae1457a15fc1eb7d48dca1
|
|
278
|
+
net-imap (0.6.3) sha256=9bab75f876596d09ee7bf911a291da478e0cd6badc54dfb82874855ccc82f2ad
|
|
279
|
+
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
|
|
280
|
+
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
|
|
281
|
+
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
|
|
282
|
+
nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
|
|
283
|
+
nokogiri (1.19.2-aarch64-linux-gnu) sha256=c34d5c8208025587554608e98fd88ab125b29c80f9352b821964e9a5d5cfbd19
|
|
284
|
+
nokogiri (1.19.2-aarch64-linux-musl) sha256=7f6b4b0202d507326841a4f790294bf75098aef50c7173443812e3ac5cb06515
|
|
285
|
+
nokogiri (1.19.2-arm-linux-gnu) sha256=b7fa1139016f3dc850bda1260988f0d749934a939d04ef2da13bec060d7d5081
|
|
286
|
+
nokogiri (1.19.2-arm-linux-musl) sha256=61114d44f6742ff72194a1b3020967201e2eb982814778d130f6471c11f9828c
|
|
287
|
+
nokogiri (1.19.2-arm64-darwin) sha256=58d8ea2e31a967b843b70487a44c14c8ba1866daa1b9da9be9dbdf1b43dee205
|
|
288
|
+
nokogiri (1.19.2-x86_64-darwin) sha256=7d9af11fda72dfaa2961d8c4d5380ca0b51bc389dc5f8d4b859b9644f195e7a4
|
|
289
|
+
nokogiri (1.19.2-x86_64-linux-gnu) sha256=fa8feca882b73e871a9845f3817a72e9734c8e974bdc4fbad6e4bc6e8076b94f
|
|
290
|
+
nokogiri (1.19.2-x86_64-linux-musl) sha256=93128448e61a9383a30baef041bf1f5817e22f297a1d400521e90294445069a8
|
|
291
|
+
pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
|
|
292
|
+
precompiled_assets (1.0.0)
|
|
293
|
+
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
294
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
295
|
+
psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
|
|
296
|
+
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
297
|
+
rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
|
|
298
|
+
rack-session (2.1.2) sha256=595434f8c0c3473ae7d7ac56ecda6cc6dfd9d37c0b2b5255330aa1576967ffe8
|
|
299
|
+
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
|
|
300
|
+
rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
|
|
301
|
+
rails (8.0.5) sha256=4cb40f90948be292fa15cc7cb37757b97266585145c6e76957464b40edfd5be6
|
|
302
|
+
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
|
|
303
|
+
rails-html-sanitizer (1.7.0) sha256=28b145cceaf9cc214a9874feaa183c3acba036c9592b19886e0e45efc62b1e89
|
|
304
|
+
railties (8.0.5) sha256=ad98c6e9a096b7e8cf63c70872b60ec6c1d4152be2a4ffa63483ec02a837a9d5
|
|
305
|
+
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
306
|
+
rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
|
|
307
|
+
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
308
|
+
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
309
|
+
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
310
|
+
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
311
|
+
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
312
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
313
|
+
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
314
|
+
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
315
|
+
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
316
|
+
timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
|
|
317
|
+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
318
|
+
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
|
319
|
+
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
|
|
320
|
+
useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
|
|
321
|
+
websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962
|
|
322
|
+
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
|
|
323
|
+
zeitwerk (2.7.5) sha256=d8da92128c09ea6ec62c949011b00ed4a20242b255293dd66bf41545398f73dd
|
|
324
|
+
|
|
325
|
+
BUNDLED WITH
|
|
326
|
+
4.0.4
|
data/Gemfile.8.1
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
source 'https://rubygems.org'
|
|
2
|
+
|
|
3
|
+
gem 'rails', '~> 8.1.0'
|
|
4
|
+
gem 'rspec', '~> 3.12'
|
|
5
|
+
gem 'rake'
|
|
6
|
+
gem 'gemika', '>= 0.8.1'
|
|
7
|
+
|
|
8
|
+
# The default `Gemfile` is symlinked to to this one.
|
|
9
|
+
# Because of that, we also need to load rubocop just here.
|
|
10
|
+
gem 'rubocop'
|
|
11
|
+
gem 'makandra-rubocop'
|
|
12
|
+
gem 'rubocop-rake'
|
|
13
|
+
gem 'rubocop-rspec'
|
|
14
|
+
|
|
15
|
+
gem 'precompiled_assets', path: '.'
|