openneo-blog/Gemfile

13 lines
414 B
Ruby
Raw Normal View History

# frozen_string_literal: true
source "https://rubygems.org"
gem "jekyll", "~> 4.3"
2024-09-20 13:25:08 -07:00
# TODO: These are jekyll dependencies from the stdlib that will be provided by
# gems in future versions. I include them here to prevent warnings when
# we serve or build! Once jekyll adds these deps, *we* can remove them.
gem "base64", "~> 0.2.0"
gem "csv", "~> 3.3"
gem "logger", "~> 1.6"
gem "ostruct", "~> 0.6.0"