From d4422a33bbadb81678a7eef3449c7bd3c316d875 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 05:05:27 +0000 Subject: [PATCH 1/2] Bump geolix from 0.18.0 to 1.0.0 Bumps [geolix](https://github.com/elixir-geolix/geolix) from 0.18.0 to 1.0.0. - [Release notes](https://github.com/elixir-geolix/geolix/releases) - [Changelog](https://github.com/elixir-geolix/geolix/blob/master/CHANGELOG.md) - [Commits](https://github.com/elixir-geolix/geolix/compare/v0.18.0...v1.0.0) Signed-off-by: dependabot-preview[bot] --- mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index c4efd1ba7..8cb0da04f 100644 --- a/mix.exs +++ b/mix.exs @@ -78,7 +78,7 @@ defmodule Mobilizon.Mixfile do {:ex_ical, "~> 0.2"}, {:bamboo, "~> 1.0"}, {:bamboo_smtp, "~> 2.0"}, - {:geolix, "~> 0.16"}, + {:geolix, "~> 1.0"}, {:absinthe, "~> 1.4.16"}, {:absinthe_phoenix, "~> 1.4.0"}, {:absinthe_plug, "~> 1.4.6"}, diff --git a/mix.lock b/mix.lock index 569c84e2e..633b12504 100644 --- a/mix.lock +++ b/mix.lock @@ -52,7 +52,7 @@ "geo": {:hex, :geo, "3.1.0", "727e005262430d037e870ff364e65d80ca5ca21d5ac8eddd57a1ada72c3f83b0", [:mix], [], "hexpm"}, "geo_postgis": {:hex, :geo_postgis, "3.1.0", "d06c8fa5fd140a52a5c9dab4ad6623a696dd7d99dd791bb361d3f94942442ff9", [:mix], [{:geo, "~> 3.1", [hex: :geo, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:poison, "~> 2.2 or ~> 3.0 or ~> 4.0", [hex: :poison, repo: "hexpm", optional: true]}, {:postgrex, "~> 0.14", [hex: :postgrex, repo: "hexpm", optional: false]}], "hexpm"}, "geohax": {:hex, :geohax, "0.3.0", "c2e7d8cc6cdf4158120b50fcbe03a296da561d2089eb7ad68d84b6f5d3df5607", [:mix], [], "hexpm"}, - "geolix": {:hex, :geolix, "0.18.0", "8bcc66723f665f20579a19c4f973193a590074fe3f285fbe1c9f26ccd205b7f7", [:mix], [{:mmdb2_decoder, "~> 1.0", [hex: :mmdb2_decoder, repo: "hexpm", optional: false]}, {:poolboy, "~> 1.0", [hex: :poolboy, repo: "hexpm", optional: false]}], "hexpm"}, + "geolix": {:hex, :geolix, "1.0.0", "b225d930fb0418871ce7d89dabf293bd80eb5bd66db1887f80510c122f4ef271", [:mix], [{:poolboy, "~> 1.0", [hex: :poolboy, repo: "hexpm", optional: false]}], "hexpm"}, "gettext": {:hex, :gettext, "0.17.0", "abe21542c831887a2b16f4c94556db9c421ab301aee417b7c4fbde7fbdbe01ec", [:mix], [], "hexpm"}, "guardian": {:hex, :guardian, "1.2.1", "bdc8dd3dbf0fb7216cb6f91c11831faa1a64d39cdaed9a611e37f2413e584983", [:mix], [{:jose, "~> 1.8", [hex: :jose, repo: "hexpm", optional: false]}, {:phoenix, "~> 1.3", [hex: :phoenix, repo: "hexpm", optional: true]}, {:plug, "~> 1.3.3 or ~> 1.4", [hex: :plug, repo: "hexpm", optional: true]}], "hexpm"}, "guardian_db": {:hex, :guardian_db, "2.0.1", "e62e383197e957cb9c6683926d45056ab814eb0362e3de7f65d4619ae19544e8", [:mix], [{:ecto, "~> 3.0", [hex: :ecto, repo: "hexpm", optional: false]}, {:ecto_sql, "~> 3.1.0", [hex: :ecto_sql, repo: "hexpm", optional: false]}, {:guardian, "~> 1.0", [hex: :guardian, repo: "hexpm", optional: false]}, {:postgrex, "~> 0.13", [hex: :postgrex, repo: "hexpm", optional: true]}], "hexpm"}, From 36e7ca0e464c7e6202dc867d4900bc048c18c23e Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 24 Sep 2019 09:26:04 +0200 Subject: [PATCH 2/2] Add geolix adapter mmdb2 Signed-off-by: Thomas Citharel --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index 8cb0da04f..189fe0776 100644 --- a/mix.exs +++ b/mix.exs @@ -79,6 +79,7 @@ defmodule Mobilizon.Mixfile do {:bamboo, "~> 1.0"}, {:bamboo_smtp, "~> 2.0"}, {:geolix, "~> 1.0"}, + {:geolix_adapter_mmdb2, "~> 0.1.0"}, {:absinthe, "~> 1.4.16"}, {:absinthe_phoenix, "~> 1.4.0"}, {:absinthe_plug, "~> 1.4.6"},