Skip to content

Commit 3498a11

Browse files
Update Gemfile
Update Gemfile to use github-pages
1 parent 937f3ad commit 3498a11

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Gemfile

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
source "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

0 commit comments

Comments
 (0)