Skip to content

Commit 9792c83

Browse files
author
Andrew Moodie
committed
update Gemfile and gitignore
1 parent 2d2dc9c commit 9792c83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ _site/
55
.sass-*
66

77
_projects/*/.git
8+
_projects/*/assets/private/*
89
_software/*/.git
910
_software/*/docs
1011
_software/_*_repo

Gemfile

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 4.0"
11+
gem "jekyll", "~> 4.1"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.0"
15-
gem "jekyll-theme-open-project", "~> 2.1.0"
15+
gem "jekyll-theme-open-project", "~> 2.1.14"
1616

1717
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1818
# uncomment the line below. To upgrade, run `bundle update github-pages`.
@@ -25,8 +25,7 @@ gem "jekyll-seo-tag"
2525
gem "jekyll-data"
2626
gem "jekyll-asciidoc"
2727

28-
# gem "jekyll-theme-open-project-helpers", path: '/home/mass/Dropbox/git_repos/jekyll-theme-open-project-helpers'
29-
gem "jekyll-theme-open-project-helpers", git: 'https://github.com/amoodie/jekyll-theme-open-project-helpers'
28+
gem "jekyll-theme-open-project-helpers"
3029
gem "jekyll-external-links"
3130

3231
gem "jekyll-feed", "~> 0.6"

0 commit comments

Comments
 (0)