Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-06-15 12:17:02 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-06-15 12:17:02 +0300
commit4e2835e4f9394b407179c8373fe9b3254fed5b3d (patch)
tree954a57f24fb7e05d6c899e1491082aed79a6d4ad /Rakefile
parentb701e25c0494e4540e17a133ac8ee261055a8d64 (diff)
Update Ruby gems and use Ruby 2.7.6 Docker images
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index d005b152..bc662c63 100644
--- a/Rakefile
+++ b/Rakefile
@@ -201,7 +201,7 @@ end
desc 'Create the _redirects file'
task :redirects do
- redirects_yaml = YAML.load_file('content/_data/redirects.yaml')
+ redirects_yaml = YAML.load_file('content/_data/redirects.yaml', permitted_classes: [Date])
redirects_file = 'public/_redirects'
# Remove _redirects before populating it