Remove pin of fast_gettext

This is no longer required because ruby >= 2.1 is already available[1].

[1] b93ecf8bff

Change-Id: I91854630489c92307e8e84f8695ccd4a57362af9
This commit is contained in:
Takashi Kajinami 2022-04-18 13:34:00 +09:00
parent 858a015876
commit 3860bfc936
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ group :development, :test, :system_tests do
:git => 'https://opendev.org/openstack/puppet-openstack_spec_helper',
:require => 'false'
end
gem 'fast_gettext', ['< 1.2.0']
end
if facterversion = ENV['FACTER_GEM_VERSION']