We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f347cb6 commit 3f6f4f4Copy full SHA for 3f6f4f4
Gemfile
@@ -0,0 +1,17 @@
1
+# frozen_string_literal: true
2
+
3
+source 'https://rubygems.org'
4
5
+git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
6
7
+# Synchronize with https://pages.github.com/versions
8
+ruby '>=2.7.1'
9
10
+gem 'github-pages', group: :jekyll_plugins
11
12
+if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0.0')
13
+ gem 'webrick', '>= 1.6.1'
14
+end
15
16
+# Fix for mismatched deps: https://github.com/ffi/ffi/issues/1103
17
+gem "ffi", "< 1.17.0"
0 commit comments