diff options
author | uvok cheetah | 2020-01-04 22:29:55 +0100 |
---|---|---|
committer | uvok cheetah | 2020-01-04 22:29:55 +0100 |
commit | 1da4c5af95fe27e3c94cd56524972f096b9e5933 (patch) | |
tree | c432d96f1f297f08247404ea4930772f0451105f | |
parent | 0f4bf9fcdb19de049f4119080e710f579582c331 (diff) |
Add rake to Gemfile
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -18,3 +18,5 @@ group :jekyll_plugins do gem 'jekyll-tidy', '~> 0.2.2' gem 'jekyll-compose', '~> 0.12.0' end + +gem "rake", "~> 13.0" diff --git a/Gemfile.lock b/Gemfile.lock index 7bf8033..bccf81a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,6 +60,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.2) + rake (13.0.1) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -82,6 +83,7 @@ DEPENDENCIES jekyll-redirect-from (~> 0.15.0) jekyll-tidy (~> 0.2.2) minima (~> 2.0) + rake (~> 13.0) BUNDLED WITH 2.0.2 |