mirror of
https://github.com/godotengine/godot-website.git
synced 2026-09-03 23:34:58 +03:00
* Fix paragraphs in features * Add `features.scss` and `common/utils` sass module * Add `rdoc` to bundle as it was removed in Ruby 4.0
21 lines
353 B
Ruby
21 lines
353 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll', '4.4.1'
|
|
gem 'jekyll-watch'
|
|
gem 'jekyll-paginate-v2'
|
|
gem 'jekyll-redirect-from'
|
|
|
|
gem 'webrick', '~> 1.8'
|
|
|
|
# Required on Ruby 3.4 and later as these are no longer part of the standard library.
|
|
gem 'csv'
|
|
gem 'base64'
|
|
gem 'bigdecimal'
|
|
|
|
gem "logger", "~> 1.7"
|
|
|
|
gem 'ruby-magic', '~> 0.6.0'
|
|
|
|
|
|
gem "rdoc", "~> 7.2"
|