Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
11 lines
331 B
Ruby
11 lines
331 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'oxidized', '0.30.1'
|
|
gem 'oxidized-web', '0.14.0'
|
|
|
|
# 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'
|
|
|