mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-01-19 03:23:25 +10:00
Update the Gemfile
This commit is contained in:
parent
565ce4422e
commit
dff8e09089
6
Gemfile
6
Gemfile
@ -1,9 +1,9 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "jekyll-theme-chirpy"
|
gem "jekyll-theme-chirpy", "~> 3.2"
|
||||||
|
|
||||||
# If you have any plugins, put them here!
|
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
|
# If you have any plugins, put them here!
|
||||||
# gem "jekyll-xxx", "~> x.y"
|
# gem "jekyll-xxx", "~> x.y"
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -18,5 +18,5 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
|
|||||||
gem "tzinfo-data"
|
gem "tzinfo-data"
|
||||||
end
|
end
|
||||||
|
|
||||||
# # # Performance-booster for watching directories on Windows
|
# Performance-booster for watching directories on Windows
|
||||||
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
|
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user