Remove local paths from Gemfile
This commit is contained in:
parent
2f3e9f0565
commit
96a6491043
4
Gemfile
4
Gemfile
|
@ -11,7 +11,7 @@ source "https://rubygems.org"
|
||||||
gem "jekyll", "~> 3.6.2"
|
gem "jekyll", "~> 3.6.2"
|
||||||
|
|
||||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
# 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
|
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
# 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
|
group :jekyll_plugins do
|
||||||
gem "jekyll-feed", "~> 0.6"
|
gem "jekyll-feed", "~> 0.6"
|
||||||
gem 'jekyll-seo-tag'
|
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
|
end
|
||||||
|
|
||||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -1,10 +1,12 @@
|
||||||
PATH
|
GIT
|
||||||
remote: /home/rob/dev/jekyll-stealthy-share
|
remote: https://github.com/rfwatson/jekyll-stealthy-share
|
||||||
|
revision: 7215f5f41c728dca97c7e1762d3e36ed9342367a
|
||||||
specs:
|
specs:
|
||||||
jekyll-stealthy-share (0.1.0)
|
jekyll-stealthy-share (0.1.0)
|
||||||
|
|
||||||
PATH
|
GIT
|
||||||
remote: /home/rob/dev/minima
|
remote: https://github.com/rfwatson/minima-2col
|
||||||
|
revision: e67fdc20590db7d27555736bc6ad75314f3fd0dc
|
||||||
specs:
|
specs:
|
||||||
minima (2.1.1)
|
minima (2.1.1)
|
||||||
jekyll (~> 3.5)
|
jekyll (~> 3.5)
|
||||||
|
|
Loading…
Reference in New Issue