Skip to content

Commit 9fe98ec

Browse files
authored
Merge pull request #139 from rschooley/poison-3-0
updating poison to 3.x (#137)
2 parents 3965bf7 + 4bcc1ae commit 9fe98ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ defmodule RethinkDB.Mixfile do use Mix.Project
4040
# Type `mix help deps` for more examples and options
4141
defp deps do
4242
[
43-
{:poison, "~> 1.5 or ~> 2.0"},
43+
{:poison, "~> 3.0"},
4444
{:earmark, "~> 0.1", only: :dev},
4545
{:ex_doc, "~> 0.7", only: :dev},
4646
{:flaky_connection, github: "hamiltop/flaky_connection", only: :test},

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"inch_ex": {:hex, :inch_ex, "0.2.4"},
1212
"jsx": {:hex, :jsx, "2.6.2", "213721e058da0587a4bce3cc8a00ff6684ced229c8f9223245c6ff2c88fbaa5a", [:mix, :rebar], []},
1313
"mimerl": {:hex, :mimerl, "1.0.2", "993f9b0e084083405ed8252b99460c4f0563e41729ab42d9074fd5e52439be88", [:rebar3], []},
14-
"poison": {:hex, :poison, "2.0.1", "81248a36d1b602b17ea6556bfa8952492091f01af05173de11f8b297e2bbf088", [:mix], []},
14+
"poison": {:hex, :poison, "3.1.0", "d9eb636610e096f86f25d9a46f35a9facac35609a7591b3be3326e99a0484665", [:mix], [], "hexpm"},
1515
"ranch": {:hex, :ranch, "1.1.0", "f7ed6d97db8c2a27cca85cacbd543558001fc5a355e93a7bff1e9a9065a8545b", [:make], []},
1616
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5", "2e73e068cd6393526f9fa6d399353d7c9477d6886ba005f323b592d389fb47be", [:make], []}}

0 commit comments

Comments
 (0)