We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6eab0e commit 5b182fcCopy full SHA for 5b182fc
Gemfile
@@ -1,5 +1,5 @@
1
source "https://rubygems.org"
2
-gem "rake"
+gem "rake", ">= 12.3.3"
3
gem "liquid", "4.0"
4
gem "jekyll", "3.6.3"
5
gem "ruby_dep", "~> 1.3"
Gemfile.lock
@@ -32,7 +32,7 @@ GEM
32
pathutil (0.16.1)
33
forwardable-extended (~> 2.6)
34
public_suffix (3.0.3)
35
- rake (12.3.1)
+ rake (13.0.1)
36
rb-fsevent (0.10.3)
37
rb-inotify (0.9.10)
38
ffi (>= 0.5.0, < 2)
@@ -52,8 +52,8 @@ PLATFORMS
52
DEPENDENCIES
53
jekyll (= 3.6.3)
54
liquid (= 4.0)
55
- rake
+ rake (>= 12.3.3)
56
ruby_dep (~> 1.3)
57
58
BUNDLED WITH
59
- 1.16.6
+ 1.17.2
0 commit comments