Skip to content

Commit fed9f08

Browse files
committed
gem: add json gem to gemfile
The provided ruby package in the Arch Linux Extra repository (currently 3.0.6-1) is missing the json gem for some reason. This may not be an issue in the package found within the Extra staging repository (currently 3.2.4-1), however, I have not tested it and most users should NOT be using packages from the staging repositories.
1 parent 80d7319 commit fed9f08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
2929
gem "tzinfo", "~> 1.2"
3030
gem "tzinfo-data"
3131
end
32+
33+
# Removing this will break the site under Arch Linux's provided ruby package (3.0.6-1) as it appears to be missing the json gem.
34+
gem "json", "~>2.7", ">=2.7.2"

0 commit comments

Comments
 (0)