Skip to content

Commit

Permalink
explicitly add CSV gem as dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Apr 5, 2024
1 parent d760cf1 commit 02e8687
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'
gem 'csv'
gem 'jekyll'
gem 'jekyll-redirect-from'
gem 'jekyll-mentions'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ GEM
colorator (1.1.0)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
csv (3.2.8)
drb (2.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
Expand Down Expand Up @@ -97,6 +98,7 @@ PLATFORMS
ruby

DEPENDENCIES
csv
jekyll
jekyll-mentions
jekyll-redirect-from
Expand Down

0 comments on commit 02e8687

Please sign in to comment.