-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgems.yml
304 lines (296 loc) · 8.42 KB
/
gems.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
---
gems:
# ruby/*, sorted alphabetically
- name: ruby/bigdecimal
workflows: [ci.yml]
- name: ruby/cgi
workflows: [test.yml]
- name: ruby/date
workflows: [test.yml]
- name: ruby/debug
workflows: [truffleruby.yml]
- name: ruby/etc
workflows: [test.yml]
- name: ruby/fiddle
workflows: [ci.yml]
- name: ruby/iconv
workflows: [test.yml]
- name: ruby/io-console
workflows: [test.yml]
- name: ruby/io-nonblock
workflows: [test.yml]
- name: ruby/irb
workflows: [truffle-ruby-test.yml]
- name: ruby/json
workflows: [ci.yml]
- name: ruby/logger
workflows: [test.yml]
- name: ruby/mspec
workflows: [ci.yml]
- name: ruby/net-pop
workflows: [test.yml]
- name: ruby/openssl
workflows: [test.yml]
- name: ruby/ostruct
workflows: [test.yml]
- name: ruby/pp
workflows: [test.yml]
- name: ruby/rake
workflows: [test.yml]
- name: ruby/rdoc
workflows: [test.yml]
- name: ruby/reline
workflows: [truffle-ruby-test.yml]
- name: ruby/ruby2_keywords
workflows: [test.yml]
- name: ruby/stringio
workflows: [ubuntu.yml]
- name: ruby/strscan
workflows: [ci.yml]
- name: ruby/singleton
workflows: [test.yml]
- name: ruby/timeout
workflows: [test.yml]
- name: ruby/typeprof
workflows: [main.yml]
- name: ruby/uri
workflows: [test.yml]
- name: ruby/zlib
workflows: [test.yml]
# Key libraries used by many applications or gems
- name: rubygems/rubygems
workflows: [daily-rubygems.yml, rubygems.yml]
- name: ruby-concurrency/concurrent-ruby
workflows: [ci.yml, experimental.yml]
- name: ffi/ffi
workflows: [ci.yml]
- name: test-unit/test-unit
workflows: [test.yml]
- name: halostatue/diff-lcs
workflows: [ci.yml]
# Rails dependencies
- name: rack/rack
workflows: [test.yaml]
- name: puma/puma
workflows: [tests.yml]
- name: socketry/nio4r
workflows: [test.yaml]
- name: jeremyevans/erubi
workflows: [ci.yml]
- name: fxn/zeitwerk
workflows: [ci.yml]
- name: Shopify/bootsnap
workflows: [ci.yaml]
- name: mikel/mail
workflows: [test.yml]
- name: discourse/mini_mime
workflows: [ci.yml]
- name: flavorjones/loofah
workflows: [ci.yml]
- name: rails/rails-html-sanitizer
workflows: [ci.yml]
- name: sparklemotion/nokogiri
workflows: [ci.yml]
- name: rails/sprockets
workflows: [ci.yml]
# Database adapters
- name: sparklemotion/sqlite3-ruby
workflows: [ci.yml]
- name: ged/ruby-pg
workflows: [source-gem.yml]
- name: kubo/ruby-oci8
workflows: [tests.yml]
- name: rsim/ruby-plsql
workflows: [test.yml]
# - name: rsim/oracle-enhanced
# workflows: [test.yml] # disabled in https://github.com/rsim/oracle-enhanced/commit/4f1dce2dfe22a740a27afd035097d19cb2a50d9a
# async-related
- name: socketry/async-container
workflows: [test.yaml]
expect: fail # hangs
- name: socketry/console
workflows: [test.yaml]
expect: fail # unclear failure
# Other
- name: omniauth/omniauth-oauth2
workflows: [main.yml]
- name: bcrypt-ruby/bcrypt-ruby
workflows: [ruby.yml]
- name: sporkmonger/addressable
workflows: [test.yml]
- name: guard/listen
workflows: [development.yml]
- name: datawraith/ascii85gem
workflows: [ruby.yml]
- name: whitequark/parser
workflows: [test.yml]
- name: rubocop/rubocop-ast
workflows: [rubocop.yml]
- name: ruby-next/ruby-next
workflows: [truffle-test.yml]
pattern: truffle
- name: ttasanen/atomic_counter
workflows: [ruby.yml]
- name: clowne-rb/clowne
workflows: [rspec-truffle.yml]
pattern: truffle
- name: rubyzip/rubyzip
workflows: [tests.yml]
- name: davishmcclurg/json_schemer
workflows: [ci.yml]
- name: ruby-gettext/gettext
workflows: [test.yml]
- name: ruby-gettext/locale
workflows: [test.yml]
- name: AvnerCohen/http-headers-verifier
workflows: [ruby-rspec.yml]
- name: mime-types/ruby-mime-types
workflows: [ci.yml]
- name: jwt/ruby-jwt
workflows: [test.yml]
- name: ruby-grape/grape
workflows: [edge.yml]
- name: cyu/rack-cors
workflows: [ci.yaml]
- name: jeremyevans/roda
workflows: [ci.yml]
- name: jeremyevans/sequel
workflows: [ci.yml]
expect: fail # see https://github.com/oracle/truffleruby/issues/2230
- name: steveklabnik/request_store
workflows: [ci.yml]
- name: faker-ruby/faker
workflows: [ruby.yml]
- name: CanCanCommunity/cancancan
workflows: [test.yml]
- name: asciidoctor/asciidoctor
workflows: [ci.yml]
- name: ms-ati/docile
workflows: [main.yml]
- name: omniauth/omniauth
workflows: [truffle_ruby.yml]
- name: cgriego/active_attr
workflows: [test.yaml]
- name: moiristo/deep_cloneable
workflows: [ruby.yml]
- name: ambethia/recaptcha
workflows: [ci.yml]
- name: cedarcode/webauthn-ruby
workflows: [build.yml]
- name: fog/fog-google
workflows: [unit.yml]
- name: joshbuddy/jsonpath
workflows: [test.yml]
- name: geemus/shindo
workflows: [ruby.yml]
- name: ruby-git/ruby-git
workflows: [continuous_integration.yml]
- name: leejarvis/slop
workflows: [ci.yml]
- name: k0kubun/hamlit
workflows: [test.yml]
- name: ahorek/terser-ruby
workflows: [ruby.yml]
- name: ruby-ldap/ruby-net-ldap
workflows: [test.yml]
- name: rgrove/sanitize
workflows: [tests.yml]
- name: RubyCrypto/ed25519
workflows: [ci.yml]
- name: brandonhilkert/sucker_punch
workflows: [build.yml]
# - name: rmosolgo/graphql-ruby
# workflows: [ci.yaml] # truffleruby removed in https://github.com/rmosolgo/graphql-ruby/commit/44b52cbe52b64d820382e6610bd9b0a2123ae852
- name: savonrb/savon
workflows: [ci.yml]
- name: typhoeus/ethon
workflows: [ruby.yml]
- name: typhoeus/typhoeus
workflows: [ci.yml]
- name: stripe/stripe-ruby
workflows: [ci.yml]
- name: sparklemotion/mechanize
workflows: [ci.yml, upstream.yml]
- name: thoughtbot/factory_bot
workflows: [build.yml]
- name: floraison/fugit
workflows: [test.yaml]
- name: aasm/aasm
workflows: [build.yml]
- name: KineticCafe/marlowe
workflows: [ruby.yml]
- name: hsanson/asciidoctor-plantuml
workflows: [ruby.yml]
- name: KnapsackPro/knapsack
workflows: [ruby.yml]
- name: devise-two-factor/devise-two-factor
workflows: [ci.yml]
- name: rubysec/bundler-audit
workflows: [ruby.yml]
- name: unixcharles/acme-client
workflows: [test.yml]
- name: emancu/toml-rb
workflows: [ruby.yml]
- name: dazuma/toys
workflows: [ci.yml]
- name: cucumber/cucumber-ruby
workflows: [test.yaml]
- name: msgpack/msgpack-ruby
workflows: [ci.yaml]
- name: eregon/path
workflows: [ci.yml]
- name: ronin-rb/ronin
workflows: [ruby.yml]
- name: ronin-rb/ronin-vulns
workflows: [ruby.yml]
- name: ronin-rb/ronin-exploits
workflows: [ruby.yml]
- name: sinatra/mustermann
workflows: [test.yml]
- name: sinatra/sinatra
workflows: [test.yml]
- name: ohler55/oj
workflows: [CI.yml]
- name: hellostealth/stealth
workflows: [ci.yml]
- name: redis/redis-rb
workflows: [test.yaml]
- name: cookpad/grpc_kit
workflows: [ci.yml]
- name: ruby-syntax-tree/syntax_tree
workflows: [main.yml]
- name: SeleniumHQ/selenium
workflows: [ci-ruby.yml]
- name: bazel-contrib/rules_ruby
workflows: [ci.yml]
- name: halostatue/minitar
workflows: [ruby.yml]
- name: piotrmurach/tty-option
workflows: [ci.yml]
# - name: phlex-ruby/phlex
# workflows: [ci.yml] # truffleruby removed in https://github.com/phlex-ruby/phlex/commit/cd116028294e612fd9dfaead71c2fb6f03334dde
- name: open-telemetry/opentelemetry-ruby
workflows: [ci.yml]
pattern: ubuntu-latest # https://github.com/open-telemetry/opentelemetry-ruby/blob/4cd4a523d41bbe513b23e3121678a8aa4d51e408/.github/workflows/ci.yml#L59
- name: enkessler/childprocess
workflows: [ci.yml]
- name: Shopify/yjit-bench
workflows: [test.yml]
- name: Shopify/liquid-c
workflows: [liquid.yml]
- name: simplecov-ruby/simplecov
workflows: [stable.yml, unstable.yml]
# Forks
- name: bjfish/rails
workflows: [test.yml]
expect: fail
- name: eregon/hexapdf
workflows: [ci.yml]
expect: fail
# Not in CI yet
# - name: rspec/rspec-core
# - name: rspec/rspec-support
# Disabled for slowness at https://github.com/rom-rb/rom/commit/4072824a7250b0599b7dee1d5b7d35d36ed604bd
# Might be enabled in a separate workflow
# - name: rom-rb/rom
# workflows: [ci.yml]