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 /Gemfile.lock | |
parent | 0f4bf9fcdb19de049f4119080e710f579582c331 (diff) |
Add rake to Gemfile
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
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 |