mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
add maxmind-db gem
This commit is contained in:
parent
32e1d474a0
commit
42561ac41b
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -51,6 +51,7 @@ gem 'sequel_pg', require: nil
|
|||
gem 'hiredis'
|
||||
gem 'activesupport'
|
||||
gem 'facter', require: nil
|
||||
gem 'maxmind-db'
|
||||
|
||||
group :development, :test do
|
||||
gem 'pry'
|
||||
|
|
|
@ -125,6 +125,7 @@ GEM
|
|||
ffi (>= 0.6.3)
|
||||
mail (2.7.1)
|
||||
mini_mime (>= 0.1.1)
|
||||
maxmind-db (1.0.0)
|
||||
metaclass (0.0.4)
|
||||
method_source (0.9.2)
|
||||
mime-types (3.3)
|
||||
|
@ -316,6 +317,7 @@ DEPENDENCIES
|
|||
m
|
||||
magic
|
||||
mail
|
||||
maxmind-db
|
||||
minitest
|
||||
minitest-reporters
|
||||
mocha
|
||||
|
|
Loading…
Add table
Reference in a new issue