mirror of
https://github.com/cliffe/HacktivityLabSheets.git
synced 2026-02-20 13:50:46 +00:00
Pin activesupport to version < 8.0 in Gemfile for compatibility with Ruby 3.1.7 and update Gemfile.lock accordingly.
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -5,6 +5,9 @@ gem 'github-pages', group: :jekyll_plugins
|
||||
gem 'jekyll-feed', '~> 0.12'
|
||||
gem 'jekyll-sitemap'
|
||||
|
||||
# Pin activesupport to be compatible with Ruby 3.1.7 (GitHub Pages)
|
||||
gem 'activesupport', '< 8.0'
|
||||
|
||||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
# and associated library.
|
||||
platforms :mingw, :x64_mingw, :mswin, :jruby do
|
||||
|
||||
Reference in New Issue
Block a user