Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Also updates Elixir version on Travis per #10.
  • Loading branch information
danielberkompas committed Jan 22, 2016
1 parent 2f20c31 commit 1989e70
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: elixir
elixir:
- 1.0.3
- 1.0.4
- 1.2.0
otp_release:
- 17.4
- 18.1
before_script:
- export PATH=`pwd`/elixir/bin:$PATH
- export PLT_FILENAME=elixir-${TRAVIS_ELIXIR_VERSION}_$TRAVIS_OTP_RELEASE.plt
Expand Down
1 change: 1 addition & 0 deletions lib/telephonist/logger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ defmodule Telephonist.Logger do
"""

use GenEvent

require Logger

@doc """
Expand Down
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ defmodule Telephonist.Mixfile do

defp deps do
[
{:immortal, "~> 0.2.0"},
{:ex_twiml, "~> 2.0"},
{:inch_ex, only: :docs},
{:ex_doc, only: :docs}
{:inch_ex, ">= 0.0.0", only: :docs},
{:ex_doc, ">= 0.0.0", only: :docs}
]
end

Expand Down
6 changes: 3 additions & 3 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{"ex_doc": {:hex, :ex_doc, "0.8.4"},
"ex_twiml": {:hex, :ex_twiml, "2.0.0"},
%{"ex_doc": {:hex, :ex_doc, "0.11.3"},
"ex_twiml": {:hex, :ex_twiml, "2.0.1"},
"immortal": {:hex, :immortal, "0.2.0"},
"inch_ex": {:hex, :inch_ex, "0.4.0"},
"poison": {:hex, :poison, "1.5.0"}}
"poison": {:hex, :poison, "1.5.2"}}

0 comments on commit 1989e70

Please sign in to comment.