about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/admin/oxidized/Gemfile
blob: 6987f5d3da290700409e4eb4968c1123d32cc02d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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'