Skip to content

Commit 3f6f4f4

Browse files
author
Ayres, Andrew
committed
gemfile
1 parent f347cb6 commit 3f6f4f4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Gemfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)