Skip to content

Commit

Permalink
Lock Ruby to v2.7.8
Browse files Browse the repository at this point in the history
Trying to get this blog running on Ruby 3.x led to a whole series of problems with old gems that are no longer being maintained.

See https://stackoverflow.com/a/72906202/935514
See envygeeks/jekyll-assets#666
See envygeeks/jekyll-assets#668
See Shopify/liquid#1625
  • Loading branch information
willkoehler committed Jan 2, 2024
1 parent f5f8740 commit 6393746
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

ruby '2.7.8'

gem 'jekyll', '~>3' # we need to migrate away from jekyll-assets to use v4
gem "sprockets", "~> 3.7" # see https://github.com/envygeeks/jekyll-assets/issues/622
gem "kramdown-parser-gfm"
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ GEM

PLATFORMS
arm64-darwin-20
arm64-darwin-22
ruby

DEPENDENCIES
Expand All @@ -117,5 +118,8 @@ DEPENDENCIES
sprockets (~> 3.7)
uglifier

RUBY VERSION
ruby 2.7.8p225

BUNDLED WITH
2.2.1

0 comments on commit 6393746

Please sign in to comment.