/
githubmirror
/
spark
Обзор
Документация
Войти
/
githubmirror
/
spark
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/Gemfile
31 строка
1 KB
Bjørn Jørgensen
[SPARK-53653][DOC] Update `rexml` gem version to 3.4.4
22 сен 2025, 19:18
Не верифицирован
22 сен 2025, 19:18
c37ab6e
Код
Авторство
О чём код?
# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ruby ">= 3.0.0" source "https://rubygems.org" # Keep these specifications as flexible as possible and leave it to Bundler # to pin versions in the lock file. # To update the lock file, run `bundle update`. # Version constraint reference: https://guides.rubygems.org/patterns/#declaring-dependencies gem "jekyll", "~> 4.4" gem "jekyll-redirect-from", "~> 0.16" # This resolves a build issue on Apple Silicon. # See: https://issues.apache.org/jira/browse/SPARK-38488 gem "ffi", "~> 1.15" gem "rexml", "~> 3.4.4"