decidim-archive / decidim-initiatives

:warning: [DEPRECATED] Decidim module for citizen initiatives / e-petitions. Now it's on decidim/decidim repository.
1 stars 2 forks source link

decidim-initatives US-ASCII (ArgumentError) #99

Closed bishalkc closed 6 years ago

bishalkc commented 6 years ago

with gem "decidim-initiatives", git: "https://github.com/decidim/decidim-initiatives" in Gemfile

I am getting following error:

/usr/local/lib/ruby/gems/2.4.0/gems/bundler-1.15.4/lib/bundler/dsl.rb:551:in `parse_line_number_from_description': invalid byte sequence in US-ASCII (ArgumentError)

Work around is export LC_ALL=C.UTF-8 export LANG=en_US.UTF-8 export LANGUAGE=en_US.UTF-8

and run bundle

jsperezg commented 6 years ago

Thanks for your report @bishalkc

We've removed all accents in the gemspec file. This will be fixed soon.