Unpin modulesync
... to use the recent modulesync which is compatible with Ruby 3.0. Template files are renamed according to the requirement of modulesync >= 0.8.0[1] [1] https://github.com/voxpupuli/modulesync/blob/master/CHANGELOG.md#2017-05-05---080 Depends-on: https://review.opendev.org/845530 Change-Id: I64552b454557f9f33f422f4d64c4c01961aef0e0
This commit is contained in:
parent
07ebbf51b9
commit
a6bdabedc7
6
Gemfile
6
Gemfile
@ -1,10 +1,6 @@
|
||||
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 'modulesync'
|
||||
gem 'json_pure'
|
||||
|
||||
# vim:ft=ruby
|
||||
|
Loading…
Reference in New Issue
Block a user