Skip to content

Commit

Permalink
Rs/update sparrow (#127)
Browse files Browse the repository at this point in the history
* Update sparrow to ce2721eef

* Update sparrow
  • Loading branch information
rslota committed Dec 2, 2019
1 parent 0322367 commit 434737a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ executors:
default: test
docker:
- image: rslota/beam-builder:erlang-<< parameters.erlang_version >>_elixir-<< parameters.elixir_version >>
- image: kmakiela/fcm-mock-server
- image: mongooseim/fcm-mock-server
- image: mobify/apns-http2-mock-server
working_directory: ~/app
environment:
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule MongoosePush.Mixfile do
def project do
[
app: :mongoose_push,
version: "2.0.0-beta.1",
version: "2.0.0-beta.2",
elixir: "~> 1.5",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand All @@ -27,7 +27,7 @@ defmodule MongoosePush.Mixfile do
defp deps do
[
{:chatterbox, github: "joedevivo/chatterbox", ref: "ff0c2e0", override: true},
{:sparrow, github: "esl/sparrow", ref: "e937cb413038d821641b613511b51d9a9914d252"},
{:sparrow, github: "esl/sparrow", ref: "571feb0dc"},
{:maru, github: "rslota/maru", ref: "54fc038", override: true},
{:plug_cowboy, "~> 2.0"},
{:cowboy, "~> 2.3", override: true},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"pollution": {:hex, :pollution, "0.9.2", "3f67542631071c99f807d2a8f9da799c07cd983c902f5357b9e1569c20a26e76", [:mix], [], "hexpm"},
"quixir": {:hex, :quixir, "0.9.3", "f01c37386b9e1d0526f01a8734a6d7884af294a0ec360f05c24c7171d74632bd", [:mix], [{:pollution, "~> 0.9.2", [hex: :pollution, repo: "hexpm", optional: false]}], "hexpm"},
"ranch": {:hex, :ranch, "1.7.1", "6b1fab51b49196860b733a49c07604465a47bdb78aa10c1c16a3d199f7f8c881", [:rebar3], [], "hexpm"},
"sparrow": {:git, "https://github.com/esl/sparrow.git", "e937cb413038d821641b613511b51d9a9914d252", [ref: "e937cb413038d821641b613511b51d9a9914d252"]},
"sparrow": {:git, "https://github.com/esl/sparrow.git", "571feb0dc842a099a34d3dd91ce5f170c06a59ea", [ref: "571feb0dc"]},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.5", "6eaf7ad16cb568bb01753dbbd7a95ff8b91c7979482b95f38443fe2c8852a79b", [:make, :mix, :rebar3], [], "hexpm"},
"unicode_util_compat": {:hex, :unicode_util_compat, "0.4.1", "d869e4c68901dd9531385bb0c8c40444ebf624e60b6962d95952775cac5e90cd", [:rebar3], [], "hexpm"},
"uuid": {:hex, :uuid, "1.1.8", "e22fc04499de0de3ed1116b770c7737779f226ceefa0badb3592e64d5cfb4eb9", [:mix], [], "hexpm"},
Expand Down
2 changes: 1 addition & 1 deletion test/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
fcm-mock:
image: kmakiela/fcm-mock-server
image: mongooseim/fcm-mock-server
container_name: fcm-mock
ports:
- "4001:4001"
Expand Down

0 comments on commit 434737a

Please sign in to comment.