File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
3- gem 'jekyll' , '~> 4.3.2' # Explicit Jekyll version
4- gem 'bundler' , '~> 2.4' # Needed for bundle install in Actions
5- gem 'webrick' # Required with Ruby 3+
3+ gem "github-pages" , group : :jekyll_plugins
64
7- gem 'jekyll-nagymaros' , '~> 3.3' , '>= 3.3.1'
8- gem 'jekyll-target-blank'
9- gem 'activesupport' , '< 8.0' # dependency on Ruby 3.2.0, but GitHub runner using 3.1.6
5+ # source "https://rubygems.org"
6+
7+ # gem 'jekyll', '~> 4.3.2' # Explicit Jekyll version
8+ # gem 'bundler', '~> 2.4' # Needed for bundle install in Actions
9+ # gem 'webrick' # Required with Ruby 3+
10+
11+ # gem 'jekyll-nagymaros', '~> 3.3', '>= 3.3.1'
12+ # gem 'jekyll-target-blank'
13+ # gem 'activesupport', '< 8.0' # dependency on Ruby 3.2.0, but GitHub runner using 3.1.6
You can’t perform that action at this time.
0 commit comments