Skip to content

Commit 601cb0c

Browse files
authored
Merge pull request #40 from vinisalazar/issue-39
Use standard Gemfile from carpentries/lesson-example.
2 parents f575070 + 8cbef67 commit 601cb0c

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Gemfile

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
source "https://rubygems.org"
2-
gem "github-pages", group: :jekyll_plugins
3-
gem "kramdown-parser-gfm"
4-
gem "mdl"
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+
gem 'kramdown-parser-gfm'
12+
gem 'mdl'

0 commit comments

Comments
 (0)