Remove local paths from Gemfile

This commit is contained in:
Rob Watson 2018-01-23 20:05:59 +00:00
parent 2f3e9f0565
commit 96a6491043
2 changed files with 8 additions and 6 deletions

View File

@ -11,7 +11,7 @@ source "https://rubygems.org"
gem "jekyll", "~> 3.6.2"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0", path: '/home/rob/dev/minima'
gem "minima", "~> 2.0", git: 'https://github.com/rfwatson/minima-2col'
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
@ -21,7 +21,7 @@ gem "minima", "~> 2.0", path: '/home/rob/dev/minima'
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem 'jekyll-seo-tag'
gem 'jekyll-stealthy-share', path: '/home/rob/dev/jekyll-stealthy-share'
gem 'jekyll-stealthy-share', git: 'https://github.com/rfwatson/jekyll-stealthy-share'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

View File

@ -1,10 +1,12 @@
PATH
remote: /home/rob/dev/jekyll-stealthy-share
GIT
remote: https://github.com/rfwatson/jekyll-stealthy-share
revision: 7215f5f41c728dca97c7e1762d3e36ed9342367a
specs:
jekyll-stealthy-share (0.1.0)
PATH
remote: /home/rob/dev/minima
GIT
remote: https://github.com/rfwatson/minima-2col
revision: e67fdc20590db7d27555736bc6ad75314f3fd0dc
specs:
minima (2.1.1)
jekyll (~> 3.5)