Skip to content

Commit

Permalink
Bump the deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksrobertson committed Jan 21, 2017
1 parent 5ceb7b1 commit 4958a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule SecureRandom.Mixfile do

def project do
[app: :secure_random,
version: "0.5.0",
version: "0.5.1",
elixir: "~> 1.2",
deps: deps(),
description: "A convienance library based on Ruby's SecureRandom",
Expand Down
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
%{"earmark": {:hex, :earmark, "0.2.1"},
"ex_doc": {:hex, :ex_doc, "0.11.5"}}
%{"earmark": {:hex, :earmark, "0.2.1", "ba6d26ceb16106d069b289df66751734802777a3cbb6787026dd800ffeb850f3", [:mix], []},
"ex_doc": {:hex, :ex_doc, "0.11.5", "0dc51cb84f8312162a2313d6c71573a9afa332333d8a332bb12540861b9834db", [:mix], [{:earmark, "~> 0.1.17 or ~> 0.2", [hex: :earmark, optional: true]}]}}

0 comments on commit 4958a1c

Please sign in to comment.