rmc_website/Gemfile
NinjaCheetah 6a78cb7425 Switch all blog articles to use images hosted on CDN
This fixes the lack of images in the two most recent articles. Also added json to Gemfile because it fixes a ruby issue on some systems.
2024-01-02 17:35:22 -05:00

18 lines
261 B
Ruby
Executable File

# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "jekyll", ">= 4.3"
group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-feed'
gem 'jekyll-seo-tag'
gem 'jekyll-redirect-from'
end
gem "webrick", ">= 1.8"
gem "json"