You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Puppet's gemspec and the project_data.yaml file used by our
packaging utility had gotten out of sync in terms of Puppet's gem
dependencies.
This commit syncs up the dependencies in both the gemspec and
project_data.yaml, which includes changing our dependency on
fast_gettext to >= 2.1 < 3, which allows us to use fast_gettext
that's compatible with Ruby > 3.2 (i.e., does not include removed
Object#taint methods).
0 commit comments