The problem has been fixed upstream in the master branch but has not been released yet. While here, relax the fast_gettext dependency (issue is being worked on with upstream). With hat: puppet
12 lines
502 B
Ruby
12 lines
502 B
Ruby
--- .gemspec.orig
|
|
+++ .gemspec
|
|
@@ -34,7 +34,7 @@
|
|
s.add_runtime_dependency(%q<facter>, [">= 2.4.0", "< 4"])
|
|
s.add_runtime_dependency(%q<hiera>, [">= 3.2.1", "< 4"])
|
|
s.add_runtime_dependency(%q<semantic_puppet>, "~> 1.0")
|
|
- s.add_runtime_dependency(%q<fast_gettext>, "~> 1.1.2")
|
|
+ s.add_runtime_dependency(%q<fast_gettext>, "~> 1.1")
|
|
s.add_runtime_dependency(%q<locale>, "~> 2.1")
|
|
s.add_runtime_dependency(%q<multi_json>, "~> 1.13")
|
|
s.add_runtime_dependency(%q<httpclient>, "~> 2.8")
|