depot/third_party/nixpkgs/pkgs/tools/admin/oxidized/Gemfile
Default email 9c6ee729d6 Project import generated by Copybara.
GitOrigin-RevId: 6cee3b5893090b0f5f0a06b4cf42ca4e60e5d222
2023-07-15 19:15:38 +02:00

11 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'