Skip to content

Commit

Permalink
Merge pull request #33 from dwyl/update-deps-again
Browse files Browse the repository at this point in the history
update envar to 1.0.8 so dialyxer runtime: false
  • Loading branch information
SimonLab authored May 13, 2022
2 parents 1cff500 + dfd5490 commit 2c55a5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Gogs.MixProject do
def project do
[
app: :gogs,
version: "1.0.0",
version: "1.0.1",
elixir: @elixir_requirement,
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down Expand Up @@ -39,9 +39,9 @@ defmodule Gogs.MixProject do

# Parse JSON data: github.com/michalmuskala/jason
{:jason, "~> 1.3.0"},

# Check environment variables: github.com/dwyl/envar
{:envar, "~> 1.0.5"},
{:envar, "~> 1.0.8"},

# Git interface: github.com/danhper/elixir-git-cli
{:git_cli, "~> 0.3"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"credo": {:hex, :credo, "1.6.4", "ddd474afb6e8c240313f3a7b0d025cc3213f0d171879429bf8535d7021d9ad78", [:mix], [{:bunt, "~> 0.2.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:file_system, "~> 0.2.8", [hex: :file_system, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "c28f910b61e1ff829bffa056ef7293a8db50e87f2c57a9b5c3f57eee124536b7"},
"dialyxir": {:hex, :dialyxir, "1.1.0", "c5aab0d6e71e5522e77beff7ba9e08f8e02bad90dfbeffae60eaf0cb47e29488", [:mix], [{:erlex, ">= 0.2.6", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm", "07ea8e49c45f15264ebe6d5b93799d4dd56a44036cf42d0ad9c960bc266c0b9a"},
"earmark_parser": {:hex, :earmark_parser, "1.4.25", "2024618731c55ebfcc5439d756852ec4e85978a39d0d58593763924d9a15916f", [:mix], [], "hexpm", "56749c5e1c59447f7b7a23ddb235e4b3defe276afc220a6227237f3efe83f51e"},
"envar": {:hex, :envar, "1.0.6", "0ad374c4018201eab2db37d1efb7b4972962eb68ab944993bff3f6615d6aef28", [:mix], [], "hexpm", "c7b477ae7777b9681d03dd9baa717d7ecb512bc6cb68bdbe1aee40d31b70da7c"},
"envar": {:hex, :envar, "1.0.8", "109396b4abb6e94ad01c34dbd7064d9a231f723a5c2a0a91e6f24a8be9e3381b", [:mix], [], "hexpm", "033a546cd53950a2436eaa89c7e961325330d20c022d4edcbd14e461fca93c0b"},
"erlex": {:hex, :erlex, "0.2.6", "c7987d15e899c7a2f34f5420d2a2ea0d659682c06ac607572df55a43753aa12e", [:mix], [], "hexpm", "2ed2e25711feb44d52b17d2780eabf998452f6efda104877a3881c2f8c0c0c75"},
"ex_doc": {:hex, :ex_doc, "0.28.4", "001a0ea6beac2f810f1abc3dbf4b123e9593eaa5f00dd13ded024eae7c523298", [:mix], [{:earmark_parser, "~> 1.4.19", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "bf85d003dd34911d89c8ddb8bda1a958af3471a274a4c2150a9c01c78ac3f8ed"},
"excoveralls": {:hex, :excoveralls, "0.14.4", "295498f1ae47bdc6dce59af9a585c381e1aefc63298d48172efaaa90c3d251db", [:mix], [{:hackney, "~> 1.16", [hex: :hackney, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "e3ab02f2df4c1c7a519728a6f0a747e71d7d6e846020aae338173619217931c1"},
Expand Down

0 comments on commit 2c55a5b

Please sign in to comment.