Accepts incoming events and correctly parses them into events. GeoLite2 integration complete"
This commit is contained in:
6
Gemfile
6
Gemfile
@@ -45,6 +45,12 @@ gem "image_processing", "~> 1.2"
|
||||
# Pagination
|
||||
gem "pagy"
|
||||
|
||||
# MaxMind GeoIP database reader
|
||||
gem "maxmind-db"
|
||||
|
||||
# HTTP client for database downloads
|
||||
gem "httparty"
|
||||
|
||||
group :development, :test do
|
||||
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
||||
gem "debug", platforms: %i[ mri windows ], require: "debug/prelude"
|
||||
|
||||
Reference in New Issue
Block a user