nixpkgs/pkgs/tools/admin/oxidized/Gemfile
Jenny 72cbece6db
oxidized: 0.26.3 -> 0.29.1 (#234001)
This commit updates oxidized, fixes the oxidized-script executable
and removes the non existing oxidized-web executable (oxidized-web is
just a library for oxidized and does not provide a executable).
2023-05-30 18:46:49 +02:00

12 lines
331 B
Ruby

source 'https://rubygems.org'
gem 'oxidized', '0.29.1'
gem 'oxidized-web', '0.13.1'
# The version on rubygems is not up2date
gem 'oxidized-script', git: 'https://github.com/ytti/oxidized-script.git', ref: '988cded5d89f52e274afb545bd3e011e19d5d22d'
# Fix for https://github.com/ytti/oxidized/issues/2769
gem 'psych', '~> 3.3.2'