mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-06-18 18:25:31 -04:00
18 lines
295 B
Ruby
Executable File
18 lines
295 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"
|
|
gem "google-protobuf", ">= 4.27.5" |