We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d6364 commit 0610e8bCopy full SHA for 0610e8b
3 files changed
Gemfile
@@ -2,4 +2,4 @@ source "https://rubygems.org"
2
3
gem "jekyll"
4
gem "nokogiri"
5
-
+gem "logger"
Gemfile.lock
@@ -86,6 +86,7 @@ GEM
86
listen (3.9.0)
87
rb-fsevent (~> 0.10, >= 0.10.3)
88
rb-inotify (~> 0.9, >= 0.9.10)
89
+ logger (1.7.0)
90
mercenary (0.4.0)
91
mini_portile2 (2.8.9)
92
nokogiri (1.18.10)
@@ -177,6 +178,7 @@ PLATFORMS
177
178
179
DEPENDENCIES
180
jekyll
181
+ logger
182
nokogiri
183
184
BUNDLED WITH
0 commit comments