puppet-modulesync-configs/Gemfile

11 lines
362 B
Ruby

source 'https://rubygems.org'
# TODO(aschultz): 0.8.x doesn't seem to work recursively, needs investigation
gem 'modulesync', ['>=0.6.0','<0.8.0']
# TODO(aschultz): techincally modulesync needs json which was satisfied by
# puppet previously, but since 5.0.0 they dropped that dependency which has
# broken the jobs that use this
gem 'json_pure'
# vim:ft=ruby