Skip to content

Commit

Permalink
handle utf8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jun 24, 2020
1 parent 20bb8a3 commit ae39b34
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 82 deletions.
9 changes: 5 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ gem "oj_mimic_json", "~> 1.0", ">= 1.0.1"
gem "equivalent-xml", "~> 0.6.0"
gem "nokogiri", ">= 1.10.8"
gem "iso8601", "~> 0.9.0"
gem "maremma", "4.6.1"
gem "faraday", "0.17.0"
gem "bolognese", "~> 1.0", ">= 1.4"
gem "maremma", "~> 4.6"
gem "faraday", "~> 1.0", ">= 1.0.1"
gem "bolognese", "~> 1.0", ">= 1.6.5"
gem "dalli", "~> 2.7.6"
gem "lograge", "~> 0.11.2"
gem "logstash-event", "~> 1.2", ">= 1.2.02"
gem "logstash-logger", "~> 0.26.1"
gem "sentry-raven", "~> 2.9"
gem 'sentry-raven', '~> 3.0'
gem "gender_detector", "~> 0.1.2"
gem "rack-cors", "~> 1.0", require: "rack/cors"
gem "rack-utf8_sanitizer", "~> 1.6"
gem "git", "~> 1.5"
gem "sprockets", "~> 3.7", ">= 3.7.2"

Expand Down
Loading

0 comments on commit ae39b34

Please sign in to comment.