460d6a0809
Fixes https://github.com/pmd/pmd/security/dependabot/35 Fixes https://github.com/advisories/GHSA-j6gc-792m-qgm2
13 lines
321 B
Ruby
13 lines
321 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll'
|
|
gem 'github-pages'
|
|
|
|
# Adding webrick explicitly - it was part of ruby 2.x, but removed with ruby 3
|
|
gem "webrick"
|
|
|
|
# Note: manually overridden dependency for jekyll (3.9.2):
|
|
# instead of i18n (~> 0.7) using now i18n (>= 0.7)
|
|
|
|
# Note: manually updated to activesupport (6.1.7.2)
|