Skip to content

Commit

Permalink
Re-add maxminddb back to the Gemfile (#2788)
Browse files Browse the repository at this point in the history
**Why**: Because it is required as a peer dep to GeopIP2.
  • Loading branch information
jmhooper authored Feb 26, 2019
1 parent e270cac commit 2b9ceb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gem 'identity-hostdata', github: '18F/identity-hostdata', branch: 'master'
gem 'json-jwt'
gem 'local_time'
gem 'lograge'
gem 'maxminddb'
gem 'net-sftp'
gem 'newrelic_rpm'
gem 'pg'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ GEM
systemu (~> 2.6.2)
mail (2.7.1)
mini_mime (>= 0.1.1)
maxminddb (0.1.22)
memory_profiler (0.9.12)
method_source (0.9.2)
mime-types (3.2.2)
Expand Down Expand Up @@ -680,6 +681,7 @@ DEPENDENCIES
lexisnexis!
local_time
lograge
maxminddb
net-sftp
newrelic_rpm
overcommit
Expand Down

0 comments on commit 2b9ceb5

Please sign in to comment.