nixpkgs/pkgs/tools/admin/oxidized/Gemfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
331 B
Ruby
Raw Normal View History

2018-04-19 10:18:49 +00:00
source 'https://rubygems.org'
gem 'oxidized', '0.29.1'
2019-03-05 13:23:36 +00:00
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'