Skip to content

Commit

Permalink
Lock Redix <= 0.8 while API stabilise
Browse files Browse the repository at this point in the history
edgurgel committed Sep 20, 2018
1 parent e61560e commit cae9bea
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ defmodule Verk.Mixfile do

def project do
[app: :verk,
version: "1.4.0",
version: "1.4.1",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
@@ -24,7 +24,7 @@ defmodule Verk.Mixfile do
end

defp deps do
[{ :redix, "~> 0.6" },
[{ :redix, ">= 0.6.0 and < 0.8.0" },
{ :jason, "~> 1.0" },
{ :poolboy, "~> 1.5.1" },
{ :confex, "~> 3.2.0" },
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
"parse_trans": {:hex, :parse_trans, "3.2.0", "2adfa4daf80c14dc36f522cf190eb5c4ee3e28008fc6394397c16f62a26258c2", [:rebar3], [], "hexpm"},
"poison": {:hex, :poison, "3.1.0", "d9eb636610e096f86f25d9a46f35a9facac35609a7591b3be3326e99a0484665", [:mix], [], "hexpm"},
"poolboy": {:hex, :poolboy, "1.5.1", "6b46163901cfd0a1b43d692657ed9d7e599853b3b21b95ae5ae0a777cf9b6ca8", [:rebar], [], "hexpm"},
"redix": {:hex, :redix, "0.6.1", "20986b0e02f02b13e6f53c79a1ae70aa83147488c408f40275ec261f5bb0a6d0", [:mix], [{:connection, "~> 1.0", [hex: :connection, repo: "hexpm", optional: false]}], "hexpm"},
"redix": {:hex, :redix, "0.7.1", "25a6c1c0d9b2d12a35aef759f9e49bd9bca00e0cd857ce766412f08fdda72163", [:mix], [{:connection, "~> 1.0", [hex: :connection, repo: "hexpm", optional: false]}], "hexpm"},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.1", "28a4d65b7f59893bc2c7de786dec1e1555bd742d336043fe644ae956c3497fbe", [:make, :rebar], [], "hexpm"},
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5", "2e73e068cd6393526f9fa6d399353d7c9477d6886ba005f323b592d389fb47be", [:make], []},
"unicode_util_compat": {:hex, :unicode_util_compat, "0.3.1", "a1f612a7b512638634a603c8f401892afbf99b8ce93a45041f8aaca99cadb85e", [:rebar3], [], "hexpm"},

0 comments on commit cae9bea

Please sign in to comment.