Ai
1 Star 4 Fork 6

孤梧/Github 源码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Gemfile_next.lock 29.06 KB
一键复制 编辑 原始数据 按行查看 历史
孤梧 提交于 2020-11-05 16:09 +08:00 . 整理自互联网档案馆
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128
PATH
remote: vendor/gitrpc
specs:
gitrpc (0.6.0)
bert (~> 1.1.6)
charlock_holmes (~> 0.7.6)
editorconfig (~> 0.1)
licensee (~> 9.10)
lmdb (~> 0.4.8)
msgpack (~> 1.0)
posix-spawn (~> 0.3)
rugged (>= 0.26.0b5)
PATH
remote: vendor/internal-gems/ernicorn
specs:
ernicorn (1.0.3)
bert (>= 1.1.0)
bertrpc (>= 1.0.0)
unicorn (~> 4.1)
GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.0.3)
RedCloth (4.3.2)
acme-client (2.0.6)
faraday (>= 0.17, < 2.0.0)
actioncable (6.1.0.alpha.7c32f09)
actionpack (= 6.1.0.alpha.7c32f09)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.1.0.alpha.7c32f09)
actionpack (= 6.1.0.alpha.7c32f09)
activejob (= 6.1.0.alpha.7c32f09)
activerecord (= 6.1.0.alpha.7c32f09)
activestorage (= 6.1.0.alpha.7c32f09)
activesupport (= 6.1.0.alpha.7c32f09)
mail (>= 2.7.1)
actionmailer (6.1.0.alpha.7c32f09)
actionpack (= 6.1.0.alpha.7c32f09)
actionview (= 6.1.0.alpha.7c32f09)
activejob (= 6.1.0.alpha.7c32f09)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.0.alpha.7c32f09)
actionview (= 6.1.0.alpha.7c32f09)
activesupport (= 6.1.0.alpha.7c32f09)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.0.alpha.7c32f09)
actionpack (= 6.1.0.alpha.7c32f09)
activerecord (= 6.1.0.alpha.7c32f09)
activestorage (= 6.1.0.alpha.7c32f09)
activesupport (= 6.1.0.alpha.7c32f09)
nokogiri (>= 1.8.5)
actionview (6.1.0.alpha.7c32f09)
activesupport (= 6.1.0.alpha.7c32f09)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_record_has_many_split_through (0.1.0.r8efb4c3)
activerecord (>= 6.0, < 7)
activejob (6.1.0.alpha.7c32f09)
activesupport (= 6.1.0.alpha.7c32f09)
globalid (>= 0.3.6)
activemodel (6.1.0.alpha.7c32f09)
activesupport (= 6.1.0.alpha.7c32f09)
activerecord (6.1.0.alpha.7c32f09)
activemodel (= 6.1.0.alpha.7c32f09)
activesupport (= 6.1.0.alpha.7c32f09)
activestorage (6.1.0.alpha.7c32f09)
actionpack (= 6.1.0.alpha.7c32f09)
activejob (= 6.1.0.alpha.7c32f09)
activerecord (= 6.1.0.alpha.7c32f09)
marcel (~> 0.3.1)
activesupport (6.1.0.alpha.7c32f09)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
adaptive_cards (1.2.0.rea0368e)
json_schema (~> 0.20.0)
rails (>= 5.0.0, < 7.0)
view_component (~> 2.7)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
afm (0.2.2)
aleph-client (2.1.0.r5c076d69)
faraday (>= 0.17.3, <= 1.0.1)
google-protobuf (~> 3.5)
twirp (~> 1.1)
allocation_sampler (1.0.0)
aqueduct-client (0.1.0.r4adff2a)
faraday
google-protobuf (~> 3.12)
twirp (>= 1.1)
arca (2.1.3)
asciidoctor (2.0.10.131.g4284a176)
ast (2.4.1)
authzd-client (0.9.2.raf966021)
resilient (~> 0.4)
twirp (~> 1.1)
awrence (1.1.1)
aws-eventstream (1.0.3)
aws-partitions (1.284.0)
aws-sdk-core (3.91.1)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.30.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.61.1)
aws-sdk-core (~> 3, >= 3.83.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.1)
aws-eventstream (~> 1.0, >= 1.0.2)
badge-ruler (0.0.1)
bcrypt (3.1.13)
benchmark-ips (2.8.2)
bert (1.1.10.45.gf6727fc)
mochilo (>= 1.3, != 2.0)
bertrpc (1.3.1.pre.github9)
bert (>= 1.1.0, < 2.0.0)
better_html (1.0.15)
actionview (>= 4.0)
activesupport (>= 4.0)
ast (~> 2.0)
erubi (~> 1.4)
html_tokenizer (~> 0.0.6)
parser (>= 2.4)
smart_properties
bindata (2.4.6)
bootsnap (1.4.6)
msgpack (~> 1.0)
braintree (2.95.0)
builder (>= 2.0.0)
browser (3.0.2)
builder (3.2.3)
byebug (11.1.3)
capybara (3.33.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
cbor (0.5.9.6)
charlock_holmes (0.7.7)
chatops-controller (4.0.1)
rails (>= 4.0)
chatterbox-client (2.1.3.gd04a86a)
chroma (0.2.0)
chunky_png (1.2.8)
coconductor (0.9.4)
licensee (~> 9.9, >= 9.9.4)
thor (>= 0.18, < 2.0)
toml (~> 0.2)
codeowners (0.0.1.g6d81e53)
pathspec (~> 0.1.2)
coderay (1.1.3)
color (1.5.1)
commander (4.5.2)
highline (~> 2.0.0)
committee (3.2.0)
json_schema (~> 0.14, >= 0.14.3)
openapi_parser (>= 0.2.2)
rack (>= 1.5)
commonmarker (0.21.0.2.g91d4548)
ruby-enum (~> 0.5)
concurrent-ruby (1.0.5)
concurrent-ruby-ext (1.0.5)
concurrent-ruby (= 1.0.5)
connection_pool (2.2.2)
cose (0.10.0)
cbor (~> 0.5.9)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.6)
creole (0.3.6)
css_parser (1.7.1)
addressable
darrrr (0.1.6)
addressable
bindata
faraday
rake
debugger-ruby_core_source (1.3.8)
declarative (0.0.10)
declarative-option (0.1.0)
diff-lcs (1.1.2)
digest-crc (0.6.0)
divvy (1.1.4.g677870a)
dnsruby (1.61.3)
addressable (~> 2.5)
docile (1.3.2)
docusign_esign (3.0.0)
json (~> 2.1, >= 2.1.0)
jwt (~> 1.0, >= 1.5.2)
typhoeus (~> 1.0, >= 1.0.1)
dogapi (1.28.0)
multi_json
dogstatsd-ruby (4.1.0)
dotenv (2.7.5)
driftwood-client (0.0.1.r7a2f4095)
faraday (~> 0.9)
twirp
duo_api (1.0.1)
earthsmoke (1.2.5)
google-protobuf (>= 3.12.2)
typhoeus
ecma-re-validator (0.2.0)
regexp_parser (~> 1.2)
ed25519 (1.2.4)
editorconfig (0.2.1)
egress (0.0.8)
elastomer-client (3.2.3)
addressable (~> 2.5)
faraday (~> 0.8)
faraday_middleware (~> 0.12)
multi_json (~> 1.12)
semantic (~> 1.6)
em-websocket (0.5.0)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.5.3)
email_reply_parser (0.5.10)
enterprise-crypto (0.4.22)
gpgme (~> 2.0.20)
posix-spawn
erb_lint (0.0.34)
activesupport
better_html (~> 1.0.7)
html_tokenizer
rainbow
rubocop (~> 0.79)
smart_properties
erubi (1.9.0)
escape_utils (1.2.1)
ethon (0.12.0)
ffi (>= 1.3.0)
eventer-client (0.4.2.g50ee773)
faraday (~> 0.9)
twirp
eventmachine (1.2.3)
excon (0.71.0)
expression_parser (0.9.0)
factory_bot (6.1.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0)
railties (>= 5.0.0)
failbot (2.5.3)
fake_braintree (0.6.0.24.g0b0af46)
activesupport
braintree (~> 2.32)
capybara (>= 2.2.0)
sinatra
faker (2.11.0)
i18n (>= 1.6, < 2)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.14.0)
faraday (>= 0.7.4, < 1.0)
fast_blank (1.0.0)
ffi (1.12.2)
flipper (0.17.2)
formatador (0.2.5)
freno-client (0.8.1)
faraday (~> 0)
gemoji (4.0.0.rc1)
geo_pattern (1.2.1)
color (~> 1.5)
geoip2_compat (0.0.3)
get_process_mem (0.2.5)
ffi (~> 1.0)
geyser-client (0.14.11.r65c73334)
net-http-persistent (~> 3.0.0)
resilient (~> 0.4.0)
twirp (~> 1.1.0)
gibbon (2.2.3)
faraday (>= 0.9.1)
multi_json (>= 1.11.0)
github-ds (0.4.0.2.g8cfaed9)
activerecord (>= 3.2)
github-launch (0.14.0.6920.g7c5bb34d2)
grpc (~> 1.4)
github-ldap (1.10.1.7.g5a50c9c)
net-ldap (~> 0.16.0)
github-linguist (7.10.0)
charlock_holmes (~> 0.7.6)
escape_utils (~> 1.2.0)
mini_mime (~> 1.0)
rugged (>= 0.25.1)
github-markup (3.0.4)
github-pages-health-check (1.16.1.8.g5aea803)
addressable (~> 2.3)
dnsruby (~> 1.60)
octokit (~> 4.0)
public_suffix (>= 2.0.2, < 5.0)
typhoeus (~> 1.3)
github-proto-actions (1.0.0.r0536fcf)
twirp (~> 1.1)
github-proto-auditlogs (0.0.1.gf480608)
twirp (~> 1.1)
github-proto-features (0.0.1.gf480608)
twirp (~> 1.1)
github-proto-hooks (0.0.1.g0b43f15)
twirp (~> 1.1)
github-proto-insights (1.0.1.rff71795)
twirp (~> 1.1)
github-proto-packageregistry (1.2.3.r1736834)
twirp (~> 1.1)
github-proto-policy (1.0.0.r8e0315f)
twirp (~> 1.1)
github-proto-repositories (1.2.10.rcfddc4e)
twirp (~> 1.1)
github-proto-secretscanning (1.1.0.r7c62210)
twirp (~> 1.1)
github-proto-support (1.1.1.r1d24950)
twirp (~> 1.1)
github-proto-users (1.1.9.r1d24950)
twirp (~> 1.1)
github_chatops_extensions (0.0.2)
chatterbox-client (= 2.1.3.gd04a86a)
duo_api (~> 1.0.1)
failbot (>= 2.0.1, < 3)
net-ldap (>= 0.16.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
google-api-client (0.39.2)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 0.9)
httpclient (>= 2.8.1, < 3.0)
mini_mime (~> 1.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.12)
google-protobuf (3.12.4)
googleapis-common-protos-types (1.0.5)
google-protobuf (~> 3.11)
googleauth (0.12.0)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.14)
goomba (0.0.1.399.g354dff8)
gpgme (2.0.20)
mini_portile2 (~> 2.1)
graphql (1.10.10)
graphql-batch (0.4.3)
graphql (>= 1.3, < 2)
promise.rb (~> 0.7.2)
graphql-client (0.16.0)
activesupport (>= 3.0)
graphql (~> 1.8)
graphql-relay-walker (0.3.0)
graphql (~> 1.8)
graphql-schema_comparator (1.0.0)
bundler (>= 1.14)
graphql (~> 1.10)
thor (>= 0.19, < 2.0)
group_syncer (1.6.3.r8527e3cb)
twirp (~> 1.1)
grpc (1.31.0.pre2)
google-protobuf (~> 3.12)
googleapis-common-protos-types (~> 1.0)
guard (2.13.0)
formatador (>= 0.2.4)
listen (>= 2.7, <= 4.0)
lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-livereload (2.5.2)
em-websocket (~> 0.5)
guard (~> 2.8)
guard-compat (~> 1.0)
multi_json (~> 1.8)
hana (1.3.6)
hashdiff (1.0.1)
hashery (2.1.2)
highline (2.0.3)
hiredis (0.6.3)
hkdf (0.3.0)
homograph-detector (0.1.1)
addressable (~> 2.5)
unicode-confusable (~> 1.4)
unicode-scripts (~> 1.3)
horcrux (0.1.2)
html-proofer (3.12.2)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogiri (~> 1.10)
parallel (~> 1.3)
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
html_tokenizer (0.0.7)
htmlentities (4.3.4)
http_parser.rb (0.5.3)
httparty (0.17.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
hydro-client (0.3.1.73.gae9d181)
google-protobuf (~> 3.7)
ruby-kafka (~> 1.1.0)
i18n (1.7.1)
concurrent-ruby (~> 1.0)
inline_svg (1.3.1)
activesupport (>= 3.0)
nokogiri (>= 1.6)
ipaddr (1.2.2)
ipaddress (0.8.0)
jaro_winkler (1.5.4)
jmespath (1.4.0)
json (2.3.0)
json-schema (2.8.1)
addressable (>= 2.4)
json_schema (0.20.4)
jwt (1.5.6)
kgio (2.11.2)
ladle (1.0.1)
open4 (~> 1.0)
launchy (2.4.3)
addressable (~> 2.3)
letter_opener (1.7.0)
launchy (~> 2.2)
levenshtein-ffi (1.1.0)
ffi (~> 1.9)
licensed (2.12.1)
bundler (>= 1.10)
licensee (>= 9.14.0, < 10.0.0)
parallel (>= 0.18.0)
pathname-common_prefix (~> 0.0.1)
reverse_markdown (~> 1.0)
ruby-xxHash (~> 0.4)
thor (>= 0.19)
tomlrb (~> 1.2)
licensee (9.14.0)
dotenv (~> 2.0)
octokit (~> 4.17)
reverse_markdown (~> 1.0)
rugged (~> 0.24)
thor (>= 0.19, < 2.0)
lightstep (0.12.0.pre.github)
concurrent-ruby (~> 1.0)
opentracing (~> 0.3)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
lmdb (0.4.8)
loofah (2.6.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lru_redux (0.8.4.14.g99d8d60)
lumberjack (1.0.9)
lz4-ruby (0.3.3)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
marginalia (1.8.0.8.gacc4f1a)
actionpack (>= 2.3)
activerecord (>= 2.3)
memcached (1.8.0)
memoist (0.16.2)
mercenary (0.3.6)
metaclass (0.0.4)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mimemagic (0.3.3)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
minitest-focus (1.2.1)
minitest (>= 4, < 6)
minitest-stub-const (0.6)
mocha (1.1.0)
metaclass (~> 0.0.1)
mochilo (1.3.5.g70afb07)
monetize (1.9.4)
money (~> 6.12)
money (6.13.7)
i18n (>= 0.6.4, <= 2)
money-open-exchange-rates (1.3.0)
money (~> 6.12)
mono_logger (1.1.0)
msgpack (1.3.0)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
murmurhash3 (0.1.6)
mustache (0.99.4)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nenv (0.2.0)
net-http-persistent (3.0.0)
connection_pool (~> 2.2)
net-ldap (0.16.2)
nio4r (2.5.2)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogumbo (2.0.2)
nokogiri (~> 1.8, >= 1.8.4)
notiffany (0.0.8)
nenv (~> 0.1)
shellany (~> 0.0)
oa-core (0.3.2.g3930d46)
oa-enterprise (0.3.2.g3930d46)
addressable (~> 2.2)
net-ldap (>= 0.2.2)
nokogiri (~> 1.5)
oa-core (= 0.3.2.g3930d46)
pyu-ruby-sasl (~> 0.0.3.1)
rubyntlm (~> 0.1.1)
xmlcanonicalizer (~> 0.1.2)
oauth (0.4.6.github)
oauth2 (1.4.4)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
octicons (10.0.0)
nokogiri (>= 1.6.3.1)
octicons_helper (10.0.0)
octicons (= 10.0.0)
rails
octokit (4.18.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
octolytics (0.18.0.1.gaf19991)
octotracer (0.0.5.10.g034c2ab)
oily_png (1.1.0)
chunky_png (~> 1.2.7)
open4 (1.0.1)
openapi_parser (0.5.0)
openssl (2.2.0)
opentracing (0.3.1)
optimizely-sdk (3.3.1)
httparty (~> 0.11)
json-schema (~> 2.6)
murmurhash3 (~> 0.1)
org-ruby (0.9.12)
rubypants (~> 0.2)
os (1.1.0)
parallel (1.19.1)
parser (2.7.1.4)
ast (~> 2.4.1)
parslet (1.8.2)
pathname-common_prefix (0.0.1)
pathspec (0.1.2)
pdf-core (0.7.0)
pdf-reader (2.2.0)
Ascii85 (~> 1.0.0)
afm (~> 0.2.1)
hashery (~> 2.0)
ruby-rc4
ttfunk
phonelib (0.6.41)
pinglish (0.2.1)
rack
posix-spawn (0.3.14.ra37695d)
prawn (2.2.2)
pdf-core (~> 0.7.0)
ttfunk (~> 1.5)
prawn-svg (0.30.0)
css_parser (~> 1.6)
prawn (>= 0.11.1, < 3)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
premailer (1.13.1)
addressable
css_parser (>= 1.6.0)
htmlentities (>= 4.0.0)
presto-client (0.5.2)
faraday (~> 0.8)
multi_json (~> 1.0)
prometheus_exporter (0.5.3)
promise.rb (0.7.4)
prose_diff (0.3.1)
diff-lcs (~> 1.1.2)
ffi (~> 1.9)
levenshtein-ffi
nokogiri (~> 1.6)
proto-dependabot-api (0.0.9.r18ebd746)
twirp (~> 1.1)
proto-policies (0.1.4.230.g7b35be3)
twirp (~> 1.1)
proto-registry-metadata-api (0.4.4.r20ec0e0a)
twirp (~> 1.1)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.5)
pyu-ruby-sasl (0.0.3.3)
rack (2.1.4)
rack-bug (0.3.0)
rack (>= 1.0)
rack-protection (2.0.8.1)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (6.1.0.alpha.7c32f09)
actioncable (= 6.1.0.alpha.7c32f09)
actionmailbox (= 6.1.0.alpha.7c32f09)
actionmailer (= 6.1.0.alpha.7c32f09)
actionpack (= 6.1.0.alpha.7c32f09)
actiontext (= 6.1.0.alpha.7c32f09)
actionview (= 6.1.0.alpha.7c32f09)
activejob (= 6.1.0.alpha.7c32f09)
activemodel (= 6.1.0.alpha.7c32f09)
activerecord (= 6.1.0.alpha.7c32f09)
activestorage (= 6.1.0.alpha.7c32f09)
activesupport (= 6.1.0.alpha.7c32f09)
bundler (>= 1.3.0)
railties (= 6.1.0.alpha.7c32f09)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (6.1.0.alpha.7c32f09)
actionpack (= 6.1.0.alpha.7c32f09)
activesupport (= 6.1.0.alpha.7c32f09)
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
raindrops (0.13.0)
rake (12.3.3)
rb-fsevent (0.10.3)
rb-inotify (0.9.7)
ffi (>= 0.5.0, < 2)
rblineprof (0.3.7)
debugger-ruby_core_source (~> 1.3)
rbnacl (7.1.1)
ffi
rbtrace (0.4.10)
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
trollop (>= 1.16.2)
rdoc (6.2.1)
redis (4.1.0)
redis-namespace (1.6.0)
redis (>= 3.0.4)
regexp_parser (1.7.1)
representable (3.0.4)
declarative (< 0.1.0)
declarative-option (< 0.2.0)
uber (< 0.2.0)
resilient (0.4.0)
resque (1.20.0.74.g5be47e2)
multi_json (~> 1.0)
redis (~> 4.0)
redis-namespace (~> 1.6)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
resqued (0.10.0)
kgio (~> 2.6)
mono_logger (~> 1.0)
resque (>= 1.9.1)
retriable (3.1.2)
reverse_markdown (1.4.0)
nokogiri
rexml (3.2.4)
rinku (2.0.6)
rollup (0.4.0.7.gf8ee1df)
rotp (6.0.0)
addressable (~> 2.7)
rqrcode (0.10.1)
chunky_png (~> 1.0)
rubocop (0.82.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
rexml
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-github (0.16.0)
rubocop (<= 0.82.0)
rubocop-performance (~> 1.0)
rubocop-rails (~> 2.0)
rubocop-performance (1.5.2)
rubocop (>= 0.71.0)
rubocop-rails (2.5.2)
activesupport
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop-rspec (1.30.1)
rubocop (>= 0.60.0)
ruby-enum (0.7.2)
i18n
ruby-kafka (1.1.0)
digest-crc
ruby-progressbar (1.10.1)
ruby-rc4 (0.1.5)
ruby-xxHash (0.4.0.1)
ruby2_keywords (0.0.2)
rubyntlm (0.1.1)
rubypants (0.2.0)
rugged (0.27.2.19503b5)
safe_yaml (1.0.4)
sanitize (5.1.0)
crass (~> 1.0.2)
nokogiri (>= 1.8.0)
nokogumbo (~> 2.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
scientist (1.3.0)
scrolls (0.3.8)
secure_headers (6.3.0)
securecompare (1.0.0)
semantic (1.6.1)
service-catalog-client (0.4.0)
activesupport
shellany (0.0.1)
signet (0.14.0)
addressable (~> 2.3)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simple_lockfile (1.1.1)
simple_uuid (0.3.0)
simplecov (0.18.5)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-html (0.12.2)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
tilt (~> 2.0)
slop (3.6.0)
smart_properties (1.15.0)
sourcemap (0.1.1)
spamurai-dev-kit (1.0.0)
dogstatsd-ruby
octicons
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
ssh_data (1.1.0)
sshkey (1.3.3)
stackprof (0.2.15)
statsd-ruby (0.3.0.github.3.38.gd478cc7)
stripe (5.22.0)
tcr (0.1.0)
terminal-notifier (1.4.2)
terminal-table (1.6.0)
test-queue (0.4.2)
thor (1.0.1)
thread_safe (0.3.5.c8158c9)
tilt (2.0.10)
timecop (0.9.1)
token-scanning-client (1.0.0.r142cbe3)
faraday (>= 0.15.4, < 1.0)
google-protobuf (~> 3.9)
twirp (~> 1.1)
toml (0.2.0)
parslet (~> 1.8.0)
tomlrb (1.2.8)
toxiproxy (1.0.3)
treelights-client (0.1.1.gf3f412d)
faraday (~> 0.9)
google-protobuf (~> 3.5)
twirp (~> 1.1)
trilogy (1.0.1)
trilogy_adapter (1.0.0.r8da7c58)
activerecord (>= 5.2)
trilogy (~> 1.0.0)
trollop (2.1.3)
ttfunk (1.5.1)
turboscan-client (1.0.0.r46acac25)
faraday (>= 0.15.4, < 1.0)
google-protobuf (~> 3.9)
twirp (~> 1.1)
twilio-ruby (3.11.5)
builder (>= 2.1.2)
jwt (>= 0.1.2)
multi_json (>= 1.3.0)
twirp (1.1.0)
faraday (~> 0)
google-protobuf (~> 3.0, >= 3.0.0)
typhoeus (1.3.1)
ethon (>= 0.9.0)
tzinfo (2.0.2)
concurrent-ruby (~> 1.0)
u2f (1.0.0)
uber (0.1.0)
unicode-confusable (1.4.0)
unicode-display_width (1.7.0)
unicode-scripts (1.3.0)
unicorn (4.8.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
vcr (5.1.0)
vegas (0.1.11)
rack (>= 1.0.0)
venice (0.6.0)
commander (~> 4.1)
json
terminal-table (~> 1.4)
verdict (0.3.1)
version_sorter (2.2.4)
view_component (2.17.1)
activesupport (>= 5.0.0, < 7.0)
vintage-client (0.0.1.gff2b1a4)
ffi (~> 1.10)
rake (~> 12.3)
wcag_color_contrast (0.1.0)
webauthn (2.1.0)
awrence (~> 1.1)
bindata (~> 2.4)
cbor (~> 0.5.9)
cose (~> 0.10.0)
jwt (>= 1.5, < 3.0)
openssl (~> 2.0)
securecompare (~> 1.0)
webmock (3.8.3.9.g382d84c)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webpush (0.3.2)
hkdf (~> 0.2)
jwt
websocket-driver (0.7.2)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
wikicloth (0.8.1.github5.2.g1bdbe36)
builder (~> 3.2.2)
expression_parser (~> 0.9.0)
i18n (~> 1.7.0)
rinku (~> 2.0.0)
will_paginate (3.3.0)
xmlcanonicalizer (0.1.2)
xmldsig (0.4.1)
nokogiri
xpath (3.2.0)
nokogiri (~> 1.8)
yajl-ruby (1.3.1)
yell (2.2.0)
zeitwerk (2.3.1)
zeus (0.15.14)
method_source (>= 0.6.7)
zuorest (2.2.0)
activesupport
faraday (~> 0.9)
faraday_middleware
oauth2 (~> 1.4)
PLATFORMS
ruby
DEPENDENCIES
RedCloth (= 4.3.2)
acme-client (= 2.0.6)
active_record_has_many_split_through (= 0.1.0.r8efb4c3)
adaptive_cards (= 1.2.0.rea0368e)
addressable (~> 2.3)
aleph-client (= 2.1.0.r5c076d69)
allocation_sampler (= 1.0.0)
aqueduct-client (= 0.1.0.r4adff2a)
arca (= 2.1.3)
asciidoctor (= 2.0.10.131.g4284a176)
authzd-client (= 0.9.2.raf966021)
aws-sdk-s3 (~> 1)
badge-ruler (= 0.0.1)
bcrypt
benchmark-ips (= 2.8.2)
bert (= 1.1.10.45.gf6727fc)
bertrpc (= 1.3.1.pre.github9)
bindata (= 2.4.6)
bootsnap (= 1.4.6)
braintree (~> 2.80)
browser (= 3.0.2)
builder (= 3.2.3)
capybara (~> 3.33)
charlock_holmes (= 0.7.7)
chatops-controller (= 4.0.1)
chatterbox-client (= 2.1.3.gd04a86a)
chroma (~> 0.2.0)
coconductor (~> 0.9)
codeowners (= 0.0.1.g6d81e53)
color (= 1.5.1)
committee (= 3.2.0)
commonmarker (= 0.21.0.2.g91d4548)
concurrent-ruby-ext
creole (= 0.3.6)
darrrr (= 0.1.6)
diff-lcs (= 1.1.2)
divvy (= 1.1.4.g677870a)
docusign_esign (~> 3.0.0)
dogapi (~> 1.28.0)
dogstatsd-ruby (~> 4.1.0)
driftwood-client (= 0.0.1.r7a2f4095)
duo_api (= 1.0.1)
earthsmoke (= 1.2.5)
ecma-re-validator (~> 0.1)
ed25519 (~> 1.2)
egress (= 0.0.8)
elastomer-client (~> 3.2)
email_reply_parser (= 0.5.10)
enterprise-crypto (= 0.4.22)
erb_lint (= 0.0.34)
ernicorn (= 1.0.3)!
escape_utils (= 1.2.1)
eventer-client (= 0.4.2.g50ee773)
excon (~> 0.71)
factory_bot_rails (= 6.1.0)
failbot (= 2.5.3)
fake_braintree (= 0.6.0.24.g0b0af46)
faker (~> 2.11.0)
faraday (~> 0.17.0)
fast_blank (= 1.0.0)
flipper (= 0.17.2)
freno-client (~> 0.8.1)
gemoji (= 4.0.0.rc1)
geo_pattern (~> 1.2.1)
geoip2_compat (= 0.0.3)
get_process_mem (~> 0.2.5)
geyser-client (= 0.14.11.r65c73334)
gibbon (= 2.2.3)
github-ds (= 0.4.0.2.g8cfaed9)
github-launch (= 0.14.0.6920.g7c5bb34d2)
github-ldap (= 1.10.1.7.g5a50c9c)
github-linguist (= 7.10.0)
github-markup (= 3.0.4)
github-pages-health-check (= 1.16.1.8.g5aea803)
github-proto-actions (= 1.0.0.r0536fcf)
github-proto-auditlogs (= 0.0.1.gf480608)
github-proto-features (= 0.0.1.gf480608)
github-proto-hooks (= 0.0.1.g0b43f15)
github-proto-insights (= 1.0.1.rff71795)
github-proto-packageregistry (= 1.2.3.r1736834)
github-proto-policy (= 1.0.0.r8e0315f)
github-proto-repositories (= 1.2.10.rcfddc4e)
github-proto-secretscanning (= 1.1.0.r7c62210)
github-proto-support (= 1.1.1.r1d24950)
github-proto-users (= 1.1.9.r1d24950)
github_chatops_extensions (= 0.0.2)
gitrpc!
google-api-client (~> 0.39)
google-protobuf (~> 3.12)
googleapis-common-protos-types (~> 1.0.1)
goomba (= 0.0.1.399.g354dff8)
gpgme (~> 2.0)
graphql (= 1.10.10)
graphql-batch (= 0.4.3)
graphql-client (= 0.16.0)
graphql-relay-walker (= 0.3.0)
graphql-schema_comparator (= 1.0.0)
group_syncer (= 1.6.3.r8527e3cb)
grpc (= 1.31.0.pre2)
guard (~> 2.1)
guard-livereload (~> 2.5)
hana (~> 1.3.6)
hiredis (= 0.6.3)
homograph-detector (~> 0.1.1)
horcrux (= 0.1.2)
html-proofer (= 3.12.2)
http_parser.rb (~> 0.5.2)
hydro-client (= 0.3.1.73.gae9d181)
inline_svg (= 1.3.1)
ipaddr (= 1.2.2)
ipaddress
json_schema (~> 0.20.0)
jwt (~> 1.5)
ladle (~> 1.0)
launchy
letter_opener (= 1.7.0)
levenshtein-ffi (~> 1.1)
licensed (~> 2.0)
licensee (~> 9.10)
lightstep (= 0.12.0.pre.github)
lmdb (~> 0.4.8)
lru_redux (= 0.8.4.14.g99d8d60)
lz4-ruby (~> 0.3.3)
mail (~> 2.6)
marginalia (= 1.8.0.8.gacc4f1a)
memcached (= 1.8.0)
minitest (~> 5.13.0)
minitest-focus (= 1.2.1)
minitest-stub-const (= 0.6)
mocha (= 1.1.0)
mochilo (= 1.3.5.g70afb07)
monetize (= 1.9.4)
money (~> 6.13.0)
money-open-exchange-rates (~> 1.3)
msgpack (~> 1.0)
mustache (= 0.99.4)
net-http-persistent (~> 3.0.0)
net-ldap (= 0.16.2)
nokogiri (>= 1.10.4)
oa-enterprise (= 0.3.2.g3930d46)
oauth (= 0.4.6.github)
oauth2 (~> 1.4.1)
octicons_helper (= 10.0.0)
octokit (~> 4.3)
octolytics (= 0.18.0.1.gaf19991)
octotracer (= 0.0.5.10.g034c2ab)
oily_png (= 1.1.0)
optimizely-sdk (= 3.3.1)
org-ruby (= 0.9.12)
parser (~> 2.7.0)
pathspec (~> 0.1.2)
pdf-reader (= 2.2.0)
phonelib (~> 0.6.22)
pinglish (= 0.2.1)
posix-spawn (= 0.3.14.ra37695d)
prawn (= 2.2.2)
prawn-svg (= 0.30.0)
prawn-table (= 0.2.2)
premailer (= 1.13.1)
presto-client (= 0.5.2)
prometheus_exporter (= 0.5.3)
prose_diff (= 0.3.1)
proto-dependabot-api (= 0.0.9.r18ebd746)
proto-policies (= 0.1.4.230.g7b35be3)
proto-registry-metadata-api (= 0.4.4.r20ec0e0a)
pry-byebug (~> 3.9)
public_suffix (~> 4.0)
rack (= 2.1.4)
rack-bug (= 0.3.0)
rack-test (= 0.6.3)
rails (= 6.1.0.alpha.7c32f09)
rails-controller-testing (= 1.0.5)
rake (= 12.3.3)
rblineprof (= 0.3.7)
rbnacl (~> 7.0)
rbtrace (= 0.4.10)
rdoc (= 6.2.1)
redis (~> 4.0)
resilient (~> 0.4.0)
resque (= 1.20.0.74.g5be47e2)
resqued (= 0.10.0)
rinku (= 2.0.6)
rollup (= 0.4.0.7.gf8ee1df)
rotp (~> 6.0.0)
rqrcode (= 0.10.1)
rubocop (= 0.82.0)
rubocop-github (= 0.16.0)
rubocop-performance (~> 1.4)
rubocop-rails (~> 2.3)
rubocop-rspec (~> 1.30, >= 1.30.1)
ruby-progressbar (~> 1.7)
rubypants (= 0.2.0)
safe_yaml (= 1.0.4)
sanitize (= 5.1.0)
scientist (= 1.3.0)
scrolls (= 0.3.8)
secure_headers (= 6.3.0)
service-catalog-client (= 0.4.0)
simple_lockfile (~> 1.1.1)
simple_uuid (~> 0.3.0)
simplecov (~> 0.18.5)
sinatra (= 2.0.8.1)
slop (~> 3.4)
sourcemap (= 0.1.1)
spamurai-dev-kit (= 1.0.0)
ssh_data (= 1.1.0)
sshkey (~> 1.3.2)
stackprof (= 0.2.15)
statsd-ruby (= 0.3.0.github.3.38.gd478cc7)
stripe (= 5.22.0)
tcr (= 0.1.0)
terminal-notifier (= 1.4.2)
terminal-table (~> 1.6.0)
test-queue (= 0.4.2)
thread_safe (= 0.3.5.c8158c9)
timecop (= 0.9.1)
token-scanning-client (= 1.0.0.r142cbe3)
toxiproxy (= 1.0.3)
treelights-client (= 0.1.1.gf3f412d)
trilogy (= 1.0.1)
trilogy_adapter (= 1.0.0.r8da7c58)
turboscan-client (= 1.0.0.r46acac25)
twilio-ruby (= 3.11.5)
twirp (~> 1.1)
u2f (= 1.0.0)
unicorn (= 4.8.3)
vcr (~> 5.0)
venice (= 0.6.0)
verdict (= 0.3.1)
version_sorter (= 2.2.4)
view_component (= 2.17.1)
vintage-client (= 0.0.1.gff2b1a4)
wcag_color_contrast (~> 0.1.0)
webauthn (= 2.1.0)
webmock (= 3.8.3.9.g382d84c)
webpush (= 0.3.2)
wikicloth (= 0.8.1.github5.2.g1bdbe36)
will_paginate (~> 3.1)
xmldsig (= 0.4.1)
yajl-ruby (~> 1.3)
zeus (~> 0.15.14)
zuorest (= 2.2.0)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/duanxs/github-source-code.git
git@gitee.com:duanxs/github-source-code.git
duanxs
github-source-code
Github 源码
master

搜索帮助