mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-06-18 10:25:30 -04:00
22 lines
340 B
Ruby
Executable File
22 lines
340 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"
|
|
gem "erb", "~> 4.0"
|
|
|
|
gem "logger", "~> 1.6"
|