diff --git a/Gemfile b/Gemfile index bd40d74..1ccd99d 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 4f02dae..97f5464 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)