mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
13 lines
460 B
Ruby
13 lines
460 B
Ruby
source "https://rubygems.org"
|
|
gem 'tzinfo-data'
|
|
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|
|
gem "github-pages", group: :jekyll_plugins
|
|
|
|
# security vulnerability - https://github.com/advisories/GHSA-52p9-v744-mwjj
|
|
gem "kramdown", ">= 2.3.1"
|
|
|
|
# security vulnerability - https://github.com/advisories/GHSA-j96r-xvjq-r9pg
|
|
gem "activesupport", ">= 4.1.11"
|
|
|
|
# security vulnerability - https://github.com/advisories/GHSA-vr8q-g5c7-m54m
|
|
gem "nokogiri", ">= 1.11.0.rc4"
|