Skip to content

Commit 866ceb7

Browse files
authored
Merge pull request #13 from scrogson/lock_oauth2
lock oauth2 to 0.6.0
2 parents d24fe3e + 1fbb64b commit 866ceb7

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule UeberauthGithub.Mixfile do
2424

2525
defp deps do
2626
[{:ueberauth, "~> 0.2"},
27-
{:oauth2, "~> 0.5"},
27+
{:oauth2, "0.6.0"},
2828

2929
# docs dependencies
3030
{:earmark, "~>0.1", only: :dev},

mix.lock

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
%{"certifi": {:hex, :certifi, "0.1.1"},
2-
"earmark": {:hex, :earmark, "0.1.19"},
3-
"ex_doc": {:hex, :ex_doc, "0.10.0"},
4-
"hackney": {:hex, :hackney, "1.4.4"},
5-
"httpoison": {:hex, :httpoison, "0.8.0"},
6-
"idna": {:hex, :idna, "1.0.2"},
7-
"mimerl": {:hex, :mimerl, "1.0.0"},
8-
"mimetype_parser": {:hex, :mimetype_parser, "0.1.0"},
9-
"oauth2": {:hex, :oauth2, "0.5.0"},
10-
"plug": {:hex, :plug, "1.0.2"},
11-
"poison": {:hex, :poison, "1.5.0"},
1+
%{"certifi": {:hex, :certifi, "0.4.0", "a7966efb868b179023618d29a407548f70c52466bf1849b9e8ebd0e34b7ea11f", [:rebar3], []},
2+
"earmark": {:hex, :earmark, "0.1.19", "ffec54f520a11b711532c23d8a52b75a74c09697062d10613fa2dbdf8a9db36e", [:mix], []},
3+
"ex_doc": {:hex, :ex_doc, "0.10.0", "f49c237250b829df986486b38f043e6f8e19d19b41101987f7214543f75947ec", [:mix], [{:earmark, "~> 0.1.17 or ~> 0.2", [hex: :earmark, optional: true]}]},
4+
"hackney": {:hex, :hackney, "1.6.1", "ddd22d42db2b50e6a155439c8811b8f6df61a4395de10509714ad2751c6da817", [:rebar3], [{:certifi, "0.4.0", [hex: :certifi, optional: false]}, {:idna, "1.2.0", [hex: :idna, optional: false]}, {:metrics, "1.0.1", [hex: :metrics, optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, optional: false]}, {:ssl_verify_fun, "1.1.0", [hex: :ssl_verify_fun, optional: false]}]},
5+
"httpoison": {:hex, :httpoison, "0.9.0", "68187a2daddfabbe7ca8f7d75ef227f89f0e1507f7eecb67e4536b3c516faddb", [:mix], [{:hackney, "~> 1.6.0", [hex: :hackney, optional: false]}]},
6+
"idna": {:hex, :idna, "1.2.0", "ac62ee99da068f43c50dc69acf700e03a62a348360126260e87f2b54eced86b2", [:rebar3], []},
7+
"metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], []},
8+
"mime": {:hex, :mime, "1.0.1", "05c393850524767d13a53627df71beeebb016205eb43bfbd92d14d24ec7a1b51", [:mix], []},
9+
"mimerl": {:hex, :mimerl, "1.0.2", "993f9b0e084083405ed8252b99460c4f0563e41729ab42d9074fd5e52439be88", [:rebar3], []},
10+
"mimetype_parser": {:hex, :mimetype_parser, "0.1.2", "221d2d3f727e89d80de5e1610fc2ce444514aa56f873da1b8fc9c033143e5d6a", [:mix], []},
11+
"oauth2": {:hex, :oauth2, "0.6.0", "f3967aba3f358e64fb70046f659f04ea753d7a407ce032046dd048fc2e2e4be3", [:mix], [{:httpoison, "~> 0.7", [hex: :httpoison, optional: false]}, {:mimetype_parser, "~> 0.1", [hex: :mimetype_parser, optional: false]}, {:poison, "~> 1.3 or ~> 2.0", [hex: :poison, optional: false]}]},
12+
"plug": {:hex, :plug, "1.2.0", "496bef96634a49d7803ab2671482f0c5ce9ce0b7b9bc25bc0ae8e09859dd2004", [:mix], [{:cowboy, "~> 1.0", [hex: :cowboy, optional: true]}, {:mime, "~> 1.0", [hex: :mime, optional: false]}]},
13+
"poison": {:hex, :poison, "2.2.0", "4763b69a8a77bd77d26f477d196428b741261a761257ff1cf92753a0d4d24a63", [:mix], []},
14+
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.0", "edee20847c42e379bf91261db474ffbe373f8acb56e9079acb6038d4e0bf414f", [:rebar, :make], []},
1215
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"},
13-
"ueberauth": {:hex, :ueberauth, "0.1.0"}}
16+
"ueberauth": {:hex, :ueberauth, "0.3.0", "d8f8573dc15f2623d22b0c3f360ffbe9db6e2d1e75b79803c3ee7e5964175e58", [:mix], [{:plug, "~> 1.0", [hex: :plug, optional: false]}]}}

0 commit comments

Comments
 (0)