mirror of
https://github.com/cliffe/HacktivityLabSheets.git
synced 2026-02-20 13:50:46 +00:00
Pin 'github-pages' gem to version 232 in Gemfile for compatibility with Ruby 3.1.7 and update Gemfile.lock accordingly.
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -1,7 +1,7 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
# GitHub Pages compatible gems
|
||||
gem 'github-pages', group: :jekyll_plugins
|
||||
# GitHub Pages compatible gems - pin to version compatible with Ruby 3.1.7
|
||||
gem 'github-pages', '~> 232', group: :jekyll_plugins
|
||||
gem 'jekyll-feed', '~> 0.12'
|
||||
gem 'jekyll-sitemap'
|
||||
|
||||
|
||||
@@ -275,7 +275,7 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
activesupport (< 8.0)
|
||||
github-pages
|
||||
github-pages (~> 232)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
jekyll-feed (~> 0.12)
|
||||
jekyll-sitemap
|
||||
|
||||
Reference in New Issue
Block a user