Skip to content

Commit 8190a16

Browse files
committed
Add CSV and logger to gemspec
1 parent 0a2d717 commit 8190a16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ source "https://rubygems.org"
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
1010

11+
gem 'csv'
12+
gem 'logger'
13+
1114
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1215
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1316
# gem "github-pages", group: :jekyll_plugins
@@ -40,3 +43,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
4043
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
4144

4245
gem "rake"
46+
gem "bundle"

0 commit comments

Comments
 (0)