gems: remove cityhash gem.

This gem uses a native extension that requires a C++ compiler to build.
Removing this gem removes the need to have a C++ toolchain to install Danbooru.
This commit is contained in:
evazion
2019-11-09 12:41:03 -06:00
parent 76674597f1
commit 69f005a89c
3 changed files with 1 additions and 4 deletions

View File

@@ -25,7 +25,6 @@ gem 'twitter'
gem 'aws-sdk', '~> 2'
gem 'responders'
gem 'dtext_rb', git: "https://github.com/evazion/dtext_rb.git", require: "dtext"
gem 'cityhash'
gem 'memoist'
gem 'daemons'
gem 'oauth2'