Skip to content

Commit

Permalink
gem: add json gem to gemfile
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Deletecat committed Jun 16, 2024
1 parent d54d271 commit ab063bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ end
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?

gem "webrick", "~> 1.8", ">= 1.8.1"

# 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.
gem "json", "~>2.7", ">=2.7.2"

0 comments on commit ab063bb

Please sign in to comment.